Class: GOInterpolation

GOInterpolation

new GOInterpolation()

Interactions/geoTools/interpolation/index.ts, line 6

Methods

init(){CancelablePromise.<(GeoJSON|undefined)>}

Interactions/geoTools/interpolation/index.ts, line 13

Initializes the interpolation tool.

Name Type Description
params.idInterpolation string

The ID of the interpolation tool.

params.map GOStagingMap

The map instance.

params.interpolationData isolinesDataParams

The data used to compute the interpolation.

Returns:
Type Description
CancelablePromise.<(GeoJSON|undefined)> A promise that resolves with the interpolation data.