QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#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 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.