Back to Devexpress

UTMCartesianToGeoConverter.Hemisphere Property

windowsforms-devexpress-dot-xtramap-dot-utmcartesiantogeoconverter-16246864.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(Hemisphere.Northern)]
public Hemisphere Hemisphere { get; set; }
vb
<DefaultValue(Hemisphere.Northern)>
Public Property Hemisphere As Hemisphere

Property Value

TypeDefaultDescription
HemisphereNorthern

A Hemisphere enumeration value.

|

Available values:

NameDescription
Northern

The Earth’s northern hemisphere is projected.

| | Southern |

The Earth’s southern hemisphere is projected.

|

See Also

UTMCartesianToGeoConverter Class

UTMCartesianToGeoConverter Members

DevExpress.XtraMap Namespace