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

#include <qgsabstractgeopdfexporter.h>

Public Attributes

QList< QgsAbstractGeoPdfExporter::ControlPointcontrolPoints
 List of control points corresponding to this georeferenced section. More...
 
QgsCoordinateReferenceSystem crs
 Coordinate reference system for georeferenced section. More...
 
QgsRectangle pageBoundsMm
 Bounds of the georeferenced section on the page, in millimeters. More...
 
QgsPolygon pageBoundsPolygon
 Bounds of the georeferenced section on the page, in millimeters, as a free-form polygon. More...
 

Detailed Description

Definition at line 155 of file qgsabstractgeopdfexporter.h.

Member Data Documentation

◆ controlPoints

QList< QgsAbstractGeoPdfExporter::ControlPoint > QgsAbstractGeoPdfExporter::GeoReferencedSection::controlPoints

List of control points corresponding to this georeferenced section.

Definition at line 176 of file qgsabstractgeopdfexporter.h.

◆ crs

QgsCoordinateReferenceSystem QgsAbstractGeoPdfExporter::GeoReferencedSection::crs

Coordinate reference system for georeferenced section.

Definition at line 173 of file qgsabstractgeopdfexporter.h.

◆ pageBoundsMm

QgsRectangle QgsAbstractGeoPdfExporter::GeoReferencedSection::pageBoundsMm

Bounds of the georeferenced section on the page, in millimeters.

Note
if pageBoundsPolygon is specified then this setting is ignored.

Definition at line 163 of file qgsabstractgeopdfexporter.h.

◆ pageBoundsPolygon

QgsPolygon QgsAbstractGeoPdfExporter::GeoReferencedSection::pageBoundsPolygon

Bounds of the georeferenced section on the page, in millimeters, as a free-form polygon.

If specified, this will be used instead of pageBoundsMm.

Definition at line 170 of file qgsabstractgeopdfexporter.h.


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