QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsUnitTypes::AreaValue Struct Reference

A combination of area value and unit. More...

#include <qgsunittypes.h>

Public Attributes

Qgis::AreaUnit unit
 The value part of the distance.
double value
 The value part of the distance.

Detailed Description

A combination of area value and unit.

Definition at line 67 of file qgsunittypes.h.

Member Data Documentation

◆ unit

Qgis::AreaUnit QgsUnitTypes::AreaValue::unit

The value part of the distance.

For 3.7 square meters, this will be QgsUnitTypes::AreaSquareMeters.

Definition at line 78 of file qgsunittypes.h.

◆ value

double QgsUnitTypes::AreaValue::value

The value part of the distance.

For 3.7 square meters, this will be 3.7.

Definition at line 73 of file qgsunittypes.h.


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