public class WFSDiff extends Diff
Modifier and Type | Class and Description |
---|---|
static class |
WFSDiff.BatchUpdate |
Constructor and Description |
---|
WFSDiff() |
Modifier and Type | Method and 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
|
add, addToSpatialIndex, copySTRtreeFrom, getAdded, getAddedOrder, getModified, isEmpty, queryIndex, remove
public void clear()
Diff
public List<WFSDiff.BatchUpdate> getBatchUpdates()
public void modify(String fid, SimpleFeature f)
Diff
public ReferencedEnvelope batchModify(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType,SimpleFeature> oldFeatures, ContentState contentState) throws IOException
IOException
Copyright © 1996–2019 Geotools. All rights reserved.