|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
Assorted utility functions used during MVT decoding and encoding. More...
#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). | |
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 20 of file qgsvectortilemvtutils.cpp.