|
QGIS API Documentation 3.99.0-Master (a8f284845db)
|
Contains details of a control point used during georeferencing Geospatial PDF 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). | |
Public Attributes | |
| QgsPointXY | geoPoint |
| Georeferenced coordinate of the control point, in CRS units. | |
| QgsPointXY | pagePoint |
| Coordinate on the page of the control point, in millimeters. | |
Contains details of a control point used during georeferencing Geospatial PDF outputs.
Definition at line 138 of file qgsabstractgeopdfexporter.h.
|
inline |
Constructor for ControlPoint, at the specified pagePoint (in millimeters) and geoPoint (in CRS units).
Definition at line 145 of file qgsabstractgeopdfexporter.h.
| QgsPointXY QgsAbstractGeospatialPdfExporter::ControlPoint::geoPoint |
Georeferenced coordinate of the control point, in CRS units.
Definition at line 154 of file qgsabstractgeopdfexporter.h.
| QgsPointXY QgsAbstractGeospatialPdfExporter::ControlPoint::pagePoint |
Coordinate on the page of the control point, in millimeters.
Definition at line 151 of file qgsabstractgeopdfexporter.h.