Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AlbersEqualAreaConicCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Double, Double) Constructor

In This Article

Initializes a new instance of the AlbersEqualAreaConicCartesianToGeoConverter class with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.2.dll

NuGet Package: DevExpress.Wpf.Map

#Declaration

public AlbersEqualAreaConicCartesianToGeoConverter(
    Ellipsoid ellipsoid,
    double falseEasting,
    double falseNorthing,
    GeoPoint projectionCenter,
    double standardParallelN,
    double standardParallelS
)

#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 values.

standardParallelN Double

A Double value specifying the north standard parallel.

standardParallelS Double

A Double value specifying the south standard parallel.

See Also