org.geotools.data.shapefile.indexed
Class IndexedShapefileDataStoreFactory

java.lang.Object
  extended by org.geotools.data.shapefile.ShapefileDataStoreFactory
      extended by org.geotools.data.shapefile.indexed.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.

Version:
$Id: IndexedShapefileDataStoreFactory.java 27223 2007-09-29 19:42:29Z jgarnett $
Author:
Chris Holmes, TOPP

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.geotools.data.DataAccessFactory
DataAccessFactory.Param
 
Field Summary
 
Fields inherited from class org.geotools.data.shapefile.ShapefileDataStoreFactory
CREATE_SPATIAL_INDEX, DBFCHARSET, LOGGER, MEMORY_MAPPED, NAMESPACEP, URLP
 
Constructor Summary
IndexedShapefileDataStoreFactory()
          Deprecated.  
 
Method Summary
 java.lang.String getDisplayName()
          Deprecated. Name suitable for display to end user.
 
Methods inherited from class org.geotools.data.shapefile.ShapefileDataStoreFactory
canProcess, canProcess, createDataStore, createDataStore, createDataStore, createNewDataStore, getDescription, getFileExtensions, getImplementationHints, getParametersInfo, getTypeName, isAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedShapefileDataStoreFactory

public IndexedShapefileDataStoreFactory()
Deprecated. 
Method Detail

getDisplayName

public java.lang.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.