com.supermap.services.wps
Class ExtractIsoline
- java.lang.Object
-
- com.supermap.services.wps.Analyse
-
- com.supermap.services.wps.ExtractAnalyse
-
- com.supermap.services.wps.ExtractIsoline
-
public class ExtractIsoline extends ExtractAnalyse
The ExtractIsoline operation encapsulated in WPS service.
-
-
Field Summary
-
Fields inherited from class com.supermap.services.wps.Analyse
WPS_RESOURCE
-
-
Constructor Summary
Constructors Constructor and Description ExtractIsoline()
-
Method Summary
Methods Modifier and Type Method and Description ProcessResultexecute(SpatialAnalyst spatialAnalystImpl, Execute execute)Perform the ExtractIsoline operation-
Methods inherited from class com.supermap.services.wps.ExtractAnalyse
getFilterQueryParameter, getGridDataset, getOutputFormat, getParameter, getPointDataset, getPoints, getProcessResult, getResolution, getResultSetting, getTerrainInterpolateType, getzValueField, getzValues, setAnalystParameter, setFilterQueryParameter, setGridDataset, setOutputFormat, setParameter, setPointDataset, setPoints, setResolution, setResultSetting, setTerrainInterpolateType, setzValueField, setzValues
-
Methods inherited from class com.supermap.services.wps.Analyse
getProcessResult
-
-
-
-
Method Detail
-
execute
public ProcessResult execute(SpatialAnalyst spatialAnalystImpl, Execute execute) throws OGCException
Perform the ExtractIsoline operation- Specified by:
executein classAnalyse- Parameters:
spatialAnalystImpl- spatial analyst service componentexecute- ExtractIsoline analysis parameter- Returns:
- ProcessResult ExtractIsoline analysis result
- Throws:
OGCException
-
-