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



TCalibLine


Unit:SDL_geomap
Class: none
Declaration:
TCalibLine = record 
               LineType  : TGratLineKind; 
               LineValue : double; 
               NumPoints : integer; 
               CalPoints : array[1..MAXCALPOINTS] of TPoint; 
             end; 

TCalibLine is the container for holding the calibration points of a particular line of the graticule. LineType can be either gtlMeridian (if the line is a meridian) of gtlParallel (if the line is a parallel). The parameter LineValue contains the value of the line (i.e. its longitude or latitude). NumPoints indicates how many calibration points have been defined for the line, and CalPoints contains the array of calibration points.


Last Update: 2023-Feb-06