QGIS API Documentation
3.41.0-Master (fda2aa46e9a)
Loading...
Searching...
No Matches
src
core
qgsvectorsimplifymethod.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
qgsvectorsimplifymethod.cpp
3
---------------------
4
begin : December 2013
5
copyright : (C) 2013 by Alvaro Huarte
6
email : http://wiki.osgeo.org/wiki/Alvaro_Huarte
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
#include "
qgis.h
"
17
#include "
qgsvectorsimplifymethod.h
"
18
#include "moc_qgsvectorsimplifymethod.cpp"
19
20
QgsVectorSimplifyMethod::QgsVectorSimplifyMethod
()
21
: mSimplifyHints(
Qgis
::DEFAULT_MAPTOPIXEL_THRESHOLD > 1 ?
Qgis
::VectorRenderingSimplificationFlag::FullSimplification :
Qgis
::VectorRenderingSimplificationFlag::GeometrySimplification )
22
, mThreshold(
Qgis
::DEFAULT_MAPTOPIXEL_THRESHOLD )
23
{
24
}
Qgis
The Qgis class provides global constants for use throughout the application.
Definition
qgis.h:54
QgsVectorSimplifyMethod::QgsVectorSimplifyMethod
QgsVectorSimplifyMethod()
construct a default object
Definition
qgsvectorsimplifymethod.cpp:20
qgis.h
qgsvectorsimplifymethod.h
Generated on Sun Nov 10 2024 14:15:43 for QGIS API Documentation by
1.9.8