QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include <qgsabstractgeopdfexporter.h>
Public Attributes | |
QList< QgsAbstractGeospatialPdfExporter::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 158 of file qgsabstractgeopdfexporter.h.
QList< QgsAbstractGeospatialPdfExporter::ControlPoint > QgsAbstractGeospatialPdfExporter::GeoReferencedSection::controlPoints |
List of control points corresponding to this georeferenced section.
Definition at line 179 of file qgsabstractgeopdfexporter.h.
QgsCoordinateReferenceSystem QgsAbstractGeospatialPdfExporter::GeoReferencedSection::crs |
Coordinate reference system for georeferenced section.
Definition at line 176 of file qgsabstractgeopdfexporter.h.
QgsRectangle QgsAbstractGeospatialPdfExporter::GeoReferencedSection::pageBoundsMm |
Bounds of the georeferenced section on the page, in millimeters.
Definition at line 166 of file qgsabstractgeopdfexporter.h.
QgsPolygon QgsAbstractGeospatialPdfExporter::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 173 of file qgsabstractgeopdfexporter.h.