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.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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