Altus Mapping Engine JavaScript API Reference - v2.0.ut.2153.g60764257e - Tuesday May 16, 2022 | SDK Documentation | Builds | BA3 Home |
Represents a dynamic 2D polygon. More...
Public Member Functions | |
DynamicPolygon (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 dynamic 2D polygon.
AltusUnified::DynamicPolygon::DynamicPolygon | ( | string | shapeId | ) |
Constructor
shapeId | The name of the polygon |
VectorGeographicPosition2D AltusUnified::DynamicPolygon::points | ( | ) |
points
void AltusUnified::DynamicPolygon::points_set | ( | VectorGeographicPosition2D | val | ) |