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

TransverseMercatorCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Double, Double) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public TransverseMercatorCartesianToGeoConverter(
    Ellipsoid ellipsoid,
    double falseEasting,
    double falseNorthing,
    GeoPoint projectionCenter,
    double scaleFactor,
    double primeMeridian
)

Parameters

Name Type Description
ellipsoid Ellipsoid

The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.

falseEasting Double

The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.

falseNorthing Double

The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.

projectionCenter GeoPoint

The central meridian and the latitude of the projection’s origin used to convert a Cartesian coordinate system to the geographic coordinate system.

scaleFactor Double

The scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.

primeMeridian Double

The prime meridian of the Geo coordinate system.

See Also