Draws a measurement between two points.
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
An object with the following properties:
|
Members
Gets the angle between horizontal and the distance line in radians
Gets the angle between vertical and the distance line in radians
Gets the distance of the measurement in meters
Gets the horizontal component of distance of the measurement in meters
Gets the icon.
Gets the id.
Gets the instruction text.
Gets and sets whether or not to show the x and y component lines of the measurement.
-
Default Value:
false
Gets the thumbnail.
Gets the type.
Gets the vertical component of the distance of the measurement in meters
Methods
Destroys the measurement.
Handles click events while drawing a distance measurement.
Name | Type | Description |
---|---|---|
clickPosition |
Cartesian2 | The click position |
Handles mouse move events while drawing a distance measurement.
Name | Type | Description |
---|---|---|
mousePosition |
Cartesian2 | The mouse position |
Returns:
true if the object has been destroyed, false otherwise.
Resets the measurement.