Uses of Interface
org.geotools.api.data.AttributeReader
Packages that use AttributeReader
-
Uses of AttributeReader in org.geotools.data
Classes in org.geotools.data that implement AttributeReaderMethods in org.geotools.data with parameters of type AttributeReaderModifier and TypeMethodDescriptionprotected SimpleFeature
DefaultFeatureReader.readFeature
(AttributeReader atts) protected SimpleFeature
FIDFeatureReader.readFeature
(AttributeReader atts) Constructors in org.geotools.data with parameters of type AttributeReaderModifierConstructorDescriptionDefaultFeatureReader
(AttributeReader attributeReader) DefaultFeatureReader
(AttributeReader attributeReader, SimpleFeatureType schema) Creates a new instance of AbstractFeatureReaderFIDFeatureReader
(AttributeReader attributeReader, FIDReader fidReader) FIDFeatureReader
(AttributeReader attributeReader, FIDReader fidReader, SimpleFeatureType schema) Creates a new instance of AbstractFeatureReaderJoiningAttributeReader
(AttributeReader... readers) Creates a new instance of JoiningAttributeReader