com.supermap.services.wps
Class Erase
- java.lang.Object
-
- com.supermap.services.wps.Analyse
-
- com.supermap.services.wps.OverlayAnalyse
-
- com.supermap.services.wps.Erase
-
public class Erase extends OverlayAnalyse
The Erase operation encapsulated in WPS service.
-
-
Field Summary
-
Fields inherited from class com.supermap.services.wps.OverlayAnalyse
OPERATE_POLYGON, SOURCE_GEOMETRY, SOURCE_POLYGON
-
Fields inherited from class com.supermap.services.wps.Analyse
WPS_RESOURCE
-
-
Constructor Summary
Constructors Constructor and Description Erase()
-
Method Summary
Methods Modifier and Type Method and Description ProcessResultexecute(SpatialAnalyst spatialAnalystImpl, Execute execute)Perform the Erase operation-
Methods inherited from class com.supermap.services.wps.OverlayAnalyse
getBufferDistance, getDataset, getDataSetResultSetting, getGeometry, getGeometryResultSetting, getOperateDataset, getOperateDatasetFilter, getOperateGeometries, getOperateGeometry, getOutputFormat, getRadiusUnit, getSemicircleLineSegment, getSourceDataset, getSourceDatasetFilter, getSourceGeometry, setAnalystParameter, setBufferDistance, setBufferParam, setDataset, setDataSetResultSetting, setGeometry, setGeometryResultSetting, setOperateDataset, setOperateDatasetFilter, setOperateGeometries, setOperateGeometry, setOutputFormat, setParam, setRadiusUnit, setSemicircleLineSegment, setSourceDataset, setSourceDatasetFilter, setSourceGeometry
-
Methods inherited from class com.supermap.services.wps.Analyse
getProcessResult
-
-
-
-
Method Detail
-
execute
public ProcessResult execute(SpatialAnalyst spatialAnalystImpl, Execute execute) throws OGCException
Perform the Erase operation- Specified by:
executein classAnalyse- Parameters:
spatialAnalystImpl- spatial analyst service componentexecute- Erase analysis parameter- Returns:
- ProcessResult Erase analysis result
- Throws:
OGCException
-
-