new RasterFunctionParameter(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.RasterFunctionParameter(options);
  
  // 弃用的写法
  new SuperMap.RasterFunctionParameter(options);
</script>
// ES6 Import
import { RasterFunctionParameter } from '@supermapgis/iclient-leaflet';
new RasterFunctionParameter(options);
        
        
        
            common/iServer/RasterFunctionParameter.js, line 6
        
        
    | Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    
    栅格分析方法。包括:归一化植被指数分析、阴影面分析等。 
Methods
- 
    destroy()common/iServer/RasterFunctionParameter.js, line 34
- 
    
    释放资源,将资源的属性置空。