#include <qgsgeometrysimplifier.h>
Abstract base class for simplify geometries using a specific algorithm
Definition at line 32 of file qgsgeometrysimplifier.h.
◆ ~QgsAbstractGeometrySimplifier()
virtual QgsAbstractGeometrySimplifier::~QgsAbstractGeometrySimplifier |
( |
| ) |
|
|
virtualdefault |
◆ isGeneralizableByDeviceBoundingBox() [1/2]
bool QgsAbstractGeometrySimplifier::isGeneralizableByDeviceBoundingBox |
( |
const QgsRectangle & |
envelope, |
|
|
float |
mapToPixelTol = 1.0f |
|
) |
| |
|
static |
Returns whether the device-envelope can be replaced by its BBOX when is applied the specified tolerance.
Definition at line 22 of file qgsgeometrysimplifier.cpp.
◆ isGeneralizableByDeviceBoundingBox() [2/2]
bool QgsAbstractGeometrySimplifier::isGeneralizableByDeviceBoundingBox |
( |
const QVector< QPointF > & |
points, |
|
|
float |
mapToPixelTol = 1.0f |
|
) |
| |
|
static |
Returns whether the device-geometry can be replaced by its BBOX when is applied the specified tolerance.
Definition at line 27 of file qgsgeometrysimplifier.cpp.
◆ simplify()
The documentation for this class was generated from the following files: