org.geotools.data.shapefile.indexed
Class IndexedShapefileDataStoreFactory
Object
AbstractDataStoreFactory
ShapefileDataStoreFactory
IndexedShapefileDataStoreFactory
- All Implemented Interfaces:
- DataAccessFactory, DataStoreFactorySpi, FileDataStoreFactorySpi, Factory
Deprecated. Please use ShapefileDataStoreFactory, it can create an
IndexedDataStore if appropriate
public class IndexedShapefileDataStoreFactory
- extends ShapefileDataStoreFactory
This factory is maintained for GeoTools 2.3 code that made use of
IndexedShapefileDataStoreFactory directly.
- Author:
- Chris Holmes, TOPP
| Fields inherited from class ShapefileDataStoreFactory |
CACHE_MEMORY_MAPS, CREATE_SPATIAL_INDEX, DBFCHARSET, DBFTIMEZONE, ENABLE_SPATIAL_INDEX, FILE_TYPE, FSTYPE, LOGGER, MEMORY_MAPPED, NAMESPACEP, URLP |
|
Method Summary |
String |
getDisplayName()
Deprecated. Default Implementation abuses the naming convention. |
| Methods inherited from class ShapefileDataStoreFactory |
canProcess, canProcess, createDataStore, createDataStore, createDataStore, createNewDataStore, getDescription, getFileExtensions, getImplementationHints, getParametersInfo, getTypeName, isAvailable |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexedShapefileDataStoreFactory
public IndexedShapefileDataStoreFactory()
- Deprecated.
getDisplayName
public String getDisplayName()
- Deprecated.
- Description copied from class:
AbstractDataStoreFactory
- Default Implementation abuses the naming convention.
Will return Foo for
org.geotools.data.foo.FooFactory.
- Specified by:
getDisplayName in interface DataAccessFactory- Overrides:
getDisplayName in class ShapefileDataStoreFactory
- Returns:
- return display name based on class name
Copyright © 1996-2013 Geotools. All Rights Reserved.