public class ClipOperation extends GeometryOperation
inFeatureStore, inFeatureStoreList, lastEditFeature, numberOfFeatures, persister, process, procesSize, selectedGeomInput, selectedGeomOverlay, status| Constructor and Description |
|---|
ClipOperation(Geometry clip,
AbstractSextanteGeoProcess p) |
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Ends the edition and closes the FeatureStore
|
String |
getProcessDescription() |
void |
invoke(Geometry g,
EditableFeature feature)
clips feature's geometry with the clipping geometry, preserving
feature's original attributes.
|
EditableFeature |
invoke(Geometry g,
Feature feature)
clips feature's geometry with the clipping geometry, preserving
feature's original attributes.
|
computesFeatureOperation, computesGeometryOperation, computesGeometryOperationInAList, getResult, setFeatureStore, setGeoProcess, setProgressModel, setSelectedGeomOverlayLayer, setTaskStatuspublic ClipOperation(Geometry clip, AbstractSextanteGeoProcess p)
public EditableFeature invoke(Geometry g, Feature feature)
invoke in class GeometryOperationpublic void invoke(Geometry g, EditableFeature feature)
invoke in class GeometryOperationpublic void end()
end in class GeometryOperationpublic String getProcessDescription()