QGIS API Documentation
3.18.1-Zürich (202f1bf7e5)
|
Helper functions for various unit types. More...
#include <qgsunittypes.h>
Classes | |
struct | AreaValue |
A combination of area value and unit. More... | |
struct | DistanceValue |
A combination of distance value and unit. More... | |
Static Public Member Functions | |
static Q_INVOKABLE QgsUnitTypes::DistanceUnit | areaToDistanceUnit (QgsUnitTypes::AreaUnit areaUnit) |
Converts an area unit to its corresponding distance unit, e.g., square meters to meters. More... | |
static Q_INVOKABLE QgsUnitTypes::AngleUnit | decodeAngleUnit (const QString &string, bool *ok=nullptr) |
Decodes an angular unit from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::AreaUnit | decodeAreaUnit (const QString &string, bool *ok=nullptr) |
Decodes an areal unit from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::DistanceUnit | decodeDistanceUnit (const QString &string, bool *ok=nullptr) |
Decodes a distance unit from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::LayoutUnit | decodeLayoutUnit (const QString &string, bool *ok=nullptr) |
Decodes a layout unit from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::RenderUnit | decodeRenderUnit (const QString &string, bool *ok=nullptr) |
Decodes a render unit from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::TemporalUnit | decodeTemporalUnit (const QString &string, bool *ok=nullptr) |
Decodes a temporal unit from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::UnitType | decodeUnitType (const QString &string, bool *ok=nullptr) |
Decodes a unit type from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::VolumeUnit | decodeVolumeUnit (const QString &string, bool *ok=nullptr) |
Decodes a volume unit from a string. More... | |
static Q_INVOKABLE QgsUnitTypes::AreaUnit | distanceToAreaUnit (QgsUnitTypes::DistanceUnit distanceUnit) |
Converts a distance unit to its corresponding area unit, e.g., meters to square meters. More... | |
static Q_INVOKABLE QgsUnitTypes::VolumeUnit | distanceToVolumeUnit (QgsUnitTypes::DistanceUnit distanceUnit) |
Converts a distance unit to its corresponding volume unit, e.g., meters to cubic meters. More... | |
static Q_INVOKABLE QString | encodeUnit (QgsUnitTypes::AngleUnit unit) |
Encodes an angular unit to a string. More... | |
static Q_INVOKABLE QString | encodeUnit (QgsUnitTypes::AreaUnit unit) |
Encodes an areal unit to a string. More... | |
static Q_INVOKABLE QString | encodeUnit (QgsUnitTypes::DistanceUnit unit) |
Encodes a distance unit to a string. More... | |
static Q_INVOKABLE QString | encodeUnit (QgsUnitTypes::LayoutUnit unit) |
Encodes a layout unit to a string. More... | |
static Q_INVOKABLE QString | encodeUnit (QgsUnitTypes::RenderUnit unit) |
Encodes a render unit to a string. More... | |
static Q_INVOKABLE QString | encodeUnit (QgsUnitTypes::TemporalUnit unit) |
Encodes a temporal unit to a string. More... | |
static Q_INVOKABLE QString | encodeUnit (QgsUnitTypes::VolumeUnit unit) |
Encodes a volume unit to a string. More... | |
static Q_INVOKABLE QString | encodeUnitType (QgsUnitTypes::UnitType type) |
Encodes a unit type to a string. More... | |
static Q_INVOKABLE QString | formatAngle (double angle, int decimals, QgsUnitTypes::AngleUnit unit) |
Returns an angle formatted as a friendly string. More... | |
static Q_INVOKABLE QString | formatArea (double area, int decimals, QgsUnitTypes::AreaUnit unit, bool keepBaseUnit=false) |
Returns an area formatted as a friendly string. More... | |
static Q_INVOKABLE QString | formatDistance (double distance, int decimals, QgsUnitTypes::DistanceUnit unit, bool keepBaseUnit=false) |
Returns an distance formatted as a friendly string. More... | |
static Q_INVOKABLE double | fromUnitToUnitFactor (QgsUnitTypes::AngleUnit fromUnit, QgsUnitTypes::AngleUnit toUnit) |
Returns the conversion factor between the specified angular units. More... | |
static Q_INVOKABLE double | fromUnitToUnitFactor (QgsUnitTypes::AreaUnit fromUnit, QgsUnitTypes::AreaUnit toUnit) |
Returns the conversion factor between the specified areal units. More... | |
static Q_INVOKABLE double | fromUnitToUnitFactor (QgsUnitTypes::DistanceUnit fromUnit, QgsUnitTypes::DistanceUnit toUnit) |
Returns the conversion factor between the specified distance units. More... | |
static Q_INVOKABLE double | fromUnitToUnitFactor (QgsUnitTypes::TemporalUnit fromUnit, QgsUnitTypes::TemporalUnit toUnit) |
Returns the conversion factor between the specified temporal units. More... | |
static Q_INVOKABLE double | fromUnitToUnitFactor (QgsUnitTypes::VolumeUnit fromUnit, QgsUnitTypes::VolumeUnit toUnit) |
Returns the conversion factor between the specified volume units. More... | |
static Q_INVOKABLE QgsUnitTypes::AreaValue | scaledArea (double area, QgsUnitTypes::AreaUnit unit, int decimals, bool keepBaseUnit=false) |
Will convert an area with a given unit to an area value which is nice to display. More... | |
static Q_INVOKABLE QgsUnitTypes::DistanceValue | scaledDistance (double distance, QgsUnitTypes::DistanceUnit unit, int decimals, bool keepBaseUnit=false) |
Will convert a distance with a given unit to a distance value which is nice to display. More... | |
static Q_INVOKABLE QgsUnitTypes::AreaUnit | stringToAreaUnit (const QString &string, bool *ok=nullptr) |
Converts a translated string to an areal unit. More... | |
static Q_INVOKABLE QgsUnitTypes::DistanceUnit | stringToDistanceUnit (const QString &string, bool *ok=nullptr) |
Converts a translated string to a distance unit. More... | |
static Q_INVOKABLE QgsUnitTypes::TemporalUnit | stringToTemporalUnit (const QString &string, bool *ok=nullptr) |
Converts a translated string to a temporal unit. More... | |
static Q_INVOKABLE QgsUnitTypes::VolumeUnit | stringToVolumeUnit (const QString &string, bool *ok=nullptr) |
Converts a translated string to a volume unit. More... | |
static QString | toAbbreviatedString (QgsUnitTypes::AreaUnit unit) |
Returns a translated abbreviation representing an areal unit. More... | |
static Q_INVOKABLE QString | toAbbreviatedString (QgsUnitTypes::DistanceUnit unit) |
Returns a translated abbreviation representing a distance unit. More... | |
static QString | toAbbreviatedString (QgsUnitTypes::LayoutUnit unit) |
Returns a translated abbreviation representing a layout unit (e.g. More... | |
static QString | toAbbreviatedString (QgsUnitTypes::RenderUnit unit) |
Returns a translated abbreviation representing a render unit. More... | |
static QString | toAbbreviatedString (QgsUnitTypes::TemporalUnit unit) |
Returns a translated abbreviation representing a temporal unit. More... | |
static QString | toAbbreviatedString (QgsUnitTypes::VolumeUnit unit) |
Returns a translated abbreviation representing a volume unit. More... | |
static QString | toString (QgsUnitTypes::AngleUnit unit) |
Returns a translated string representing an angular unit. More... | |
static QString | toString (QgsUnitTypes::AreaUnit unit) |
Returns a translated string representing an areal unit. More... | |
static Q_INVOKABLE QString | toString (QgsUnitTypes::DistanceUnit unit) |
Returns a translated string representing a distance unit. More... | |
static QString | toString (QgsUnitTypes::LayoutUnit unit) |
Returns a translated string representing a layout unit. More... | |
static QString | toString (QgsUnitTypes::RenderUnit unit) |
Returns a translated string representing a render unit. More... | |
static QString | toString (QgsUnitTypes::TemporalUnit unit) |
Returns a translated string representing a temporal unit. More... | |
static QString | toString (QgsUnitTypes::VolumeUnit unit) |
Returns a translated string representing a volume unit. More... | |
static Q_INVOKABLE QgsUnitTypes::DistanceUnitType | unitType (QgsUnitTypes::AreaUnit unit) |
Returns the type for an areal unit. More... | |
static Q_INVOKABLE QgsUnitTypes::DistanceUnitType | unitType (QgsUnitTypes::DistanceUnit unit) |
Returns the type for a distance unit. More... | |
static Q_INVOKABLE QgsUnitTypes::LayoutUnitType | unitType (QgsUnitTypes::LayoutUnit units) |
Returns the type for a unit of measurement. More... | |
static Q_INVOKABLE QgsUnitTypes::DistanceUnitType | unitType (QgsUnitTypes::VolumeUnit unit) |
Returns the type for an volume unit. More... | |
static Q_INVOKABLE QgsUnitTypes::DistanceUnit | volumeToDistanceUnit (QgsUnitTypes::VolumeUnit volumeUnit) |
Converts a volume unit to its corresponding distance unit, e.g., cubic meters to meters. More... | |
Helper functions for various unit types.
Definition at line 38 of file qgsunittypes.h.
typedef QList<QgsUnitTypes::RenderUnit> QgsUnitTypes::RenderUnitList |
List of render units.
Definition at line 239 of file qgsunittypes.h.
Units of angles.
Definition at line 131 of file qgsunittypes.h.
Units of area.
Definition at line 93 of file qgsunittypes.h.
Units of distance.
Definition at line 67 of file qgsunittypes.h.
Types of distance units.
Enumerator | |
---|---|
Standard | Unit is a standard measurement unit. |
Geographic | Unit is a geographic (e.g., degree based) unit. |
UnknownType | Unknown unit type. |
Definition at line 85 of file qgsunittypes.h.
Layout measurement units.
Definition at line 180 of file qgsunittypes.h.
Types of layout units.
Enumerator | |
---|---|
LayoutPaperUnits | Unit is a paper based measurement unit. |
LayoutScreenUnits | Unit is a screen based measurement unit. |
Definition at line 194 of file qgsunittypes.h.
Rendering size units.
Definition at line 166 of file qgsunittypes.h.
Systems of unit measurement.
Enumerator | |
---|---|
UnknownSystem | Unknown system of measurement. |
MetricSystem | International System of Units (SI) |
ImperialSystem | British Imperial. |
USCSSystem | United States customary system. |
Definition at line 44 of file qgsunittypes.h.
Temporal units.
Definition at line 149 of file qgsunittypes.h.
Unit types.
Enumerator | |
---|---|
TypeDistance | Distance unit. |
TypeArea | Area unit. |
TypeVolume | Volume unit. |
TypeUnknown | Unknown unit type. |
TypeTemporal | Temporal unit. |
Definition at line 57 of file qgsunittypes.h.
Units of volume.
Definition at line 114 of file qgsunittypes.h.
|
static |
Converts an area unit to its corresponding distance unit, e.g., square meters to meters.
areaUnit | area unit to convert |
Definition at line 1214 of file qgsunittypes.cpp.
|
static |
Decodes an angular unit from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 2247 of file qgsunittypes.cpp.
|
static |
Decodes an areal unit from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 657 of file qgsunittypes.cpp.
|
static |
Decodes a distance unit from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 165 of file qgsunittypes.cpp.
|
static |
Decodes a layout unit from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 2995 of file qgsunittypes.cpp.
|
static |
Decodes a render unit from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 2900 of file qgsunittypes.cpp.
|
static |
Decodes a temporal unit from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 1284 of file qgsunittypes.cpp.
|
static |
Decodes a unit type from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 49 of file qgsunittypes.cpp.
|
static |
Decodes a volume unit from a string.
string | string to decode |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 1720 of file qgsunittypes.cpp.
|
static |
Converts a distance unit to its corresponding area unit, e.g., meters to square meters.
distanceUnit | distance unit to convert |
Definition at line 1176 of file qgsunittypes.cpp.
|
static |
Converts a distance unit to its corresponding volume unit, e.g., meters to cubic meters.
distanceUnit | distance unit to convert |
Definition at line 2101 of file qgsunittypes.cpp.
|
static |
Encodes an angular unit to a string.
unit | unit to encode |
Definition at line 2221 of file qgsunittypes.cpp.
|
static |
Encodes an areal unit to a string.
unit | unit to encode |
Definition at line 625 of file qgsunittypes.cpp.
|
static |
Encodes a distance unit to a string.
unit | unit to encode |
Definition at line 122 of file qgsunittypes.cpp.
|
static |
Encodes a layout unit to a string.
unit | unit to encode |
Definition at line 2971 of file qgsunittypes.cpp.
|
static |
Encodes a render unit to a string.
unit | unit to encode |
Definition at line 2876 of file qgsunittypes.cpp.
|
static |
Encodes a temporal unit to a string.
Definition at line 1254 of file qgsunittypes.cpp.
|
static |
Encodes a volume unit to a string.
Definition at line 2191 of file qgsunittypes.cpp.
|
static |
Encodes a unit type to a string.
Definition at line 26 of file qgsunittypes.cpp.
|
static |
Returns an angle formatted as a friendly string.
angle | angle to format |
decimals | number of decimal places to show |
unit | unit of angle |
Definition at line 2517 of file qgsunittypes.cpp.
|
static |
Returns an area formatted as a friendly string.
area | area to format |
decimals | number of decimal places to show |
unit | unit of area |
keepBaseUnit | set to false to allow conversion of large areas to more suitable units, e.g., square meters to square kilometers |
Definition at line 2864 of file qgsunittypes.cpp.
|
static |
Returns an distance formatted as a friendly string.
distance | distance to format |
decimals | number of decimal places to show |
unit | unit of distance |
keepBaseUnit | set to false to allow conversion of large distances to more suitable units, e.g., meters to kilometers |
Definition at line 2852 of file qgsunittypes.cpp.
|
static |
Returns the conversion factor between the specified angular units.
fromUnit | angle unit to convert from |
toUnit | angle unit to convert to |
Definition at line 2304 of file qgsunittypes.cpp.
|
static |
Returns the conversion factor between the specified areal units.
fromUnit | area unit to convert from |
toUnit | area unit to convert to |
Definition at line 796 of file qgsunittypes.cpp.
|
static |
Returns the conversion factor between the specified distance units.
fromUnit | distance unit to convert from |
toUnit | distance unit to convert to |
Definition at line 352 of file qgsunittypes.cpp.
|
static |
Returns the conversion factor between the specified temporal units.
fromUnit | temporal unit to convert from |
toUnit | temporal unit to convert to |
Definition at line 1416 of file qgsunittypes.cpp.
|
static |
Returns the conversion factor between the specified volume units.
fromUnit | volume unit to convert from |
toUnit | volume unit to convert to |
Definition at line 1854 of file qgsunittypes.cpp.
|
static |
Will convert an area with a given unit to an area value which is nice to display.
It will convert between different units (e.g. from square meters to square kilometers) if appropriate, unless forced otherwise with keepBaseUnit. The value will also be rounded to decimals (be prepared that the returned value is still a double so it will require further formatting when converting to a string).
Definition at line 2666 of file qgsunittypes.cpp.
|
static |
Will convert a distance with a given unit to a distance value which is nice to display.
It will convert between different units (e.g. from meters to kilometers or millimeters) if appropriate, unless forced otherwise with keepBaseUnit. The value will also be rounded to decimals (be prepared that the returned value is still a double so it will require further formatting when converting to a string).
Definition at line 2555 of file qgsunittypes.cpp.
|
static |
Converts a translated string to an areal unit.
string | string representing an areal unit |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 759 of file qgsunittypes.cpp.
|
static |
Converts a translated string to a distance unit.
string | string representing a distance unit |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 312 of file qgsunittypes.cpp.
|
static |
Converts a translated string to a temporal unit.
string | string representing a volume unit |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 1380 of file qgsunittypes.cpp.
|
static |
Converts a translated string to a volume unit.
string | string representing a volume unit |
ok | optional boolean, will be set to true if string was converted successfully |
Definition at line 1817 of file qgsunittypes.cpp.
|
static |
Returns a translated abbreviation representing an areal unit.
unit | unit to convert to string |
Definition at line 727 of file qgsunittypes.cpp.
|
static |
Returns a translated abbreviation representing a distance unit.
unit | unit to convert to string |
Definition at line 269 of file qgsunittypes.cpp.
|
static |
Returns a translated abbreviation representing a layout unit (e.g.
"mm").
Definition at line 3046 of file qgsunittypes.cpp.
|
static |
Returns a translated abbreviation representing a render unit.
unit | unit to convert to string |
Definition at line 236 of file qgsunittypes.cpp.
|
static |
Returns a translated abbreviation representing a temporal unit.
Definition at line 1350 of file qgsunittypes.cpp.
|
static |
Returns a translated abbreviation representing a volume unit.
Definition at line 1786 of file qgsunittypes.cpp.
|
static |
Returns a translated string representing an angular unit.
unit | unit to convert to string |
Definition at line 2278 of file qgsunittypes.cpp.
|
static |
Returns a translated string representing an areal unit.
unit | unit to convert to string |
Definition at line 695 of file qgsunittypes.cpp.
|
static |
Returns a translated string representing a distance unit.
unit | unit to convert to string |
Definition at line 199 of file qgsunittypes.cpp.
|
static |
Returns a translated string representing a layout unit.
Definition at line 3070 of file qgsunittypes.cpp.
|
static |
Returns a translated string representing a render unit.
Definition at line 2937 of file qgsunittypes.cpp.
|
static |
Returns a translated string representing a temporal unit.
Definition at line 1320 of file qgsunittypes.cpp.
|
static |
Returns a translated string representing a volume unit.
Definition at line 1756 of file qgsunittypes.cpp.
|
static |
Returns the type for an areal unit.
Definition at line 96 of file qgsunittypes.cpp.
|
static |
Returns the type for a distance unit.
Definition at line 73 of file qgsunittypes.cpp.
|
static |
Returns the type for a unit of measurement.
Definition at line 3026 of file qgsunittypes.cpp.
|
static |
Returns the type for an volume unit.
Definition at line 2169 of file qgsunittypes.cpp.
|
static |
Converts a volume unit to its corresponding distance unit, e.g., cubic meters to meters.
volumeUnit | volume unit to convert |
Definition at line 2139 of file qgsunittypes.cpp.