| Aggregate |
A collection of resources.
|
| DataSet |
Collection of features that share a common set of attributes or properties.
|
| DataStore |
Manages a series of features, coverages or sensor data.
|
| DataStoreException |
Thrown when a DataStore can not complete a read or write operation.
|
| DataStoreProvider |
Provides information about a specific DataStore implementation.
|
| FeatureSet |
A dataset providing access to a stream of features.
|
| IllegalNameException |
Thrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.
|
| IllegalOpenParameterException |
Thrown when a DataStore can not be opened because of invalid parameters.
|
| ProbeResult |
Tells whether a storage (file, database) appears to be supported by a DataStore.
|
| Query |
Definition of filtering to apply for fetching a resource subset.
|
| Resource |
Provides access to geospatial data in a DataStore.
|
| StorageConnector |
Information for creating a connection to a DataStore in read and/or write mode.
|
| UnsupportedQueryException |
Thrown when a resources can not be filtered with a given query.
|
| UnsupportedStorageException |
|