|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.tiger.TigerDataStoreFactory
Title: GeoTools2 Development
Description:
Copyright: Copyright (c) 2003
Company:
Nested Class Summary |
Nested classes inherited from class org.geotools.data.DataStoreFactorySpi |
DataStoreFactorySpi.Param |
Field Summary | |
static DataStoreFactorySpi.Param |
DIRECTORY
|
Constructor Summary | |
TigerDataStoreFactory()
Creates a new TigerDataStoreFactory object. |
Method Summary | |
boolean |
canProcess(java.util.Map params)
canProcess |
DataStore |
createDataStore(java.util.Map params)
createDataStore |
DataStore |
createNewDataStore(java.util.Map params)
createNewDataStore |
java.lang.String |
getDescription()
getDescription |
java.lang.String |
getDisplayName()
Name suitable for display to end user. |
java.util.Map |
getImplementationHints()
Returns the implementation hints. |
DataStoreFactorySpi.Param[] |
getParametersInfo()
getParametersInfo |
boolean |
isAvailable()
Test to see if this datastore is available, if it has all the appropriate libraries to construct a datastore. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final DataStoreFactorySpi.Param DIRECTORY
Constructor Detail |
public TigerDataStoreFactory()
Method Detail |
public DataStore createDataStore(java.util.Map params) throws java.io.IOException
createDataStore
in interface DataStoreFactorySpi
params
- Map
java.io.IOException
public DataStore createNewDataStore(java.util.Map params) throws java.io.IOException
createNewDataStore
in interface DataStoreFactorySpi
params
- Map
java.io.IOException
public java.lang.String getDisplayName()
DataStoreFactorySpi
A non localized display name for this data store type.
getDisplayName
in interface DataStoreFactorySpi
public java.lang.String getDescription()
getDescription
in interface DataStoreFactorySpi
public DataStoreFactorySpi.Param[] getParametersInfo()
getParametersInfo
in interface DataStoreFactorySpi
public boolean isAvailable()
isAvailable
in interface DataStoreFactorySpi
public boolean canProcess(java.util.Map params)
canProcess
in interface DataStoreFactorySpi
params
- Map
public java.util.Map getImplementationHints()
getImplementationHints
in interface Factory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |