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

Contains information relating to a single PDF layer in the GeoPDF export. More...

#include <qgsabstractgeopdfexporter.h>

Public Attributes

QString displayAttribute
 Field name for display. More...
 
QString group
 Optional layer group name. More...
 
QString mapLayerId
 Associated map layer ID. More...
 
QString name
 User-friendly name for the generated PDF layer. More...
 
QString sourceVectorLayer
 Layer name in vector dataset to use as the source. More...
 
QString sourceVectorPath
 File path to the (already created) vector dataset to use as the source for this component layer. More...
 

Detailed Description

Contains information relating to a single PDF layer in the GeoPDF export.

Definition at line 287 of file qgsabstractgeopdfexporter.h.

Member Data Documentation

◆ displayAttribute

QString QgsAbstractGeoPdfExporter::VectorComponentDetail::displayAttribute

Field name for display.

Definition at line 299 of file qgsabstractgeopdfexporter.h.

◆ group

QString QgsAbstractGeoPdfExporter::VectorComponentDetail::group

Optional layer group name.

Definition at line 296 of file qgsabstractgeopdfexporter.h.

◆ mapLayerId

QString QgsAbstractGeoPdfExporter::VectorComponentDetail::mapLayerId

Associated map layer ID.

Definition at line 293 of file qgsabstractgeopdfexporter.h.

◆ name

QString QgsAbstractGeoPdfExporter::VectorComponentDetail::name

User-friendly name for the generated PDF layer.

Definition at line 290 of file qgsabstractgeopdfexporter.h.

◆ sourceVectorLayer

QString QgsAbstractGeoPdfExporter::VectorComponentDetail::sourceVectorLayer

Layer name in vector dataset to use as the source.

Definition at line 305 of file qgsabstractgeopdfexporter.h.

◆ sourceVectorPath

QString QgsAbstractGeoPdfExporter::VectorComponentDetail::sourceVectorPath

File path to the (already created) vector dataset to use as the source for this component layer.

Definition at line 302 of file qgsabstractgeopdfexporter.h.


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