| Altus Mapping Engine JavaScript API Reference - v2.0.ut.2153.g60764257e - Tuesday May 16, 2022 | SDK Documentation | Builds | BA3 Home |
Represents a 2D dynamic line. More...
Public Member Functions | |
| DynamicLine (string shapeId) | |
| Constructor More... | |
| VectorGeographicPosition2D | points () |
| points More... | |
| void | points_set (VectorGeographicPosition2D val) |
| Public Member Functions inherited from AltusUnified::DynamicShape | |
| string | shapeID () |
| Returns the shape ID. More... | |
Additional Inherited Members | |
| Public Attributes inherited from AltusUnified::DynamicShape | |
| bool | visible |
| Sets shape visibility. More... | |
Represents a 2D dynamic line.
| AltusUnified::DynamicLine::DynamicLine | ( | string | shapeId | ) |
Constructor
| shapeId | The name of the line |
| VectorGeographicPosition2D AltusUnified::DynamicLine::points | ( | ) |
points
| void AltusUnified::DynamicLine::points_set | ( | VectorGeographicPosition2D | val | ) |