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(java.lang.String typeName)
           
 

Methods in org.geotools.data with parameters of type Diff
protected  com.vividsolutions.jts.index.quadtree.Quadtree Diff.copySTRtreeFrom(Diff diff)
           
 

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

Uses of Diff in org.geotools.data.store
 

Methods in org.geotools.data.store that return Diff
 Diff TypeDiffState.diff()
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.