Package org.geotools.data.wfs
Class WFSDiff
- 
 public class WFSDiff extends Diff 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classWFSDiff.BatchUpdate
 - 
Constructor SummaryConstructors Constructor Description WFSDiff()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedEnvelopebatchModify(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType,SimpleFeature> oldFeatures, ContentState contentState)voidclear()Clear diff - called during rollback.Set<String>getBatchModified()List<WFSDiff.BatchUpdate>getBatchUpdates()voidmodify(String fid, SimpleFeature f)Record a modification to the indicated fid- 
Methods inherited from class Diffadd, addToSpatialIndex, copySTRtreeFrom, getAdded, getAddedOrder, getModified, isEmpty, queryIndex, remove
 
- 
 
- 
- 
- 
Method Detail- 
clearpublic void clear() Description copied from class:DiffClear diff - called during rollback.
 - 
getBatchUpdatespublic List<WFSDiff.BatchUpdate> getBatchUpdates() 
 - 
modifypublic void modify(String fid, SimpleFeature f) Description copied from class:DiffRecord a modification to the indicated fid
 - 
batchModifypublic ReferencedEnvelope batchModify(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType,SimpleFeature> oldFeatures, ContentState contentState) throws IOException - Throws:
- IOException
 
 
- 
 
-