The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



LatLongToTM


Unit: SDL_geobasics
Class: none
Declaration: procedure LatLongToTM (Phi: double; Lambda: double; Lambda0: double; Ellipsoid: TGeoEllipsoid; var x, y: double);

The procedure LatLongToTM converts the latitude Phi and the longitude lambda (both in radians) into the Transverse Mercator coordinates x and y. The parameter Lambda0 specifies the longitude of the central meridian to be used (in radians).

Please note that the results of the conversion depend on the Ellipsoid used for the Earth model.


Last Update: 2023-Feb-06