Uses of Class
org.geotools.data.Diff
-
Packages that use Diff Package Description org.geotools.data org.geotools.data.store org.geotools.data.wfs -
-
Uses of Diff in org.geotools.data
Fields in org.geotools.data declared as Diff Modifier and Type Field Description protected DiffDiffFeatureWriter. diffMethods in org.geotools.data with parameters of type Diff Modifier and Type Method Description protected QuadtreeDiff. copySTRtreeFrom(Diff diff)Constructors in org.geotools.data with parameters of type Diff Constructor Description 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 Modifier and Type Field Description protected DiffDiffContentFeatureWriter. diffprotected DiffDiffTransactionState. diffMethods in org.geotools.data.store that return Diff Modifier and Type Method Description DiffDiffTransactionState. getDiff()Access the in memory Diff.Constructors in org.geotools.data.store with parameters of type Diff Constructor Description DiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType,SimpleFeature> reader)DiffFeatureWriter construction.DiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType,SimpleFeature> reader, SimpleFeatureBuilder builder)DiffFeatureWriter construction.DiffTransactionState(ContentState state, Diff diff)Transaction state responsible for holding an in memoryDiff. -
Uses of Diff in org.geotools.data.wfs
Subclasses of Diff in org.geotools.data.wfs Modifier and Type Class Description classWFSDiff
-