com.supermap.services.wps
Class ExtractIsoregion
- java.lang.Object
-
- com.supermap.services.wps.Analyse
-
- com.supermap.services.wps.ExtractAnalyse
-
- com.supermap.services.wps.ExtractIsoregion
-
public class ExtractIsoregion extends ExtractAnalyse
The ExtractIsoregion operation encapsulated in WPS service.
-
-
Field Summary
-
Fields inherited from class com.supermap.services.wps.Analyse
WPS_RESOURCE
-
-
Constructor Summary
Constructors Constructor and Description ExtractIsoregion()
-
Method Summary
Methods Modifier and Type Method and Description ProcessResultexecute(SpatialAnalyst spatialAnalystImpl, Execute execute)Perform the ExtractIsoregion 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 ExtractIsoregion operation- Specified by:
executein classAnalyse- Parameters:
spatialAnalystImpl- spatial analyst service componentexecute- ExtractIsoregion analysis parameter- Returns:
- ProcessResult ExtractIsoregion analysis result
- Throws:
OGCException
-
-