Class: SurfaceAnalystParameters

mapboxgl.supermap.SurfaceAnalystParameters

The SurfaceAnalystParameters class.

new mapboxgl.supermapSurfaceAnalystParameters(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. mapboxgl.supermapDatasetSurfaceAnalystParameters and mapboxgl.supermapGeometrySurfaceAnalystParameters are inherited from the class.

Name Type Description
options Object

The parameters.

Name Type Default Description
extractParameter mapboxgl.supermapSurfaceAnalystParametersSetting

Gets or sets the parameters of surface analysis.

resolution number

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

resultSetting mapboxgl.supermapDataReturnOption

The DataReturnOption class.

surfaceAnalystMethod mapboxgl.supermapSurfaceAnalystMethod mapboxgl.supermapSurfaceAnalystMethod.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.

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

Default Value:
mapboxgl.supermapSurfaceAnalystMethod.ISOLINE

Methods

destroy()

SurfaceAnalystParameters.js, line 54

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