QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
|
A combination of distance value and unit. More...
#include <qgsunittypes.h>
Public Attributes | |
Qgis::DistanceUnit | unit |
The value part of the distance. | |
double | value |
The value part of the distance. | |
A combination of distance value and unit.
Definition at line 50 of file qgsunittypes.h.
Qgis::DistanceUnit QgsUnitTypes::DistanceValue::unit |
The value part of the distance.
For 3.7 meters, this will be QgsUnitTypes::DistanceMeters.
Definition at line 61 of file qgsunittypes.h.
double QgsUnitTypes::DistanceValue::value |
The value part of the distance.
For 3.7 meters, this will be 3.7.
Definition at line 56 of file qgsunittypes.h.