new SuperMap.DatasetSurfaceAnalystParameters(options)
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
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.
-
extractParameterSuperMap.SurfaceAnalystParametersSetting
-
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).
-
resultSettingSuperMap.DataReturnOption
-
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.