Uses of Interface
org.geotools.api.data.FIDReader
-
Packages that use FIDReader Package Description org.geotools.data org.geotools.data.shapefile.fid -
-
Uses of FIDReader in org.geotools.data
Classes in org.geotools.data that implement FIDReader Modifier and Type Class Description class
DefaultFIDReader
A Default FIDReader.Constructors in org.geotools.data with parameters of type FIDReader Constructor Description 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.fid
Classes in org.geotools.data.shapefile.fid that implement FIDReader Modifier and Type Class Description class
IndexedFidReader
This object reads from a file the fid of a feature in a shapefile.
-