Skip to main content

UTMCartesianToGeoConverter.UtmZone Property

Gets or sets the UTM zone used to convert the UTM projected coordinate system to the geographic coordinate system.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(1)]
public int UtmZone { get; set; }

Property Value

Type Default Description
Int32 1

An Int32 object representing UTM zone.

See Also