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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public Hemisphere Hemisphere { get; set; }

Property Value

Type Description
Hemisphere

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