|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileDataStoreFactorySpi
DataAccessFactory for working with formats based on a single URL.
This interface provides a mechanism of discovery for DataAccessFactories which support singular files.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.geotools.data.DataAccessFactory |
---|
DataAccessFactory.Param |
Method Summary | |
---|---|
boolean |
canProcess(java.net.URL url)
Tests if the provided url can be handled by this factory. |
FileDataStore |
createDataStore(java.net.URL url)
A DataStore attached to the provided url, may be created if needed. |
java.lang.String[] |
getFileExtensions()
The list of filename extentions handled by this factory. |
java.lang.String |
getTypeName(java.net.URL url)
The typeName represented by the provided url. |
Methods inherited from interface org.geotools.data.DataStoreFactorySpi |
---|
createDataStore, createNewDataStore |
Methods inherited from interface org.geotools.data.DataAccessFactory |
---|
canProcess, getDescription, getDisplayName, getParametersInfo, isAvailable |
Methods inherited from interface org.geotools.factory.Factory |
---|
getImplementationHints |
Method Detail |
---|
java.lang.String[] getFileExtensions()
boolean canProcess(java.net.URL url)
url
- URL to a real file (may not be local)
true
if this url can when this dataStore can resolve and read the data specifiedFileDataStore createDataStore(java.net.URL url) throws java.io.IOException
Please note that additional configuration options may be available via the traditional createDataStore( Map ) method provided by the superclass.
url
- The data location for the
java.io.IOException
AbstractFileDataStore
java.lang.String getTypeName(java.net.URL url) throws java.io.IOException
url
- The location of the datum to parse into features
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |