Class: SurfaceAnalystParameters

SuperMap.SurfaceAnalystParameters

The SurfaceAnalystParameters class.

new SuperMap.SurfaceAnalystParameters(options)

SurfaceAnalystParameters.js, line 7

The class can provides parameters information for surface analysis, including using the surface analysis method for isoline and isoregion extraction and intermediate resolution. SuperMap.DatasetSurfaceAnalystParameters and SuperMap.GeometrySurfaceAnalystParameters are inherited from the class.

Name Type Description
options Object

The parameters.

Name Type Default Description
extractParameter SuperMap.SurfaceAnalystParametersSetting

Gets or sets the parameters of surface analysis.

resolution number

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

resultSetting SuperMap.DataReturnOption

The DataReturnOption class.

surfaceAnalystMethod SuperMap.SurfaceAnalystMethod SuperMap.SurfaceAnalystMethod.ISOLINE optional

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

Members

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.

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

Methods

destroy()

SurfaceAnalystParameters.js, line 54

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