QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | Public Attributes | List of all members
QgsAbstractGeoPdfExporter::ControlPoint Struct Reference

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...
 

Detailed Description

Contains details of a control point used during georeferencing GeoPDF outputs.

Since
QGIS 3.10

Definition at line 136 of file qgsabstractgeopdfexporter.h.

Constructor & Destructor Documentation

◆ ControlPoint()

QgsAbstractGeoPdfExporter::ControlPoint::ControlPoint ( const QgsPointXY pagePoint,
const QgsPointXY geoPoint 
)
inline

Constructor for ControlPoint, at the specified pagePoint (in millimeters) and geoPoint (in CRS units).

Definition at line 143 of file qgsabstractgeopdfexporter.h.

Member Data Documentation

◆ geoPoint

QgsPointXY QgsAbstractGeoPdfExporter::ControlPoint::geoPoint

Georeferenced coordinate of the control point, in CRS units.

Definition at line 152 of file qgsabstractgeopdfexporter.h.

◆ pagePoint

QgsPointXY QgsAbstractGeoPdfExporter::ControlPoint::pagePoint

Coordinate on the page of the control point, in millimeters.

Definition at line 149 of file qgsabstractgeopdfexporter.h.


The documentation for this struct was generated from the following file: