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....



GeoToCartesian


Unit: SDL_geobasics
Class: none
Declaration: procedure GeoToCartesian (Lat, Long, Alt: double; Ellipsoid: TGeoEllipsoid; var X,Y,Z: double);

The procedure GeoToCartesian converts the geodetic coordinates Lat, Long, and Alt to the corresponding Cartesian coordinates using the reference ellipsoid defined by the parameter Ellipsoid. The resulting geodetic coordinates are returned in the variable parameters X, Y, Z.


Last Update: 2023-Feb-06