Class: ThiessenAnalystParameters

SuperMap.ThiessenAnalystParameters

The base class of ThiessenAnalystParameters.

new SuperMap.ThiessenAnalystParameters(options)

ThiessenAnalystParameters.js, line 4
Name Type Description
options Object

The parameters.

Name Type Default Description
clipRegion SuperMap.Geometry.Polygon | L.Polygon | ol.geom.Polygon optional

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

createResultDataset boolean false optional

Whether to return the result dataset.

resultDatasetName string optional

The specified name of the result dataset.

resultDatasourceName string optional

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

returnResultRegion boolean true optional

Whether to return the result polygon region array.

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.

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

destroy()

ThiessenAnalystParameters.js, line 56

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