com.supermap.services.wps
类 ExtractIsoregion
- java.lang.Object
-
- com.supermap.services.wps.Analyse
-
- com.supermap.services.wps.ExtractAnalyse
-
- com.supermap.services.wps.ExtractIsoregion
-
public class ExtractIsoregion extends ExtractAnalyse
WPS 服务中封装的ExtractIsoregion操作。
-
-
字段概要
-
从类继承的字段 com.supermap.services.wps.Analyse
WPS_RESOURCE
-
-
构造器概要
构造器 构造器和说明 ExtractIsoregion()
-
方法概要
方法 限定符和类型 方法和说明 ProcessResult
execute(SpatialAnalyst spatialAnalystImpl, Execute execute)
执行ExtractIsoregion操作-
从类继承的方法 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
-
从类继承的方法 com.supermap.services.wps.Analyse
getProcessResult
-
-
-
-
方法详细资料
-
execute
public ProcessResult execute(SpatialAnalyst spatialAnalystImpl, Execute execute) throws OGCException
执行ExtractIsoregion操作- 指定者:
execute
在类中Analyse
- 参数:
spatialAnalystImpl
- 空间分析服务组件execute
- ExtractIsoregion分析参数- 返回:
- ProcessResult ExtractIsoregion分析结果
- 抛出:
OGCException
-
-