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



TPositionData


Unit:SDL_geodb
Class: none
Declaration:
TPositionData = record
  Latit  : double;
  Longit : double;
  Height : double;
end;

The type declaration TPositionData defines the geographical position of a point. The parameters Latit, Longit, and Height specify the latitude, the longitude and the height above zero, respectively.


Last Update: 2023-Feb-06