|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Repository
An adapter interface allowing a hosting application to advertise DataStore instances to GeoTools.
GeoTools includes a really simple RepositoryImpl which you can use to manage DataStore in your own application; or if you have your own advanced "catalog" you can make your own implementation.
Method Summary | |
---|---|
DataAccess<?,?> |
access(org.opengis.feature.type.Name name)
Search for the DataAccess (may be a DataStore) by name. |
DataStore |
dataStore(org.opengis.feature.type.Name name)
Search for the DataStore by name. |
java.util.List<DataStore> |
getDataStores()
List of available DataStore instances; these are considered to be live/connected datastores under the management of the application and should not be closed or otherwise harmed by client code. |
Method Detail |
---|
DataAccess<?,?> access(org.opengis.feature.type.Name name)
name
- The Name (namespace and name) to search for
DataStore dataStore(org.opengis.feature.type.Name name)
Name
- The typeName (namespace and name) to search for
java.util.List<DataStore> getDataStores()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |