Uses of Interface
org.geotools.data.AttributeReader

Packages that use AttributeReader
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.jdbc   
 

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 AttributeType[] AbstractAttributeIO.copy(AttributeReader defs)
           
protected  Feature DefaultFeatureReader.readFeature(AttributeReader atts)
           
protected  Feature 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, FeatureType schema)
          Creates a new instance of AbstractFeatureReader
DefaultFeatureReader(AttributeReader attributeReader)
           
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader, FeatureType schema)
          Creates a new instance of AbstractFeatureReader
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader)
           
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 ResultSetAttributeIO
          Provides an AttriuteReader over a result set limiting the columns to a defined range.
 class WKTAttributeIO
          An attribute reader/writer for well known text.
 

Methods in org.geotools.data.jdbc that return AttributeReader
protected  AttributeReader[] JDBCDataStore.buildAttributeReaders(AttributeType[] attrTypes, JDBCDataStore.QueryData queryData)
          Builds the AttributeReaders from the QueryData and the array of attribute types.
protected  AttributeReader JDBCDataStore.createResultSetReader(AttributeType[] attrType, JDBCDataStore.QueryData queryData, int startIndex, int endIndex)
           
protected abstract  AttributeReader JDBCDataStore.createGeometryReader(AttributeType attrType, JDBCDataStore.QueryData queryData, int index)
          Hook to create the geometry reader for a vendor specific data source.
 



Copyright © 1996-2003 GeoTools. All Rights Reserved.