Package org.geotools.data.wfs
Class WFSDiff
-
public class WFSDiff extends Diff
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WFSDiff.BatchUpdate
-
Constructor Summary
Constructors Constructor Description WFSDiff()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedEnvelope
batchModify(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType,SimpleFeature> oldFeatures, ContentState contentState)
void
clear()
Clear diff - called during rollback.Set<String>
getBatchModified()
List<WFSDiff.BatchUpdate>
getBatchUpdates()
void
modify(String fid, SimpleFeature f)
Record a modification to the indicated fid-
Methods inherited from class Diff
add, addToSpatialIndex, copySTRtreeFrom, getAdded, getAddedOrder, getModified, isEmpty, queryIndex, remove
-
-
-
-
Method Detail
-
clear
public void clear()
Description copied from class:Diff
Clear diff - called during rollback.
-
getBatchUpdates
public List<WFSDiff.BatchUpdate> getBatchUpdates()
-
modify
public void modify(String fid, SimpleFeature f)
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
-
-