Skip to main content
All docs
V25.1
  • LambertAzimuthalEqualAreaCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint) Constructor

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

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.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