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

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 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 AttributeWriter in org.geotools.data.property
 

Classes in org.geotools.data.property that implement AttributeWriter
 class PropertyAttributeWriter
          Simple AttributeWriter that produces Java properties files.
 



Copyright © GeoTools. All Rights Reserved.