|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.gen.DSFinderRepository
public class DSFinderRepository
Implementation of Repository
This class interprets the data source name as a file name or
an URL for a property file containing the ds creation parameters
For shape files ending with .shp or SHP, the shape file could be passed as name
Constructor Summary | |
---|---|
DSFinderRepository()
|
Method Summary | |
---|---|
DataAccess<?,?> |
access(org.opengis.feature.type.Name name)
Search for the DataAccess (may be a DataStore) by name. |
void |
clear()
|
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. |
protected java.net.URL |
getURLForLocation(java.lang.String location)
|
void |
initialize(java.lang.Object source)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSFinderRepository()
Method Detail |
---|
public void clear()
protected java.net.URL getURLForLocation(java.lang.String location) throws java.io.IOException
java.io.IOException
public void initialize(java.lang.Object source)
public DataAccess<?,?> access(org.opengis.feature.type.Name name)
Repository
access
in interface Repository
name
- The Name (namespace and name) to search for
public DataStore dataStore(org.opengis.feature.type.Name name)
Repository
dataStore
in interface Repository
public java.util.List<DataStore> getDataStores()
Repository
getDataStores
in interface Repository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |