org.geotools.data.shapefile.indexed
Class IndexedShapefileDataStoreFactory
Object
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
- Module:
modules/plugin/shapefile (gt-shapefile.jar)
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 interface:
DataAccessFactory
- Name suitable for display to end user.
A non localized display name for this data store type.
- Specified by:
getDisplayName
in interface DataAccessFactory
- Overrides:
getDisplayName
in class ShapefileDataStoreFactory
- Returns:
- A short name suitable for display in a user interface.
Copyright © 1996-2010 Geotools. All Rights Reserved.