Skip to main content
All docs
V23.2

LambertAzimuthalEqualAreaCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint) Constructor

Initializes a new instance of the LambertAzimuthalEqualAreaCartesianToGeoConverter class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public LambertAzimuthalEqualAreaCartesianToGeoConverter(
    Ellipsoid ellipsoid,
    double falseEasting,
    double falseNorthing,
    GeoPoint projectionCenter
)

Parameters

Name Type Description
ellipsoid Ellipsoid

An Ellipsoid object.

falseEasting Double

A Double value that specifies the false easting value.

falseNorthing Double

A Double value that specifies the false northing value.

projectionCenter GeoPoint

A GeoPoint object that specifies the central meridian and the latitude of the projection’s origin values.

See Also