Uses of Class
org.geotools.data.Diff
Packages that use Diff
-
Uses of Diff in org.geotools.data
Fields in org.geotools.data declared as DiffMethods in org.geotools.data with parameters of type DiffConstructors in org.geotools.data with parameters of type DiffModifierConstructorDescriptionDiff 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 DiffModifier and TypeFieldDescriptionprotected DiffDiffContentFeatureWriter.diffprotected final DiffDiffTransactionState.diffMethods in org.geotools.data.store that return DiffConstructors in org.geotools.data.store with parameters of type DiffModifierConstructorDescriptionDiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader) DiffFeatureWriter construction.DiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureBuilder builder) DiffFeatureWriter construction.protectedDiffTransactionState(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