Uses of Interface
org.geotools.data.FeatureWriter

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

Uses of FeatureWriter in org.geotools.data
 

Classes in org.geotools.data that implement FeatureWriter
 class DiffFeatureWriter
          A FeatureWriter that captures modifications against a FeatureReader.
 class EmptyFeatureWriter
          Represents an Empty, Typed, FeatureWriter.
 class FilteringFeatureWriter
          Filtering is performed on this hasNext() method.
 

Methods in org.geotools.data that return FeatureWriter
protected  FeatureWriter AbstractDataStore.getFeatureWriter(java.lang.String typeName)
          Subclass should implement this to provide writing support.
 FeatureWriter AbstractDataStore.getFeatureWriter(java.lang.String typeName, Filter filter, Transaction transaction)
           
 FeatureWriter AbstractDataStore.getFeatureWriter(java.lang.String typeName, Transaction transaction)
           
 FeatureWriter AbstractDataStore.getFeatureWriterAppend(java.lang.String typeName, Transaction transaction)
           
 FeatureWriter DataStore.getFeatureWriter(java.lang.String typeName, Filter filter, Transaction transaction)
          Access FeatureWriter for modification of the DataStore contents.
 FeatureWriter DataStore.getFeatureWriter(java.lang.String typeName, Transaction transaction)
          Access FeatureWriter for modification of the DataStore typeName.
 FeatureWriter DataStore.getFeatureWriterAppend(java.lang.String typeName, Transaction transaction)
          Aquire a FeatureWriter for adding new content to a FeatureType.
 FeatureWriter InProcessLockingManager.checkedWriter(FeatureWriter writer, Transaction transaction)
          Provides a wrapper on the provided writer that checks locks.
 FeatureWriter TransactionStateDiff.writer(java.lang.String typeName)
          Convience Method for a Transaction based FeatureWriter
 

Methods in org.geotools.data with parameters of type FeatureWriter
protected  int DataTestCase.count(FeatureWriter writer)
           
 FeatureWriter InProcessLockingManager.checkedWriter(FeatureWriter writer, Transaction transaction)
          Provides a wrapper on the provided writer that checks locks.
 

Constructors in org.geotools.data with parameters of type FeatureWriter
FilteringFeatureWriter(FeatureWriter writer, Filter filter)
           
 

Uses of FeatureWriter in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement FeatureWriter
protected  class JDBCDataStore.JDBCFeatureWriter
           
 

Methods in org.geotools.data.jdbc that return FeatureWriter
 FeatureWriter JDBCDataStore.getFeatureWriter(java.lang.String typeName, Transaction transaction)
          Retrieve a FeatureWriter over entire dataset.
 FeatureWriter JDBCDataStore.getFeatureWriterAppend(java.lang.String typeName, Transaction transaction)
          Retrieve a FeatureWriter for creating new content.
 FeatureWriter JDBCDataStore.getFeatureWriter(java.lang.String typeName, Filter filter, Transaction transaction)
          Aquire FetureWriter for modification of contents specifed by filter.
 

Methods in org.geotools.data.jdbc with parameters of type FeatureWriter
protected  void JDBCFeatureStore.modifyFeatures(AttributeType[] type, java.lang.Object[] value, FeatureWriter writer)
           
 

Uses of FeatureWriter in org.geotools.data.memory
 

Methods in org.geotools.data.memory that return FeatureWriter
 FeatureWriter MemoryDataStore.getFeatureWriter(java.lang.String typeName)
          Provides FeatureWriter over the entire contents of typeName.
 



Copyright © 1996-2003 GeoTools. All Rights Reserved.