| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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 139 of file qgsabstractgeopdfexporter.h.
      
  | 
  inline | 
Constructor for ControlPoint, at the specified pagePoint (in millimeters) and geoPoint (in CRS units).
Definition at line 146 of file qgsabstractgeopdfexporter.h.
| QgsPointXY QgsAbstractGeospatialPdfExporter::ControlPoint::geoPoint | 
Georeferenced coordinate of the control point, in CRS units.
Definition at line 155 of file qgsabstractgeopdfexporter.h.
| QgsPointXY QgsAbstractGeospatialPdfExporter::ControlPoint::pagePoint | 
Coordinate on the page of the control point, in millimeters.
Definition at line 152 of file qgsabstractgeopdfexporter.h.