BIS fnc posUTMToDeg: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| TKOH |Game name= | | TKOH |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Map and Markers |GROUP1= | |gr1 = Map and Markers |GROUP1= | ||
| Generate Lat and Long fields from [https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system#UTM_zone UTM Zone], Easting and Northing. | | Generate Lat and Long fields from [https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system#UTM_zone UTM Zone], Easting and Northing. | ||
It uses [https://en.wikipedia.org/wiki/North_American_Datum NAD83 constants]. |Description= | It uses [https://en.wikipedia.org/wiki/North_American_Datum NAD83 constants]. |Description= | ||
| [easting, northing, zone'', hemisphere''] call [[BIS_fnc_posUTMToDeg]] |Syntax= | | [easting, northing, zone'', hemisphere''] call [[BIS_fnc_posUTMToDeg]] |Syntax= | ||
Line 24: | Line 21: | ||
| [[Array]] of [[Number|Numbers]] - format [longitude, latitude] |Return value= | | [[Array]] of [[Number|Numbers]] - format [longitude, latitude] |Return value= | ||
|x1= <code>[5273702, 560561, 10] [[call]] [[BIS_fnc_posUTMToDeg]];</code> |Example 1= | |x1= <code>[5273702, 560561, 10] [[call]] [[BIS_fnc_posUTMToDeg]];</code> |Example 1= | ||
| [[BIS_fnc_posDegToUTM]], [[BIS_fnc_posDegToWorld]] |See also= | | [[BIS_fnc_posDegToUTM]], [[BIS_fnc_posDegToWorld]] |See also= |
Revision as of 23:43, 16 January 2021
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_posDegToUTMBIS_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