new SuperMap.GeometrySurfaceAnalystParameters(options)
Name | Type | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Extends
Members
-
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.
-
pointsArray.<(SuperMap.Geometry.Point|L.LatLng|L.Point|ol.geom.Point)>
-
Gets or sets the coordinates points array for surface analysis.
-
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
zValuesArray.<number>
Gets or sets the value used for extraction operation. When extracting the isoline, you can use the value in the array, implement the interpolation analysis to the coordinate point array in the geometric object, get the raster dataset (intermediate result), and extract the isoline from the raster dataset.