Class: SingleObjectQueryJobsParameter

SuperMap.SingleObjectQueryJobsParameter

The SingleObjectQueryJobsParameter class。

new SuperMap.SingleObjectQueryJobsParameter(options)

SingleObjectQueryJobsParameter.js, line 9
Name Type Description
options Object

The parameters.

Name Type Default Description
datasetName string

The name of dataset.

datasetQuery string

The dataset name of the query object.

mode SuperMap.SpatialQueryMode SuperMap.SpatialQueryMode.CONTAIN optional

The SpatialQueryMode.

output SuperMap.OutputSetting optional

Output parameter setting class.

mappingParameters SuperMap.MappingParameters optional

The parameter class for visualizing the results after analysis.

Members

datasetNamestring

The name of dataset.

datasetQuerystring

The dataset name of the query object.

geometryQuerystring

The geometry object of the query object.

mappingParametersSuperMap.MappingParameters

The parameter class for visualizing the results after analysis.

The SpatialQueryMode

Default Value:
SuperMap.SpatialQueryMode.CONTAIN

Output parameter setting class.

Methods

SuperMap.SingleObjectQueryJobsParameter.toObject(singleObjectQueryJobsParameter, tempObj)

SingleObjectQueryJobsParameter.js, line 86

Get the singleObjectQueryJobsParameter.

Name Type Description
singleObjectQueryJobsParameter Object

The singleObjectQueryJobsParameter class.

tempObj Object

The target object.

destroy()

SingleObjectQueryJobsParameter.js, line 67

Disposes the resource. The property that references resource is set to null.