Uses of Interface
org.geotools.data.AttributeWriter

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

Uses of AttributeWriter in org.geotools.data
 

Classes in org.geotools.data that implement AttributeWriter
 class JoiningAttributeWriter
          Provides ...
 

Constructors in org.geotools.data with parameters of type AttributeWriter
JoiningAttributeWriter(AttributeWriter[] writers)
           
 

Uses of AttributeWriter in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement AttributeWriter
 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.
 

Fields in org.geotools.data.jdbc declared as AttributeWriter
protected  AttributeWriter JDBCDataStore.JDBCFeatureWriter.writer
           
 

Methods in org.geotools.data.jdbc that return AttributeWriter
protected  AttributeWriter JDBCDataStore.createResultSetWriter(AttributeType[] attrType, JDBCDataStore.QueryData queryData, int startIndex, int endIndex)
           
protected abstract  AttributeWriter JDBCDataStore.createGeometryWriter(AttributeType attrType, JDBCDataStore.QueryData queryData, int index)
           
protected  AttributeWriter[] JDBCDataStore.buildAttributeWriters(AttributeType[] attrTypes, JDBCDataStore.QueryData queryData)
           
 

Methods in org.geotools.data.jdbc with parameters of type AttributeWriter
protected  JDBCDataStore.JDBCFeatureWriter JDBCDataStore.createFeatureWriter(FeatureReader fReader, AttributeWriter writer, JDBCDataStore.QueryData queryData)
           
 

Constructors in org.geotools.data.jdbc with parameters of type AttributeWriter
JDBCDataStore.JDBCFeatureWriter(FeatureReader fReader, AttributeWriter writer, JDBCDataStore.QueryData queryData)
           Details
 



Copyright © 1996-2003 GeoTools. All Rights Reserved.