Skip to main content

UTMCartesianToGeoConverter.Hemisphere Property

Gets or sets the hemisphere type 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(Hemisphere.Northern)]
public Hemisphere Hemisphere { get; set; }

Property Value

Type Default Description
Hemisphere Northern

A Hemisphere enumeration value.

Available values:

Name Description
Northern

The Earth’s northern hemisphere is projected.

Southern

The Earth’s southern hemisphere is projected.

See Also