|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#include <qgsabstractgeopdfexporter.h>
Public Attributes | |
| QList< QgsAbstractGeoPdfExporter::ControlPoint > | controlPoints |
| List of control points corresponding to this georeferenced section. | |
| QgsCoordinateReferenceSystem | crs |
| Coordinate reference system for georeferenced section. | |
| QgsRectangle | pageBoundsMm |
| Bounds of the georeferenced section on the page, in millimeters. | |
| QgsPolygon | pageBoundsPolygon |
| Bounds of the georeferenced section on the page, in millimeters, as a free-form polygon. | |
Definition at line 164 of file qgsabstractgeopdfexporter.h.
| QList< QgsAbstractGeoPdfExporter::ControlPoint > QgsAbstractGeoPdfExporter::GeoReferencedSection::controlPoints |
List of control points corresponding to this georeferenced section.
Definition at line 185 of file qgsabstractgeopdfexporter.h.
| QgsCoordinateReferenceSystem QgsAbstractGeoPdfExporter::GeoReferencedSection::crs |
Coordinate reference system for georeferenced section.
Definition at line 182 of file qgsabstractgeopdfexporter.h.
| QgsRectangle QgsAbstractGeoPdfExporter::GeoReferencedSection::pageBoundsMm |
Bounds of the georeferenced section on the page, in millimeters.
Definition at line 172 of file qgsabstractgeopdfexporter.h.
| QgsPolygon QgsAbstractGeoPdfExporter::GeoReferencedSection::pageBoundsPolygon |
Bounds of the georeferenced section on the page, in millimeters, as a free-form polygon.
If specified, this will be used instead of pageBoundsMm.
Definition at line 179 of file qgsabstractgeopdfexporter.h.