QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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
21class QgsLineString;
22
23
31{
32 public:
33
38 static bool isExteriorRing( const QgsLineString *lineString );
39};
40
41#endif // QGSVECTORTILEMVTUTILS_H
Line string geometry type, with support for z-dimension and m-values.
Definition: qgslinestring.h:45
Assorted utility functions used during MVT decoding and encoding.
static bool isExteriorRing(const QgsLineString *lineString)
Returns whether this linear ring forms an exterior ring according to MVT spec (depending on the orien...