|
QGIS API Documentation 4.1.0-Master (5bf3c20f3c9)
|
Contains information about a feature rendered inside the PDF. More...
#include <qgsabstractgeopdfexporter.h>
Public Member Functions | |
| RenderedFeature ()=default | |
| RenderedFeature (const QgsFeature &feature, const QgsGeometry &renderedBounds) | |
| Constructor for RenderedFeature. | |
Public Attributes | |
| QgsFeature | feature |
| Rendered feature. | |
| QgsGeometry | renderedBounds |
| Bounds, in PDF units, of rendered feature. | |
Contains information about a feature rendered inside the PDF.
Definition at line 80 of file qgsabstractgeopdfexporter.h.
|
default |
|
inline |
Constructor for RenderedFeature.
Definition at line 87 of file qgsabstractgeopdfexporter.h.
| QgsFeature QgsAbstractGeospatialPdfExporter::RenderedFeature::feature |
Rendered feature.
Definition at line 95 of file qgsabstractgeopdfexporter.h.
| QgsGeometry QgsAbstractGeospatialPdfExporter::RenderedFeature::renderedBounds |
Bounds, in PDF units, of rendered feature.
(Multi)LineString or Polygon types only.
Definition at line 100 of file qgsabstractgeopdfexporter.h.