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 Diff
DiffFeatureWriter. diff
Methods in org.geotools.data with parameters of type Diff Modifier and Type Method Description protected Quadtree
Diff. 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 Diff
DiffContentFeatureWriter. diff
protected Diff
DiffTransactionState. diff
Methods in org.geotools.data.store that return Diff Modifier and Type Method Description Diff
DiffTransactionState. 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 class
WFSDiff
-