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

MercatorAuxiliarySphereCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Int32) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MercatorAuxiliarySphereCartesianToGeoConverter(
    Ellipsoid ellipsoid,
    double falseEasting,
    double falseNorthing,
    GeoPoint projectionCenter,
    int sphereType
)

Parameters

Name Type Description
ellipsoid Ellipsoid

An Ellipsoid object.

falseEasting Double

A Double value specifying the false easting value.

falseNorthing Double

A Double value specifying the false northing value.

projectionCenter GeoPoint

A GeoPoint object specifying the central meridian and the latitude of projection’s origin.

sphereType Int32

A Int32 object specifying the sphere type.

See Also