MercatorAuxiliarySphereCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint) Constructor
Initializes a new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public MercatorAuxiliarySphereCartesianToGeoConverter(
Ellipsoid ellipsoid,
double falseEasting,
double falseNorthing,
GeoPoint projectionCenter
)
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 the projection’s origin values. |
See Also