Back to Devexpress

Hemisphere Enum

windowsforms-devexpress-dot-xtramap-3182f008.md

latest1.2 KB
Original Source

Hemisphere Enum

Lists the values used to specify the Earth’s hemishpere.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum Hemisphere
vb
Public Enum Hemisphere

Members

NameDescription
Northern

The Earth’s northern hemisphere is projected.

| | Southern |

The Earth’s southern hemisphere is projected.

|

The following properties accept/return Hemisphere values:

Remarks

The values listed by this enumeration are used to set the UTMCartesianToGeoConverter.Hemisphere property.

See Also

DevExpress.XtraMap Namespace