QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <qgsabstractgeopdfexporter.h>
Public Attributes | |
QList< QgsAbstractGeoPdfExporter::ControlPoint > | controlPoints |
List of control points corresponding to this georeferenced section. More... | |
QgsCoordinateReferenceSystem | crs |
Coordinate reference system for georeferenced section. More... | |
QgsRectangle | pageBoundsMm |
Bounds of the georeferenced section on the page, in millimeters. More... | |
QgsPolygon | pageBoundsPolygon |
Bounds of the georeferenced section on the page, in millimeters, as a free-form polygon. More... | |
Definition at line 163 of file qgsabstractgeopdfexporter.h.
QList< QgsAbstractGeoPdfExporter::ControlPoint > QgsAbstractGeoPdfExporter::GeoReferencedSection::controlPoints |
List of control points corresponding to this georeferenced section.
Definition at line 184 of file qgsabstractgeopdfexporter.h.
QgsCoordinateReferenceSystem QgsAbstractGeoPdfExporter::GeoReferencedSection::crs |
Coordinate reference system for georeferenced section.
Definition at line 181 of file qgsabstractgeopdfexporter.h.
QgsRectangle QgsAbstractGeoPdfExporter::GeoReferencedSection::pageBoundsMm |
Bounds of the georeferenced section on the page, in millimeters.
Definition at line 171 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 178 of file qgsabstractgeopdfexporter.h.