Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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