Back to Devexpress

UTMCartesianToGeoConverter.Hemisphere Property

wpf-devexpress-dot-xpf-dot-map-dot-utmcartesiantogeoconverter-fea26910.md

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

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public Hemisphere Hemisphere { get; set; }
vb
Public Property Hemisphere As Hemisphere

Property Value

TypeDescription
Hemisphere

A Hemisphere enumeration value.

|

Available values:

NameDescription
Northern

The Earth’s northern hemisphere is projected.

| | Southern |

The Earth’s southern hemisphere is projected.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Hemisphere property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

map-wpf-manually-load-a-cartesian-map-shapefile/CS/BuildInCoordinateConverters/MainWindow.xaml#L77

xml
<dxm:CartesianSourceCoordinateSystem.CoordinateConverter>
    <dxm:UTMCartesianToGeoConverter UtmZone="36" Hemisphere="Northern"/>
</dxm:CartesianSourceCoordinateSystem.CoordinateConverter>

See Also

UTMCartesianToGeoConverter Class

UTMCartesianToGeoConverter Members

DevExpress.Xpf.Map Namespace