QGIS API Documentation 3.39.0-Master (e62b17dac54)
Loading...
Searching...
No Matches
Public Attributes | List of all members
QgsAbstractGeospatialPdfExporter::VectorComponentDetail Struct Reference

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

#include <qgsabstractgeopdfexporter.h>

Public Attributes

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

Detailed Description

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

Definition at line 346 of file qgsabstractgeopdfexporter.h.

Member Data Documentation

◆ displayAttribute

QString QgsAbstractGeospatialPdfExporter::VectorComponentDetail::displayAttribute

Field name for display.

Definition at line 358 of file qgsabstractgeopdfexporter.h.

◆ group

QString QgsAbstractGeospatialPdfExporter::VectorComponentDetail::group

Optional layer group name.

Definition at line 355 of file qgsabstractgeopdfexporter.h.

◆ mapLayerId

QString QgsAbstractGeospatialPdfExporter::VectorComponentDetail::mapLayerId

Associated map layer ID.

Definition at line 352 of file qgsabstractgeopdfexporter.h.

◆ name

QString QgsAbstractGeospatialPdfExporter::VectorComponentDetail::name

User-friendly name for the generated PDF layer.

Definition at line 349 of file qgsabstractgeopdfexporter.h.

◆ sourceVectorLayer

QString QgsAbstractGeospatialPdfExporter::VectorComponentDetail::sourceVectorLayer

Layer name in vector dataset to use as the source.

Definition at line 364 of file qgsabstractgeopdfexporter.h.

◆ sourceVectorPath

QString QgsAbstractGeospatialPdfExporter::VectorComponentDetail::sourceVectorPath

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

Definition at line 361 of file qgsabstractgeopdfexporter.h.


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