QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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) 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.