Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.55 KB

XiqWgs84.md

File metadata and controls

19 lines (14 loc) · 1.55 KB

extremecloudiq.model.xiq_wgs84.XiqWgs84

The payload of WGS84 Settings

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The payload of WGS84 Settings

Dictionary Keys

Key Input Type Accessed Type Description Notes
altitude decimal.Decimal, int, float, decimal.Decimal, Meters above sea level. value must be a 64 bit float
latitude decimal.Decimal, int, float, decimal.Decimal, Degrees of latitude. Positive values indicate latitudes north of the equator; negative values indicate latitudes south of the equator. value must be a 64 bit float
longitude decimal.Decimal, int, float, decimal.Decimal, Degrees of longitude. Measurements are relative to the zero meridian, with positive values extending east of the meridian and negative values extending west of the meridian. value must be a 64 bit float
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]