Class: SingleObjectQueryJobsParameter

SingleObjectQueryJobsParameter

单对象空间查询分析任务参数类。

new SingleObjectQueryJobsParameter(options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.supermap.SingleObjectQueryJobsParameter(options);
  
  // 弃用的写法
  new SuperMap.SingleObjectQueryJobsParameter(options);

</script>

// ES6 Import
import { SingleObjectQueryJobsParameter } from '@supermap/iclient-ol';

new SingleObjectQueryJobsParameter(options);

common/iServer/SingleObjectQueryJobsParameter.js, line 9
Name Type Description
options Object

参数。

Name Type Default Description
datasetName string

数据集名。

datasetQuery string

查询对象所在的数据集名称。

mode SpatialQueryMode SpatialQueryMode.CONTAIN 可选

空间查询模式。

output OutputSetting 可选

输出参数设置。

mappingParameters MappingParameters 可选

分析后结果可视化的参数类。

Members

datasetNamestring

数据集名。

datasetQuerystring

查询对象所在的数据集名称。

geometryQuerystring

查询对象所在的几何对象。

mappingParametersMappingParameters

分析后结果可视化的参数类。

空间查询模式 。

Default Value:
SpatialQueryMode.CONTAIN

输出参数设置类。

Methods

static toObject(singleObjectQueryJobsParameter, tempObj)

common/iServer/SingleObjectQueryJobsParameter.js, line 88

生成单对象空间查询分析任务对象。

Name Type Description
singleObjectQueryJobsParameter Object

单对象空间查询分析任务参数。

tempObj Object

目标对象。

destroy()

common/iServer/SingleObjectQueryJobsParameter.js, line 69

释放资源,将引用资源的属性置空。