Uses of Class
org.geotools.data.shapefile.indexed.IndexType

Packages that use IndexType
org.geotools.data.shapefile.indexed   
org.geotools.renderer.shape   
 

Uses of IndexType in org.geotools.data.shapefile.indexed
 

Methods in org.geotools.data.shapefile.indexed that return IndexType
static IndexType IndexType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexType[] IndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.geotools.data.shapefile.indexed with parameters of type IndexType
IndexedShapefileDataStore(java.net.URL url, java.net.URI namespace, boolean useMemoryMappedBuffer, boolean createIndex, IndexType treeType)
          Creates a new instance of ShapefileDataStore.
IndexedShapefileDataStore(java.net.URL url, java.net.URI namespace, boolean useMemoryMappedBuffer, boolean createIndex, IndexType treeType, java.nio.charset.Charset dbfCharset)
          Creates a new instance of ShapefileDataStore.
 

Uses of IndexType in org.geotools.renderer.shape
 

Constructors in org.geotools.renderer.shape with parameters of type IndexType
IndexInfo(IndexType treeType, ShpFiles shpFiles)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.