Uses of Interface
org.geotools.data.AttributeReader

Packages that use AttributeReader
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.jdbc   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
 

Uses of AttributeReader in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data with parameters of type AttributeReader
protected  org.opengis.feature.simple.SimpleFeature ArcSDEFeatureReader.readFeature(AttributeReader atts)
           
 

Uses of AttributeReader in org.geotools.data
 

Classes in org.geotools.data that implement AttributeReader
 class JoiningAttributeReader
          Attribute Reader that joins.
 

Methods in org.geotools.data with parameters of type AttributeReader
static org.opengis.feature.type.AttributeDescriptor[] AbstractAttributeIO.copy(AttributeReader defs)
           
protected  org.opengis.feature.simple.SimpleFeature DefaultFeatureReader.readFeature(AttributeReader atts)
           
protected  org.opengis.feature.simple.SimpleFeature FIDFeatureReader.readFeature(AttributeReader atts)
           
 

Constructors in org.geotools.data with parameters of type AttributeReader
AbstractAttributeIO(AttributeReader defs)
          Copy the meta-data from this reader, but don't use the reader!!
DefaultFeatureReader(AttributeReader attributeReader)
           
DefaultFeatureReader(AttributeReader attributeReader, org.opengis.feature.simple.SimpleFeatureType schema)
          Creates a new instance of AbstractFeatureReader
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader)
           
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader, org.opengis.feature.simple.SimpleFeatureType schema)
          Creates a new instance of AbstractFeatureReader
JoiningAttributeReader(AttributeReader[] readers)
          Creates a new instance of JoiningAttributeReader
 

Uses of AttributeReader in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement AttributeReader
 class QueryData
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 

Uses of AttributeReader in org.geotools.data.property
 

Classes in org.geotools.data.property that implement AttributeReader
 class PropertyAttributeReader
          Simple AttributeReader that works against Java properties files.
 

Uses of AttributeReader in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement AttributeReader
 class ShapefileAttributeReader
          An AttributeReader implementation for Shapefile.
 

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

Classes in org.geotools.data.shapefile.indexed that implement AttributeReader
 class IndexedShapefileAttributeReader
          An AttributeReader implementation for shape.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.