...
Move catalog stuff out of the way to an unsupported/module to prevent confusion
Add org.geotools.data.ServiceInfo and org.geotools.data.ResourceInfo (remove a few stray getTile methods)
Add getInfo methods to WFSDataStore for gabriel to review
Add getInfo methods to ShapefileDataSTore for Jesse to review
Add getInfo method to AbstractGridCoverage2DReader
Add getInfo method to DataStore and stub at the AbstractDataStore, JDBCDataStore, ContentDataStore, Implement for stand alone implementations like ArcSDE
Take the best of geotools or udig getInfo code as the implementation
Cut over uDig to use this code as the final sanity check
This was done to communicate WFS GetCapabilities information- Provide
Provide an example use in the user guide: http://docs.geotools.org/latest/userguide/library/api/datastore.html
API Changes
BEFORE
| Code Block |
|---|
package org.geotools.catalog;
interface ServiceInfo {
...
}
|
...