| Unit: | SDL_geomap | | Class: |
none |
| Declaration: |
TShowGrat = (sgNone, sgPoints, sgLines, sgPointsAndLines, sgUTMGrid, sgPointsAndUTMGrid); |
The type declaration TShowGrat specifies how the graticule lines are displayed:
| sgNone | no graticule is displayed |
| sgPoints | only the calibration points are displayed |
| sgLines | only the graticule lines are displayed |
| sgPointsAndLines | both the lines and the calibration points of the graticule are displayed |
| sgUTMGrid | displays the UTM grid |
| sgPointsAndUTMGrid | displays both the UTM grid and the calibration points |
|