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

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

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public AlbersEqualAreaConicCartesianToGeoConverter(
    Ellipsoid ellipsoid,
    double falseEasting,
    double falseNorthing,
    GeoPoint projectionCenter,
    double standardParallelN,
    double standardParallelS,
    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.

standardParallelN Double

The value of the north standard parallel.

standardParallelS Double

The value of the south standard parallel.

primeMeridian Double

The prime meridian of the Geo coordinate system.

See Also