wgseov.tcl
Ulyxes - an open source project to drive total stations and publish observation results
GPL v2.0 license
Copyright (C) 2010-2012 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 |
---|
proc ::eov { x1 x2 }
x1
- WGS84 longitude
x2
- WGS84 latitudeproc ::eovx { x1 x2 }
x1
- longitude
x2
- latitudeproc ::eovy { x1 x2 }
x1
- longitude
x2
- latitudeproc ::wgs { x1 x2 }
x1
- EOV east coordinate
x2
- EOV north coordinateproc ::wgsfi { x1 x2 }
x1
- EOV east coordinate
x2
- EOV north coordinateproc ::wgslambda { x1 x2 }
x1
- EOV east coordinate
x2
- EOV north coordinate