Uses of Class
org.geotools.data.Diff

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

Uses of Diff in org.geotools.data
 

Fields in org.geotools.data declared as Diff
protected  Diff DiffFeatureWriter.diff
           
 

Methods in org.geotools.data that return Diff
 Diff TransactionStateDiff.diff(String typeName)
           
 

Methods in org.geotools.data with parameters of type Diff
protected  Quadtree Diff.copySTRtreeFrom(Diff diff)
           
 

Constructors in org.geotools.data with parameters of type Diff
Diff(Diff other)
          Diff copy.
DiffFeatureReader(FeatureReader<T,F> reader, Diff diff2)
          This constructor grabs a "copy" of the current diff.
DiffFeatureReader(FeatureReader<T,F> reader, Diff diff2, Filter filter)
          This constructor grabs a "copy" of the current diff.
DiffFeatureWriter(FeatureReader<SimpleFeatureType,SimpleFeature> reader, Diff diff)
          DiffFeatureWriter construction.
DiffFeatureWriter(FeatureReader<SimpleFeatureType,SimpleFeature> reader, Diff diff, Filter filter)
          DiffFeatureWriter construction.
 

Uses of Diff in org.geotools.data.store
 

Fields in org.geotools.data.store declared as Diff
protected  Diff DiffTransactionState.diff
           
protected  Diff DiffContentFeatureWriter.diff
           
 

Methods in org.geotools.data.store that return Diff
 Diff DiffTransactionState.getDiff()
          Access the in memory Diff.
 

Constructors in org.geotools.data.store with parameters of type Diff
DiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType,SimpleFeature> reader)
          DiffFeatureWriter construction.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.