| Unit: |
SDL_geomap |
| Class: |
TGeoMap |
| Declaration: |
property UTMZone: integer; |
The property UTMZone specifies the UTM zone which the map belongs to. You have to set a valid UTM zone immediately after switching to the UTM calibration model (after setting CalibModel to cmUTM).
| Hint 1: |
The UTM zone code can be calulated from the central meridian of a map using the procedure GeoToUTMZone.
|
| Hint 2: |
The UTMZone property is equal to the field UTMZone in CalibData. It has been made a property to provide easier access to it. |
|