BIS fnc posUTMToDeg: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
m (Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...") |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | TKOH |= Game name | ||
|1.00|= Game version | |1.00|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Generate Lat and Long fields from UTM Zone, Easting and Northing. It uses NAD83 constants. |= Description | ||
____________________________________________________________________________________________ | |||
| [northing, easting, zone, (hemisphere)] call BIS_fnc_posUTMToDeg; |= Syntax | |||
|p1= northing: [[Number]] |= | |||
|p2= easting - [[Number]] |= | |||
| | |p3= zone - [[Number]] |= | ||
| | |p4= hemisphere - [[String]] - "N" or "S" (default: "N") |= | ||
| |= Return value | | [[Array]] - [longtitude,latitude] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[5273702,560561,10] call BIS_fnc_posUTMToDeg;</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 47: | Line 38: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Take_On_Helicopters:_Functions|posUTMToDeg]] | |||
[[Category: |
Revision as of 18:22, 21 October 2011
Description
- Description:
- Generate Lat and Long fields from UTM Zone, Easting and Northing. It uses NAD83 constants.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [northing, easting, zone, (hemisphere)] call BIS_fnc_posUTMToDeg;
- Parameters:
- northing: Number
- easting - Number
- zone - Number
- hemisphere - String - "N" or "S" (default: "N")
- Return Value:
- Array - [longtitude,latitude]
Examples
- Example 1:
[5273702,560561,10] call BIS_fnc_posUTMToDeg;
Additional Information
- See also:
- See also needed
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