|
QGIS API Documentation
3.12.1-București (121cc00ff0)
|
#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 155 of file qgsabstractgeopdfexporter.h.
| QList< QgsAbstractGeoPdfExporter::ControlPoint > QgsAbstractGeoPdfExporter::GeoReferencedSection::controlPoints |
List of control points corresponding to this georeferenced section.
Definition at line 176 of file qgsabstractgeopdfexporter.h.
| QgsCoordinateReferenceSystem QgsAbstractGeoPdfExporter::GeoReferencedSection::crs |
Coordinate reference system for georeferenced section.
Definition at line 173 of file qgsabstractgeopdfexporter.h.
| QgsRectangle QgsAbstractGeoPdfExporter::GeoReferencedSection::pageBoundsMm |
Bounds of the georeferenced section on the page, in millimeters.
Definition at line 163 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 170 of file qgsabstractgeopdfexporter.h.
1.8.13