|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexType | |
---|---|
org.geotools.data.shapefile.indexed |
Uses of IndexType in org.geotools.data.shapefile.indexed |
---|
Methods in org.geotools.data.shapefile.indexed that return IndexType | |
---|---|
static IndexType |
IndexType.valueOf(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're declared. |
Constructors in org.geotools.data.shapefile.indexed with parameters of type IndexType | |
---|---|
IndexedShapefileDataStore(URL url,
URI namespace,
boolean useMemoryMappedBuffer,
boolean createIndex,
IndexType treeType)
Creates a new instance of ShapefileDataStore. |
|
IndexedShapefileDataStore(URL url,
URI namespace,
boolean useMemoryMappedBuffer,
boolean createIndex,
IndexType treeType,
Charset dbfCharset)
Creates a new instance of ShapefileDataStore. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |