org.geotools.data.shapefile.indexed
Class IndexedShapefileDataStoreFactory

Object
  extended by AbstractDataStoreFactory
      extended by ShapefileDataStoreFactory
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class ShapefileDataStoreFactory
ShapefileDataStoreFactory.ShpFileStoreFactory
 
Nested classes/interfaces inherited from interface DataAccessFactory
DataAccessFactory.Param
 
Field Summary
 
Fields inherited from class ShapefileDataStoreFactory
CACHE_MEMORY_MAPS, CREATE_SPATIAL_INDEX, DBFCHARSET, DBFTIMEZONE, ENABLE_SPATIAL_INDEX, FILE_TYPE, FSTYPE, LOGGER, MEMORY_MAPPED, NAMESPACEP, URLP
 
Constructor Summary
IndexedShapefileDataStoreFactory()
          Deprecated.  
 
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 AbstractDataStoreFactory
getParameters
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedShapefileDataStoreFactory

public IndexedShapefileDataStoreFactory()
Deprecated. 
Method Detail

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.