Overview | Index by: file name | procedure name | procedure call | annotation

wgseov.tcl Annotations

Created from wgseov.tcl
Transformation functions between WGS84 - HD72/EOV using Piroska Laky's fromulas

Ulyxes - an open source project to drive total stations and publish observation results

GPL v2.0 license

Copyright (C) 2010-2012 Zoltan Siki

Version:
1.1
Author:
Zoltan Siki

Procedure Summary
::eov { x1 x2 }

Transform from WGS84 longitude, latitude to EOV east, north

::eovx { x1 x2 }

Transform WGS84 lambda, fi to EOV North coordinate

::eovy { x1 x2 }

Transform WGS84 lambda, fi to EOV east coordinate

::wgs { x1 x2 }

Transform EOV east, north to WGS84 longitude, latitude

::wgsfi { x1 x2 }

Transform EOV east, north to WGS84 latitude

::wgslambda { x1 x2 }

Transform EOV east, north to WGS84 longitude

Procedure Detail

::eov

proc  ::eov { x1 x2 }
Transform from WGS84 longitude, latitude to EOV east, north
Parameters:
x1 - WGS84 longitude
x2 - WGS84 latitude
Returns:
EOV east north as a list
Defined in:
wgseov.tcl, line 163

::eovx

proc  ::eovx { x1 x2 }
Transform WGS84 lambda, fi to EOV North coordinate
Parameters:
x1 - longitude
x2 - latitude
Returns:
EOV north coordinate
Defined in:
wgseov.tcl, line 93

::eovy

proc  ::eovy { x1 x2 }
Transform WGS84 lambda, fi to EOV east coordinate
Parameters:
x1 - longitude
x2 - latitude
Returns:
EOV east coordinate
Defined in:
wgseov.tcl, line 23

::wgs

proc  ::wgs { x1 x2 }
Transform EOV east, north to WGS84 longitude, latitude
Parameters:
x1 - EOV east coordinate
x2 - EOV north coordinate
Returns:
WGS84 latitude longitude as a list
Defined in:
wgseov.tcl, line 315

::wgsfi

proc  ::wgsfi { x1 x2 }
Transform EOV east, north to WGS84 latitude
Parameters:
x1 - EOV east coordinate
x2 - EOV north coordinate
Returns:
WGS84 latitude
Defined in:
wgseov.tcl, line 175

::wgslambda

proc  ::wgslambda { x1 x2 }
Transform EOV east, north to WGS84 longitude
Parameters:
x1 - EOV east coordinate
x2 - EOV north coordinate
Returns:
WGS84 longitude
Defined in:
wgseov.tcl, line 245

file name | procedure name | procedure call | annotation
File generated 2014-04-15 at 20:21.