QGIS API Documentation
2.8.2-Wien
|
Go to the source code of this file.
Functions | |
static QgsRectangle | calculateBoundingBox (QGis::WkbType wkbType, unsigned char *wkb, size_t numPoints) |
Returns the BBOX of the specified WKB-point stream. | |
static bool | generalizeWkbGeometryByBoundingBox (QGis::WkbType wkbType, unsigned char *sourceWkb, size_t sourceWkbSize, unsigned char *targetWkb, size_t &targetWkbSize, const QgsRectangle &envelope, bool writeHeader) |
Generalize the WKB-geometry using the BBOX of the original geometry. |
|
inlinestatic |
Returns the BBOX of the specified WKB-point stream.
Definition at line 44 of file qgsmaptopixelgeometrysimplifier.cpp.
|
static |
Generalize the WKB-geometry using the BBOX of the original geometry.
Definition at line 64 of file qgsmaptopixelgeometrysimplifier.cpp.