QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsAbstractProfileResults::Feature Struct Reference

Encapsulates information about a feature exported from the profile results. More...

#include <qgsabstractprofilegenerator.h>

Public Attributes

QVariantMap attributes
 Exported attributes. More...
 
QgsGeometry geometry
 Exported geometry. More...
 
QString layerIdentifier
 Identifier for grouping output features. More...
 

Detailed Description

Encapsulates information about a feature exported from the profile results.

Since
QGIS 3.32

Definition at line 201 of file qgsabstractprofilegenerator.h.

Member Data Documentation

◆ attributes

QVariantMap QgsAbstractProfileResults::Feature::attributes

Exported attributes.

Definition at line 208 of file qgsabstractprofilegenerator.h.

◆ geometry

QgsGeometry QgsAbstractProfileResults::Feature::geometry

Exported geometry.

Definition at line 206 of file qgsabstractprofilegenerator.h.

◆ layerIdentifier

QString QgsAbstractProfileResults::Feature::layerIdentifier

Identifier for grouping output features.

Definition at line 204 of file qgsabstractprofilegenerator.h.


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