Class: SurfaceAnalystParameters

L.supermap.SurfaceAnalystParameters

The SurfaceAnalystParameters class.

new L.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. L.supermap.DatasetSurfaceAnalystParameters and L.supermap.GeometrySurfaceAnalystParameters are inherited from the class.

Name Type Description
options Object

The parameters.

Name Type Default Description
extractParameter L.supermap.SurfaceAnalystParametersSetting

Gets or sets the parameters of surface analysis.

resolution number

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

resultSetting L.supermap.DataReturnOption

The DataReturnOption class.

surfaceAnalystMethod L.supermap.SurfaceAnalystMethod L.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.

surfaceAnalystMethodL.supermap.SurfaceAnalystMethod

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

Default Value:
L.supermap.SurfaceAnalystMethod.ISOLINE

Methods

destroy()

SurfaceAnalystParameters.js, line 54

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