|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.FileDataStoreFinder
Most of this code was copied from DataStoreFinder. See the Documentation there for details.
This searches for DataStores which support a singular file parsed in a particular file format.
DataStoreFinder
Field Summary | |
protected static java.util.logging.Logger |
LOGGER
The logger for the filter module. |
Method Summary | |
static java.util.Iterator |
getAvailableDataStores()
Returns an iterator of FileDataStoreFactorySpi to allow for the easy creation of a FileDataStore |
static DataStore |
getDataStore(java.net.URL url)
Checks each available datasource implementation in turn and returns the first one which claims to support the resource identified by the params object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.util.logging.Logger LOGGER
Method Detail |
public static DataStore getDataStore(java.net.URL url) throws java.io.IOException
url
- A Map object which contains a defenition of the resource to
connect to. for file based resources the property 'url' should
be set within this Map.
java.io.IOException
- If a suitable loader can be found, but it can not be
attached to the specified resource without errors.public static java.util.Iterator getAvailableDataStores()
FileDataStoreFactorySpi
,
FileDataStore
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |