QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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 21 of file qgsvectortilemvtutils.cpp.