public class FuseOperation extends GeometryOperation
inFeatureStore, inFeatureStoreList, lastEditFeature, numberOfFeatures, persister, process, procesSize, selectedGeomInput, selectedGeomOverlay, status| Constructor and Description |
|---|
FuseOperation(AbstractSextanteGeoProcess process) |
| Modifier and Type | Method and Description |
|---|---|
void |
computesGeometryOperation(FeatureStore inFeatStore,
FeatureStore outFeatStore,
java.lang.String[] attrNames,
boolean first)
Computes a complete operation over the input FeatureStore.
|
void |
end()
Ends the edition and closes the FeatureStore
|
void |
invoke(Geometry g,
EditableFeature featureInput)
Invokes this operation
|
EditableFeature |
invoke(Geometry g,
Feature featureInput)
Invokes this operation and returns an EditableFeature
|
computesFeatureOperation, computesGeometryOperation, computesGeometryOperationInAList, getResult, setFeatureStore, setGeoProcess, setProgressModel, setSelectedGeomOverlayLayer, setTaskStatuspublic FuseOperation(AbstractSextanteGeoProcess process)
public EditableFeature invoke(Geometry g, Feature featureInput)
GeometryOperationinvoke in class GeometryOperationpublic void invoke(Geometry g, EditableFeature featureInput)
GeometryOperationinvoke in class GeometryOperationpublic void computesGeometryOperation(FeatureStore inFeatStore, FeatureStore outFeatStore, java.lang.String[] attrNames, boolean first) throws DataException
inFeatStore - Input FeatureStoreoutFeatStore - Output FeatureStoreDataExceptionpublic void end()
GeometryOperationend in class GeometryOperation