QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains details of a control point used during georeferencing GeoPDF outputs. More...
#include <qgsabstractgeopdfexporter.h>
Public Member Functions | |
ControlPoint (const QgsPointXY &pagePoint, const QgsPointXY &geoPoint) | |
Constructor for ControlPoint, at the specified pagePoint (in millimeters) and geoPoint (in CRS units). More... | |
Public Attributes | |
QgsPointXY | geoPoint |
Georeferenced coordinate of the control point, in CRS units. More... | |
QgsPointXY | pagePoint |
Coordinate on the page of the control point, in millimeters. More... | |
Contains details of a control point used during georeferencing GeoPDF outputs.
Definition at line 144 of file qgsabstractgeopdfexporter.h.
|
inline |
Constructor for ControlPoint, at the specified pagePoint (in millimeters) and geoPoint (in CRS units).
Definition at line 151 of file qgsabstractgeopdfexporter.h.
QgsPointXY QgsAbstractGeoPdfExporter::ControlPoint::geoPoint |
Georeferenced coordinate of the control point, in CRS units.
Definition at line 160 of file qgsabstractgeopdfexporter.h.
QgsPointXY QgsAbstractGeoPdfExporter::ControlPoint::pagePoint |
Coordinate on the page of the control point, in millimeters.
Definition at line 157 of file qgsabstractgeopdfexporter.h.