TransverseMercatorCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Double) Constructor
Initializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public TransverseMercatorCartesianToGeoConverter(
Ellipsoid ellipsoid,
double falseEasting,
double falseNorthing,
GeoPoint projectionCenter,
double scaleFactor
)
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. |
scaleFactor | Double | A Double object specifying the scale factor. |
See Also