new SingleObjectQueryJobsParameter(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.SingleObjectQueryJobsParameter(options);
// 弃用的写法
new SuperMap.SingleObjectQueryJobsParameter(options);
</script>
// ES6 Import
import { SingleObjectQueryJobsParameter } from '@supermapgis/iclient-leaflet';
new SingleObjectQueryJobsParameter(options);
common/iServer/SingleObjectQueryJobsParameter.js, line 9
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Members
-
datasetNamestring
-
数据集名称。
-
datasetQuerystring
-
查询对象所在的数据集名称。
-
geometryQuerystring
-
查询对象所在的几何对象。
-
mappingParametersMappingParameters
-
分析后结果可视化的参数类。
-
modeSpatialQueryMode
-
空间查询模式。
- Default Value: SpatialQueryMode.CONTAIN
outputOutputSetting
输出参数设置类。
Methods
-
static toObject(singleObjectQueryJobsParameter, tempObj)
common/iServer/SingleObjectQueryJobsParameter.js, line 89 -
生成单对象空间查询分析任务对象。
Name Type Description singleObjectQueryJobsParameter
Object 单对象空间查询分析任务参数。
tempObj
Object 目标对象。
-
destroy()
common/iServer/SingleObjectQueryJobsParameter.js, line 70 -
释放资源,将引用资源的属性置空。