Class: SurfaceAnalystParameters

SurfaceAnalystParameters

表面分析提取操作参数类。此类存储了表面分析的提取方法和中间结果分辨率等参数。表面分析的提取方法包括:提取等值线、提取等值面。

new SurfaceAnalystParameters(options)

Usage
import { SurfaceAnalystParameters } from '@supermapgis/iclient-leaflet';

new SurfaceAnalystParameters(options);
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.SurfaceAnalystParameters({paramsNames});
  // 弃用的写法
  new SuperMap.SurfaceAnalystParameters(options);
</script>
common/iServer/SurfaceAnalystParameters.js, line 9
Name Type Description
options Object

参数。

Name Type Default Description
extractParameter SurfaceAnalystParametersSetting

表面分析参数设置类。

resolution number

指定中间结果(栅格数据集)的分辨率。

resultSetting DataReturnOption

结果返回设置类。

surfaceAnalystMethod SurfaceAnalystMethod SurfaceAnalystMethod.ISOLINE 可选

获取或设置表面分析的提取方法,包括提取等值线和提取等值面。

API Relations

As method parameter: SpatialAnalystService.surfaceAnalysis.

Subclasses

DatasetSurfaceAnalystParameters , GeometrySurfaceAnalystParameters

Members

获取或设置表面分析参数。 在进行点数据集进行提取等值面分析时,暂时不支持 SurfaceAnalystParametersSetting 类中的 expectedZValues 字段。

resolutionnumber

获取或设置中间结果(栅格数据集)的分辨率。

resultSettingDataReturnOption

结果返回设置类。

surfaceAnalystMethodSurfaceAnalystMethod

获取或设置表面分析的提取方法,包括提取等值线和提取等值面。

Default Value:
SurfaceAnalystMethod.ISOLINE

Methods

destroy()

common/iServer/SurfaceAnalystParameters.js, line 56

释放资源,将引用资源的属性置空。