Package org.geotools.data.wfs
Class WFSDiff
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchModify
(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType, SimpleFeature> oldFeatures, ContentState contentState) void
clear()
Clear diff - called during rollback.void
modify
(String fid, SimpleFeature f) Record a modification to the indicated fidMethods inherited from class Diff
add, addToSpatialIndex, copySTRtreeFrom, getAdded, getAddedOrder, getModified, isEmpty, queryIndex, remove
-
Constructor Details
-
WFSDiff
public WFSDiff()
-
-
Method Details
-
clear
public void clear()Description copied from class:Diff
Clear diff - called during rollback. -
getBatchUpdates
-
getBatchModified
-
modify
Description copied from class:Diff
Record a modification to the indicated fid -
batchModify
public ReferencedEnvelope batchModify(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType, SimpleFeature> oldFeatures, ContentState contentState) throws IOException- Throws:
IOException
-