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



TSCoords


Unit:SDL_geodb
Class: none
Declaration:
TSCoords = record 
            Latit  : single; 
            Longit : single; 
          end;

TSCoords declares map coordinates using latitude and longitude. Please note that this type declaration is based on single precision floating point values (in contrast to TCoords).


Last Update: 2023-Feb-06