new RasterFunctionParameter(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.supermap.RasterFunctionParameter(options);
  
  // 弃用的写法
  new SuperMap.RasterFunctionParameter(options);
</script>
// ES6 Import
import { RasterFunctionParameter } from '@supermap/iclient-ol';
new RasterFunctionParameter(options);
        
        
        
            common/iServer/RasterFunctionParameter.js, line 6
        
        
    | Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    
    栅格分析方法。 
Methods
- 
    destroy()common/iServer/RasterFunctionParameter.js, line 29
- 
    
    释放资源,将资源的属性置空。