UTMCartesianToGeoConverter(Int32, Hemisphere) Constructor
Initializes a new instance of the UTMCartesianToGeoConverter class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
utmZone | Int32 | A Int32 object specifying the UTM zone. |
hemisphere | Hemisphere | A Hemisphere enumeration value specifying the Earth’s hemisphere. |
See Also