QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
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... | |
Encapsulates information about a feature exported from the profile results.
Definition at line 201 of file qgsabstractprofilegenerator.h.
QVariantMap QgsAbstractProfileResults::Feature::attributes |
Exported attributes.
Definition at line 208 of file qgsabstractprofilegenerator.h.
QgsGeometry QgsAbstractProfileResults::Feature::geometry |
Exported geometry.
Definition at line 206 of file qgsabstractprofilegenerator.h.
QString QgsAbstractProfileResults::Feature::layerIdentifier |
Identifier for grouping output features.
Definition at line 204 of file qgsabstractprofilegenerator.h.