| java.lang.Object org.geotools.data.ogr.OGRDataStoreFactory
OGRDataStoreFactory | public class OGRDataStoreFactory implements DataStoreFactorySpi(Code) | | Implementation of the DataStore service provider interface for OGR.
author: Andrea Aime, TOPP version: $Id: OGRDataStoreFactory.java 25075 2007-04-09 19:20:46Z desruisseaux $ |
NAMESPACEP | final public static Param NAMESPACEP(Code) | | |
OGR_DRIVER_NAME | final public static Param OGR_DRIVER_NAME(Code) | | |
OGR_NAME | final public static Param OGR_NAME(Code) | | |
canProcess | public boolean canProcess(Map params)(Code) | | |
canProcess | public boolean canProcess(String ogrName, String driver)(Code) | | Assume we can process an ogrName if the ogrName exists and can be opened, or if
the specified driver does exist.
Parameters: ogrName - Parameters: driver - |
getDescription | public String getDescription()(Code) | | Describes the type of data the datastore returned by this factory works
with.
String a human readable description of the type of restoresupported by this datastore. |
getFileExtensions | public String[] getFileExtensions()(Code) | | See Also: org.geotools.data.dir.FileDataStoreFactorySpi.getFileExtensions |
getImplementationHints | public Map getImplementationHints()(Code) | | |
isAvailable | public boolean isAvailable()(Code) | | Test to see if this datastore is available, if it has all the
appropriate libraries to construct a datastore. This datastore just
returns true for now.
true if and only if this factory is available to createDataStores. |
|
|