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



TDegreeFormat


Unit:SDL_sdlbase
Class:None
Declaration:TDegreeFormat = (dfDeg, dfDegMin, dfDegMinSec, dfNumeric);

The type declaration TDegreeFormat specifies the possible formats for creating degree notations.

dfDeg degrees with decimal places 13.562°
dfDegMin integer degrees, minutes with decimal places 13° 31.560'
dfDegMinSec integer degrees and minutes, seconds with decimal places 13° 31' 33.600"
dfNumeric degrees with decimal places, but without degree symbol 13.562


Last Update: 2023-Feb-06