|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface includes some new functionality, and acts as a method of discovery for DataStoreFactories which support singular files.
Nested Class Summary |
Nested classes inherited from class org.geotools.data.DataStoreFactorySpi |
DataStoreFactorySpi.Param |
Method Summary | |
boolean |
canProcess(java.net.URL f)
DOCUMENT ME! |
DataStore |
createDataStore(java.net.URL url)
DOCUMENT ME! |
java.lang.String[] |
getFileExtensions()
DOCUMENT ME! |
java.lang.String |
getTypeName(java.net.URL url)
DOCUMENT ME! |
Methods inherited from interface org.geotools.data.DataStoreFactorySpi |
canProcess, createDataStore, createNewDataStore, getDescription, getDisplayName, getParametersInfo, isAvailable |
Methods inherited from interface org.geotools.factory.Factory |
getImplementationHints |
Method Detail |
public java.lang.String[] getFileExtensions()
public boolean canProcess(java.net.URL f)
f
- URL a url to a real file (may not be local)
public DataStore createDataStore(java.net.URL url) throws java.io.IOException
url
- A URL to the data location for the single featureType of this
DataStore
java.io.IOException
AbstractFileDataStore
public 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 |