org.geotools.data.shapefile.indexed
Class IndexedShapefileDataStoreFactory

Object
  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
Module:
modules/plugin/shapefile (gt-shapefile.jar)

Nested Class Summary
 
Nested classes/interfaces inherited from interface DataAccessFactory
DataAccessFactory.Param
 
Field Summary
 
Fields inherited from class ShapefileDataStoreFactory
CREATE_SPATIAL_INDEX, DBFCHARSET, LOGGER, MEMORY_MAPPED, NAMESPACEP, URLP
 
Constructor Summary
IndexedShapefileDataStoreFactory()
          Deprecated.  
 
Method Summary
 String getDisplayName()
          Deprecated. Name suitable for display to end user.
 
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
 

Constructor Detail

IndexedShapefileDataStoreFactory

public IndexedShapefileDataStoreFactory()
Deprecated. 
Method Detail

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-2009 Geotools. All Rights Reserved.