BIS fnc posUTMToDeg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (Text replacement - "Link\|https:\/\/en\.wikipedia\.org\/([^w][^i])" to "Link|https://en.wikipedia.org/wiki/$1")
 
(32 intermediate revisions by 2 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 [https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system#UTM_zone UTM Zone], Easting and Northing.
|gr1= Map and Markers
It uses [https://en.wikipedia.org/wiki/North_American_Datum NAD83 constants]. |Description=
____________________________________________________________________________________________


| [easting, northing, 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= easting: [[Number]] |Parameter 1=
|s1= [easting, northing, zone'', hemisphere''] call [[BIS_fnc_posUTMToDeg]]


|p2= northing: [[Number]] |Parameter 2=
|p1= easting: [[Number]]


|p3= zone: [[Number]] |Parameter 3=
|p2= northing: [[Number]]


|p4= hemisphere: [[String]] - (Optional, default "N") "N" for northern hemisphere, "S" for southern hemisphere |Parameter 4=
|p3= zone: [[Number]]


| [[Array]] of [[Number|Numbers]] - format [longitude, 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=
____________________________________________________________________________________________


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


<h3 style="display:none">Notes</h3>
|x1= <sqf>[5273702, 560561, 10] call BIS_fnc_posUTMToDeg;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[BIS_fnc_posDegToUTM]] [[BIS_fnc_posDegToWorld]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:posUTMToDeg}}]]
[[Category:Function Group: Map|{{uc:posUTMToDeg}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:posUTMToDeg}}]]
[[Category:{{Name|arma3}}: Functions|{{uc: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