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

UTMCartesianToGeoConverter(Int32, Hemisphere) Constructor

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.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