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   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.tiger   
 

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
protected  Feature DefaultFeatureReader.readFeature(AttributeReader atts)
           
protected  Feature FIDFeatureReader.readFeature(AttributeReader atts)
           
static AttributeType[] AbstractAttributeIO.copy(AttributeReader defs)
           
 

Constructors in org.geotools.data with parameters of type AttributeReader
JoiningAttributeReader(AttributeReader[] readers)
          Creates a new instance of JoiningAttributeReader
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)
           
AbstractAttributeIO(AttributeReader defs)
          Copy the meta-data from this reader, but don't use the reader!!
 

Uses of AttributeReader in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement AttributeReader
 class QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
 

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
protected static class ShapefileDataStore.Reader
          An AttributeReader implementation for Shapefile.
 

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

Classes in org.geotools.data.shapefile.indexed that implement AttributeReader
protected static class IndexedShapefileDataStore.Reader
          An AttributeReader implementation for shape.
 

Uses of AttributeReader in org.geotools.data.tiger
 

Classes in org.geotools.data.tiger that implement AttributeReader
 class TigerAttributeReader
           Title: GeoTools2 Development Description: Copyright: Copyright (c) 2003 Company:
 



Copyright © GeoTools. All Rights Reserved.