Skip to main content
A newer version of this page is available. .

UTMCartesianToGeoConverter(Int32, Hemisphere) Constructor

Initializes new instance of the UTMCartesianToGeoConverter class with the specified parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public UTMCartesianToGeoConverter(
    int utmZone,
    Hemisphere hemisphere
)

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