Class: GeometryThiessenAnalystParameters

SuperMap.GeometryThiessenAnalystParameters

The GeometryThiessenAnalystParameters class. This class is used to specify the geometry and returned dataset name for thiessen polygon analysis.

new SuperMap.GeometryThiessenAnalystParameters(options)

GeometryThiessenAnalystParameters.js, line 6
Name Type Description
options Object

The parameters.

Name Type Description
points Array.<(SuperMap.Geometry.Point|L.LatLng|L.Point|ol.geom.Point)>

The geometry using point array.

Extends

Members

clipRegionSuperMap.Geometry.Polygon L.Polygon ol.geom.Polygon

The result clip region. It can be null, which represents that the result cannot be clipped.

createResultDatasetboolean

Whether to return the result dataset. If true, resultDatasetName and resultDatasourceName must be set.

pointsArray.<(SuperMap.Geometry.Point|L.LatLng|L.Point|ol.geom.Point)>

The geometry using point array.

resultDatasetNamestring

The specified name of the result dataset.

resultDatasourceNamestring

The datasource where the specified result dataset exists. Default is this datasource.

returnResultRegionboolean

Whether to return the result polygon region array.

Methods

SuperMap.GeometryThiessenAnalystParameters.toObject(geometryThiessenAnalystParameters, tempObj){Object}

GeometryThiessenAnalystParameters.js, line 47

Transform the GeometryThiessenAnalystParameters to JSON

Name Type Description
geometryThiessenAnalystParameters SuperMap.GeometryThiessenAnalystParameters

The GeometryThiessenAnalystParameters class.

tempObj SuperMap.GeometryThiessenAnalystParameters

The GeometryThiessenAnalystParameters.

Returns:
Type Description
Object The JSON object.

inherited destroy()

ThiessenAnalystParameters.js, line 56

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

inherited destroy()

ThiessenAnalystParameters.js, line 56

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