DK for ActiveX | TatukGIS_XDK11.ITGIS_CSProjAbstract.Zone | Methods | Properties
Zone number for UTM (Universal Transverse Mercator) projection. Typically 1-60 for longitude zones. Valid only for UTM-based projections.
// C# public Integer Zone { get {} set {} }
' VisualBasic Public Property Zone As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public property Zone : Integer read read;
| Type |
|---|
| int Integer |
PURPOSE:Specify which 6° longitude zone for UTM. Zone 1 centered at -177°, Zone 30 at -3°, Zone 31 at +3°, Zone 60 at +177°.
BEHAVIOR:Sets CentralMeridian automatically based on zone (e.g., Zone 33 → -15°). Range: 1-60. Setting zone changes CentralMeridian property.
USAGE:proj.Zone := 33; (for Central Europe)
CONSTRAINTS:Only for UTM projections. Values outside 1-60 may be silently clamped or ignored.