getPolygonInnerBoundaries()

Returns the inner boundaries of a specified polygon of the Maps EWO..

Synopsis

bool getPolygonInnerBoundaries(int polygonId, dyn_dyn_float& latitudes, dyn_dyn_float& longitudes, int layerId = 1)

Parameter

Parameter Description
polygonId polygon number
latitudes List of latitude lists of the inner boundaries. It contains a latitude list for each inner boundary.
longitudes List of longitude lists of the inner boundaries. It contains a longitude list for each inner boundary.
layerId layer number of the polygon default: 1

Description

This function returns the inner boundaries for a specified polygon of the Maps EWO. It returns false in case of an error.

Assignment

Maps Widget

See also

addPolygon(), appendPolygonInnerBoundaries(), centerOnPolygon(), getPolygonColor(), getPolygonFillPattern(), getPolygonLineType(), getPolygonLineWidth(), getPolygonOuterBoundaries(), getPolygons(), polygonExists(), removePolygon(), setPolygonColor(), setPolygonFillPattern(), setPolygonLineType(), setPolygonLineWidth(), setPolygonOuterBoundaries()