Uses of Interface
org.geotools.api.data.AttributeReader
-
Packages that use AttributeReader Package Description org.geotools.data -
-
Uses of AttributeReader in org.geotools.data
Classes in org.geotools.data that implement AttributeReader Modifier and Type Class Description class
JoiningAttributeReader
Attribute Reader that joins.Methods in org.geotools.data with parameters of type AttributeReader Modifier and Type Method Description protected SimpleFeature
DefaultFeatureReader. readFeature(AttributeReader atts)
protected SimpleFeature
FIDFeatureReader. readFeature(AttributeReader atts)
Constructors in org.geotools.data with parameters of type AttributeReader Constructor Description DefaultFeatureReader(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
-