UTMCartesianToGeoConverter(Int32, Hemisphere) Constructor
Initializes new instance of the UTMCartesianToGeoConverter class with the specified parameters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.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