| java.lang.Object org.geotools.data.DataAccessFinder
DataAccessFinder | public class DataAccessFinder (Code) | | |
getAvailableDataStores | public static Iterator getAvailableDataStores()(Code) | | Finds all implemtaions of DataStoreFactory which have registered using
the services mechanism, and that have the appropriate libraries on the
classpath.
An iterator over all discovered datastores which have registeredfactories, and whose available method returns true. |
getDataAccessFactories | public static synchronized Set getDataAccessFactories(Hints hints)(Code) | | Returns a set of all available implementations for the
DataAccessFactory interface.
Parameters: hints - An optional map of hints, or null if none. Set of available factory implementations. |
|
|