Uses of Interface
org.geotools.data.FIDReader

Packages that use FIDReader
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.shapefile.indexed   
 

Uses of FIDReader in org.geotools.data
 

Classes in org.geotools.data that implement FIDReader
 class DefaultFIDReader
          A Default FIDReader.
 

Constructors in org.geotools.data with parameters of type FIDReader
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader)
           
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader, SimpleFeatureType schema)
          Creates a new instance of AbstractFeatureReader
 

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

Classes in org.geotools.data.shapefile.indexed that implement FIDReader
 class IndexedFidReader
          This object reads from a file the fid of a feature in a shapefile.
 class ShapeFIDReader
          Reader that returns FeatureIds in a quick fashion.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.