Example
import Isocurve from from "gpf-ext-ol/controls/Isocurve"
ou
import { Isocurve } from "gpf-ext-ol"
Type Definitions
-
isocurve:computeObject
-
event triggered when the compute is finished
Properties:
Name Type Description type Object event
target Object instance Isocurve
Example
Isocurve.on("isocurve:compute", function (e) { console.log(e.target.getData()); })
Events
-
isocurve:drawend
Controls/Isocurve/Isocurve.js, line 978 -
event triggered at the end of drawing input
-
isocurve:drawstart
Controls/Isocurve/Isocurve.js, line 955 -
event triggered at the start of drawing input