|
QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
|
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. | |
A combination of area value and unit.
Definition at line 65 of file qgsunittypes.h.
| Qgis::AreaUnit QgsUnitTypes::AreaValue::unit |
The value part of the distance.
For 3.7 square meters, this will be QgsUnitTypes::AreaSquareMeters.
Definition at line 75 of file qgsunittypes.h.
| double QgsUnitTypes::AreaValue::value |
The value part of the distance.
For 3.7 square meters, this will be 3.7.
Definition at line 70 of file qgsunittypes.h.