new SurfaceAnalystParameters(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.SurfaceAnalystParameters(options);
  
  // 弃用的写法
  new SuperMap.SurfaceAnalystParameters(options);
</script>
// ES6 Import
import { SurfaceAnalystParameters } from '@supermapgis/iclient-leaflet';
new SurfaceAnalystParameters(options);
        
        
        
            common/iServer/SurfaceAnalystParameters.js, line 9
        
        
    | Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    extractParameterSurfaceAnalystParametersSetting
- 
    
    获取或设置表面分析参数。 在进行点数据集进行提取等值面分析时,暂时不支持 SurfaceAnalystParametersSetting 类中的 expectedZValues 字段。 
- 
    resolutionnumber
- 
    
    获取或设置中间结果(栅格数据集)的分辨率。 
- 
    resultSettingDataReturnOption
- 
    
    结果返回设置类。 
- 
    surfaceAnalystMethodSurfaceAnalystMethod
- 
    
    获取或设置表面分析的提取方法,包括提取等值线和提取等值面。 - Default Value: SurfaceAnalystMethod.ISOLINE
 
Methods
- 
    destroy()common/iServer/SurfaceAnalystParameters.js, line 56
- 
    
    释放资源,将引用资源的属性置空。