|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| | | #REDIRECT [[BIS_fnc_posDegToUTM]] |
| {{Function|= Comments
| |
| ____________________________________________________________________________________________
| |
| | |
| | tkoh |= Game name
| |
| | |
| |1.00|= Game version
| |
| ____________________________________________________________________________________________
| |
| | |
| | <pre>/*
| |
| | |
| Description:
| |
| Generate a UTM Zone, Easting and Northing from lat and long fields. It uses NAD83 constants.
| |
| | |
| Parameter(s):
| |
| _this select 0: NUMBER - longtitude (X)
| |
| _this select 1: NUMBER - latitude (Y)
| |
| _this select 2 (Optional): NUMBER - forced zone
| |
| | |
| Returns:
| |
| ARRAY - [easting,northing,zone]
| |
| */
| |
| | |
| </pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| |
| ____________________________________________________________________________________________
| |
| | |
| | <!-- [] call [[BIS_fnc_posDegtoUTM]]; --> |= Syntax
| |
| | |
| |p1= |= Parameter 1
| |
| | |
| | |= Return value
| |
| ____________________________________________________________________________________________
| |
| | |
| |x1= <code></code> |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | |= See also
| |
| | |
| }}
| |
| | |
| <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:Function Group: Map|{{uc:posDegtoUTM}}]]
| |
| [[Category:Functions|{{uc:posDegtoUTM}}]]
| |
| [[Category:{{Name|tkoh}}: Functions|{{uc:posDegtoUTM}}]]
| |
| [[Category:{{Name|arma3}}: Functions|{{uc:posDegtoUTM}}]]
| |