UTMCartesianToGeoConverter Constructors
Converter that transforms data from the Universal Transverse Mercator projected coordinate system to the geographic coordinate system.
| Name | Parameters | Description |
|---|---|---|
| UTMCartesianToGeoConverter() | none | Initializes a new instance of the UTMCartesianToGeoConverter class with default settings. |
| UTMCartesianToGeoConverter(Int32, Hemisphere) | utmZone, hemisphere | Initializes a new instance of the UTMCartesianToGeoConverter class with the specified parameters. |
See Also