Package org.geotools.data.shapefile.indexed

Interface Summary
RecordNumberTracker A simple interface so that the current feature's record number can be retrieved by the IndexedFidReader
 

Class Summary
CloseableArrayList Currently just wraps ArrayList and delegates to that class
DataComparator A Comparator for sortin search results in ascending record number.
FidIndexer Creates a .fix file (fid index).
IndexedFidReader This object reads from a file the fid of a feature in a shapefile.
IndexedFidWriter The Writer writes out the fid and record number of features to the fid index file.
IndexedShapefileAttributeReader An AttributeReader implementation for shape.
IndexedShapefileDataStore A DataStore implementation which allows reading and writing from Shapefiles.
IndexedShapefileDataStoreFactory Deprecated. Please use ShapefileDataStoreFactory, it can create an IndexedDataStore if appropriate
ShapeFIDReader Reader that returns FeatureIds in a quick fashion.
ShapeFileIndexer Utility class for Shapefile spatial indexing
 

Enum Summary
IndexType Enumerates the different types of Shapefile geometry indices there are.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.