QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include <qgsvectortilemvtutils.h>
Static Public Member Functions | |
static bool | isExteriorRing (const QgsLineString *lineString) |
Returns whether this linear ring forms an exterior ring according to MVT spec (depending on the orientation - clockwise or counter-clockwise) More... | |
Assorted utility functions used during MVT decoding and encoding.
Definition at line 30 of file qgsvectortilemvtutils.h.
|
static |
Returns whether this linear ring forms an exterior ring according to MVT spec (depending on the orientation - clockwise or counter-clockwise)
Definition at line 21 of file qgsvectortilemvtutils.cpp.