QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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 145 of file qgsabstractgeopdfexporter.h.
|
inline |
Constructor for ControlPoint, at the specified pagePoint (in millimeters) and geoPoint (in CRS units).
Definition at line 152 of file qgsabstractgeopdfexporter.h.
QgsPointXY QgsAbstractGeoPdfExporter::ControlPoint::geoPoint |
Georeferenced coordinate of the control point, in CRS units.
Definition at line 161 of file qgsabstractgeopdfexporter.h.
QgsPointXY QgsAbstractGeoPdfExporter::ControlPoint::pagePoint |
Coordinate on the page of the control point, in millimeters.
Definition at line 158 of file qgsabstractgeopdfexporter.h.