getPolygonOuterBoundaries()
Returns the outer boundaries of a specified polygon of the Maps EWO.
Synopsis
bool getPolygonOuterBoundaries(int polygonId, dyn_float& latitudes, dyn_float& longitudes, int layerId = 1)
Parameter
Parameter | Description |
---|---|
polygonId | polygon nummer |
latitudes | List of latitudes of the boundaries |
longitudes | List of longitudes of the boundaries |
layerId | layer number of the polygon default: 1 |
Description
This function returns the outer boundaries for a specified polygon of the Maps EWO. It returns false in case of an error.
Assignment
See also
addPolygon(), appendPolygonInnerBoundaries(), centerOnPolygon(), getPolygonColor(), getPolygonFillPattern(), getPolygonInnerBoundaries(), getPolygonLineType(), getPolygonLineWidth(), getPolygons(), polygonExists(), removePolygon(), setPolygonColor(), setPolygonFillPattern(), setPolygonLineType(), setPolygonLineWidth(), setPolygonOuterBoundaries()