Class: DatasetThiessenAnalystParameters

SuperMap.DatasetThiessenAnalystParameters

The DatasetThiessenAnalystParameters class.

new SuperMap.DatasetThiessenAnalystParameters(options)

DatasetThiessenAnalystParameters.js, line 6
Name Type Description
options Object

The optional parameters.

Name Type Description
filterQueryParameter SuperMap.FilterParameter optional

Filters points in the analytical dataset. The default is null if it is not be set, i.e., it will analyze all the points in the dataset.

Extends

Members

clipRegionSuperMap.Geometry.Polygon L.Polygon ol.geom.Polygon

The result clip region. It can be null, which represents that the result cannot be clipped.

createResultDatasetboolean

Whether to return the result dataset. If true, resultDatasetName and resultDatasourceName must be set.

datasetstring

Name of dataset for analysis, which can be represented in the format of ‘datasetName@datasourceName’.

filterQueryParameterSuperMap.FilterParameter

Filters points in the analytical dataset. The default is null if it is not be set, i.e., it will analyze all the points in the dataset.

Example
var filterQueryParameter = new SuperMap.FilterParameter({
  name: "Countries@World",
  attributeFilter: "SmID>100"
 });

resultDatasetNamestring

The specified name of the result dataset.

resultDatasourceNamestring

The datasource where the specified result dataset exists. Default is this datasource.

returnResultRegionboolean

Whether to return the result polygon region array.

Methods

SuperMap.DatasetThiessenAnalystParameters.toObject(datasetThiessenAnalystParameters, tempObj)

DatasetThiessenAnalystParameters.js, line 57

Transform the DatasetThiessenAnalystParameters to JSON

Name Type Description
datasetThiessenAnalystParameters SuperMap.DatasetThiessenAnalystParameters

The DatasetThiessenAnalystParameters class.

tempObj SuperMap.DatasetThiessenAnalystParameters

The DatasetThiessenAnalystParameters.

Returns:
The JSON object.

inherited destroy()

ThiessenAnalystParameters.js, line 56

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

inherited destroy()

ThiessenAnalystParameters.js, line 56

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