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