User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprojabstract.zone

Table of Contents

ITGIS_CSProjAbstract.Zone property

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.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Value

Type
int
Integer

Remarks

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.

2026/06/12 22:15

Page Tools