QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
qgsvectortilemvtutils.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgsvectortilemvtutils.h
3  --------------------------------------
4  Date : April 2020
5  Copyright : (C) 2020 by Martin Dobias
6  Email : wonder dot sk at gmail dot com
7  ***************************************************************************
8  * *
9  * This program is free software; you can redistribute it and/or modify *
10  * it under the terms of the GNU General Public License as published by *
11  * the Free Software Foundation; either version 2 of the License, or *
12  * (at your option) any later version. *
13  * *
14  ***************************************************************************/
15 
16 #ifndef QGSVECTORTILEMVTUTILS_H
17 #define QGSVECTORTILEMVTUTILS_H
18 
19 #define SIP_NO_FILE
20 
21 class QgsLineString;
22 
23 
31 {
32  public:
33 
38  static bool isExteriorRing( const QgsLineString *lineString );
39 };
40 
41 #endif // QGSVECTORTILEMVTUTILS_H
QgsVectorTileMVTUtils::isExteriorRing
static bool isExteriorRing(const QgsLineString *lineString)
Returns whether this linear ring forms an exterior ring according to MVT spec (depending on the orien...
Definition: qgsvectortilemvtutils.cpp:21
QgsLineString
Line string geometry type, with support for z-dimension and m-values.
Definition: qgslinestring.h:44
QgsVectorTileMVTUtils
Assorted utility functions used during MVT decoding and encoding.
Definition: qgsvectortilemvtutils.h:31