QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
src
core
vectortile
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
30
class
QgsVectorTileMVTUtils
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:30
Generated on Sun Sep 11 2022 00:03:17 for QGIS API Documentation by
1.8.17