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.idInterpolationstring The ID of the interpolation tool.
params.mapGOStagingMap The map instance.
params.interpolationDataisolinesDataParams The data used to compute the interpolation.
Returns:
Type Description CancelablePromise.<(GeoJSON|undefined)> A promise that resolves with the interpolation data.
