public class ScalableUnionOperation extends GeometryOperation
inFeatureStore, inFeatureStoreList, lastEditFeature, numberOfFeatures, persister, process, procesSize, selectedGeomInput, selectedGeomOverlay, status| Constructor and Description |
|---|
ScalableUnionOperation() |
ScalableUnionOperation(AbstractSextanteGeoProcess p) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getResult()
Gets the last result of this operation
|
void |
invoke(Geometry g,
EditableFeature featureInput)
Invokes this operation
|
EditableFeature |
invoke(Geometry g,
Feature featureInput)
Invokes this operation and returns an EditableFeature
|
static Geometry |
joinLayerGeometries(FeatureStore store,
boolean selectedGeom)
Computes union of all geometries of the clipping layer.
|
static Geometry |
joinLayerGeometries(es.unex.sextante.dataObjects.IVectorLayer input,
boolean selectedGeom)
Computes union of all geometries of the clipping layer.
|
void |
setFeatureStore(FeatureStore out,
java.lang.String[] attrNames)
Sets the output FeatureType and the input attributes for this feature
|
computesFeatureOperation, computesGeometryOperation, computesGeometryOperationInAList, end, setGeoProcess, setProgressModel, setSelectedGeomOverlayLayer, setTaskStatuspublic ScalableUnionOperation()
public ScalableUnionOperation(AbstractSextanteGeoProcess p)
public EditableFeature invoke(Geometry g, Feature featureInput)
GeometryOperationinvoke in class GeometryOperationpublic void invoke(Geometry g, EditableFeature featureInput)
GeometryOperationinvoke in class GeometryOperationpublic void setFeatureStore(FeatureStore out, java.lang.String[] attrNames) throws DataException
GeometryOperationsetFeatureStore in class GeometryOperationDataExceptionpublic java.lang.Object getResult()
GeometryOperationgetResult in class GeometryOperationpublic static Geometry joinLayerGeometries(es.unex.sextante.dataObjects.IVectorLayer input, boolean selectedGeom) throws es.unex.sextante.exceptions.WrongParameterTypeException, es.unex.sextante.exceptions.WrongParameterIDException, es.unex.sextante.exceptions.NullParameterValueException
es.unex.sextante.exceptions.NullParameterValueExceptiones.unex.sextante.exceptions.WrongParameterIDExceptiones.unex.sextante.exceptions.WrongParameterTypeExceptioncom.iver.cit.gvsig.fmap.DriverExceptionReadDriverExceptionVisitorExceptionExpansionFileReadExceptionpublic static Geometry joinLayerGeometries(FeatureStore store, boolean selectedGeom) throws es.unex.sextante.exceptions.WrongParameterTypeException, es.unex.sextante.exceptions.WrongParameterIDException, es.unex.sextante.exceptions.NullParameterValueException
es.unex.sextante.exceptions.NullParameterValueExceptiones.unex.sextante.exceptions.WrongParameterIDExceptiones.unex.sextante.exceptions.WrongParameterTypeExceptioncom.iver.cit.gvsig.fmap.DriverExceptionReadDriverExceptionVisitorExceptionExpansionFileReadException