new VectorClipJobsParameter(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.supermap.VectorClipJobsParameter(options);
  
  // 弃用的写法
  new SuperMap.VectorClipJobsParameter(options);
</script>
// ES6 Import
import { VectorClipJobsParameter } from '@supermap/iclient-ol';
new VectorClipJobsParameter(options);
        
        
        
            common/iServer/VectorClipJobsParameter.js, line 9
        
        
    | Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    datasetNamestring
- 
    
    数据集名。 
- 
    datasetOverlaystring
- 
    
    裁剪对象数据集。 
- 
    geometryClipstring
- 
    
    裁剪几何对象。 
- 
    mappingParametersMappingParameters
- 
    
    分析后结果可视化的参数类。 
- 
    modeClipAnalystMode
- 
    
    裁剪分析模式 。 - Default Value: ClipAnalystMode.CLIP
 
outputOutputSetting
输出参数设置类。
Methods
- 
    static toObject(vectorClipJobsParameter, tempObj)common/iServer/VectorClipJobsParameter.js, line 87
- 
    
    矢量裁剪分析任务对象。 Name Type Description vectorClipJobsParameterObject 区域汇总分析服务参数。 tempObjObject 目标对象。 
- 
    destroy()common/iServer/VectorClipJobsParameter.js, line 68
- 
    
    释放资源,将引用资源的属性置空。