This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Function to_utm(x, y) As Collection | |
Dim coordinates As Collection | |
Set coordinates = New Collection | |
E = 0.00669438 | |
R = 6378137 | |
K0 = 0.9996 | |
E2 = E * E |