BIS fnc posUTMToDeg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - "Link\|https:\/\/en\.wikipedia\.org\/([^w][^i])" to "Link|https://en.wikipedia.org/wiki/$1")
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| TKOH |= Game name
|game1= tkoh
|version1= 1.00


|1.00|= Game version
|game2= arma3
____________________________________________________________________________________________
|version2= 0.50


| Generate Lat and Long fields from UTM Zone, Easting and Northing. It uses NAD83 constants. |= Description
|gr1= Map and Markers
____________________________________________________________________________________________


| [northing, easting, zone, (hemisphere)] call BIS_fnc_posUTMToDeg; |= Syntax
|descr= Generate Lat and Long fields from {{Link|https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system#UTM_zone|UTM Zone}}, Easting and Northing.
It uses {{Link|https://en.wikipedia.org/wiki/North_American_Datum|NAD83 constants}}.


|p1= northing: [[Number]] |=
|s1= [easting, northing, zone'', hemisphere''] call [[BIS_fnc_posUTMToDeg]]


|p2= easting - [[Number]] |=
|p1= easting: [[Number]]


|p3= zone - [[Number]] |=
|p2= northing: [[Number]]


|p4= hemisphere - [[String]] - "N" or "S" (default: "N") |=
|p3= zone: [[Number]]


| [[Array]] - [longtitude,latitude] |= Return value
|p4= hemisphere: [[String]] - (Optional, default "N") "N" for northern hemisphere, "S" for southern hemisphere
____________________________________________________________________________________________
 
|x1= <code>[5273702,560561,10] call BIS_fnc_posUTMToDeg;</code> |= Example 1
____________________________________________________________________________________________


| |= See also
|r1= [[Array]] of [[Number]]s - format [longitude, latitude]


|x1= <sqf>[5273702, 560561, 10] call BIS_fnc_posUTMToDeg;</sqf>
|seealso= [[BIS_fnc_posDegToUTM]] [[BIS_fnc_posDegToWorld]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Take_On_Helicopters:_Functions|posUTMToDeg]]
[[Category:Function Group: Map|posUTMToDeg]]

Latest revision as of 23:11, 23 February 2023

Hover & click on the images for description

Description

Description:
Generate Lat and Long fields from UTM Zone, Easting and Northing. It uses NAD83 constants.
Execution:
call
Groups:
Map and Markers

Syntax

Syntax:
[easting, northing, zone, hemisphere] call BIS_fnc_posUTMToDeg
Parameters:
easting: Number
northing: Number
zone: Number
hemisphere: String - (Optional, default "N") "N" for northern hemisphere, "S" for southern hemisphere
Return Value:
Array of Numbers - format [longitude, latitude]

Examples

Example 1:
[5273702, 560561, 10] call BIS_fnc_posUTMToDeg;

Additional Information

See also:
BIS_fnc_posDegToUTM BIS_fnc_posDegToWorld

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note