Class: DatasetSurfaceAnalystParameters

SuperMap.DatasetSurfaceAnalystParameters

The DatasetSurfaceAnalystParameters class. The class sets the parameters used in the dataset surface analysis.

new SuperMap.DatasetSurfaceAnalystParameters(options)

DatasetSurfaceAnalystParameters.js, line 8
Name Type Description
options Object

The parameters.

Name Type Default Description
dataset string

The name of the dataset in the datasource for dataset surface analysis.

zValueFieldName string

Gets or sets the field name used for extraction operation.

extractParameter SuperMap.SurfaceAnalystParametersSetting

The surface analysis parameters setting class. Gets or sets the parameters of surface analysis.

resolution integer

Gets or sets the resolution of the specified intermediate results (raster dataset).

filterQueryParameter SuperMap.FilterParameter optional

Gets or sets the query filter parameter.

resultSetting SuperMap.DataReturnOption optional

The DataReturnOption class.

surfaceAnalystMethod SuperMap.SurfaceAnalystMethod SuperMap.SurfaceAnalystMethod.ISOLINE optional

Gets or sets the extraction methods for isoline and isoregion extraction of surface analysis.

Extends

Members

datasetstring

The name of the dataset in the datasource for dataset surface analysis.This identifier is the format "dataset name@datasource alias". For example: Country@World.

Gets or sets the parameters of surface analysis. When using point dataset for isoregion extraction analysis, the expectedZValues field in the SurfaceAnalystParametersSetting class is not supported now.

filterQueryParameterSuperMap.FilterParameter

Gets or sets the query filter parameter.

resolutionnumber

Specifies the resolution of the intermediate results (raster dataset).

The DataReturnOption class.

surfaceAnalystMethodSuperMap.SurfaceAnalystMethod

Gets or sets the extraction methods for isoline and isoregion extraction of surface analysis. Default is the isoline analysis.

Default Value:
SuperMap.SurfaceAnalystMethod.ISOLINE

zValueFieldNamestring

Gets or sets the field name used for extraction operation. When extracting the isoline, you can use the value in the field, implement the interpolation analysis to the point data in the Recordset, get the raster dataset (intermediate result), and extract the isoline from the raster dataset.

Methods

SuperMap.DatasetSurfaceAnalystParameters.toObject(datasetSurfaceAnalystParameters, tempObj)

DatasetSurfaceAnalystParameters.js, line 67

Transform the DatasetSurfaceAnalystParameters to JSON

Name Type Description
datasetSurfaceAnalystParameters SuperMap.DatasetSurfaceAnalystParameters

The DatasetSurfaceAnalystParameters class.

tempObj SuperMap.DatasetSurfaceAnalystParameters

The DatasetSurfaceAnalystParameters

Returns:
The JSON object.

inherited destroy()

SurfaceAnalystParameters.js, line 54

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

inherited destroy()

SurfaceAnalystParameters.js, line 54

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