| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DataStore | |
| org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. | 
| org.geotools.data.jdbc | |
| org.geotools.data.memory | |
| Uses of DataStore in org.geotools.data | 
| Classes in org.geotools.data that implement DataStore | |
 class | 
AbstractDataStore
Represents a stating point for implementing your own DataStore.  | 
| Methods in org.geotools.data that return DataStore | |
 DataStore | 
Catalog.getDataStore(java.lang.String namespace)
Access to a DataStore for a specific namespace. | 
 DataStore | 
DataStoreFactorySpi.createDataStore(java.util.Map params)
Construct a live data source using the params specifed.  | 
 DataStore | 
DataStoreFactorySpi.createNewDataStore(java.util.Map params)
 | 
static DataStore | 
DataStoreFinder.getDataStore(java.util.Map params)
Checks each available datasource implementation in turn and returns the first one which claims to support the resource identified by the params object.  | 
 DataStore | 
DefaultCatalog.getDataStore(java.lang.String namespace)
Retrieve DataStore managed by this Catalog.  | 
 DataStore | 
FeatureSource.getDataStore()
Access to the DataStore implementing this FeatureStore.  | 
| Methods in org.geotools.data with parameters of type DataStore | |
 void | 
Catalog.registerDataStore(java.lang.String namespace,
                  DataStore dataStore)
Registers all FeatureTypes provided by dataStore with this catalog service.  | 
 void | 
DefaultCatalog.registerDataStore(java.lang.String namespace,
                  DataStore dataStore)
Registrers datastore with the provided namespace.  | 
| Uses of DataStore in org.geotools.data.jdbc | 
| Classes in org.geotools.data.jdbc that implement DataStore | |
 class | 
JDBCDataStore
Abstract helper class for JDBC DataStore implementations.  | 
| Methods in org.geotools.data.jdbc that return DataStore | |
 DataStore | 
JDBCFeatureSource.getDataStore()
Retrieve DataStore for this FetureSource.  | 
| Uses of DataStore in org.geotools.data.memory | 
| Classes in org.geotools.data.memory that implement DataStore | |
 class | 
MemoryDataStore
This is an example implementation of a DataStore used for testing.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||