windowsforms-devexpress-dot-xtramap-2b1d7c04.md
The base class for converters from an ellipsoid based projected coordinate system to the geographic coordinate system.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public abstract class EllipsoidBasedCartesianToGeoConverter :
CoordinateConverterCoreWrapper
Public MustInherit Class EllipsoidBasedCartesianToGeoConverter
Inherits CoordinateConverterCoreWrapper
The EllipsoidBasedCartesianToGeoConverter.Ellipsoid property specifies the ellipsoid used for a projected coordinate system.
The EllipsoidBasedCartesianToGeoConverter.FalseEasting and EllipsoidBasedCartesianToGeoConverter.FalseNorthing properties specify the false easting and northing.
The EllipsoidBasedCartesianToGeoConverter.ProjectionCenter property specifies the central meridian and the latitude of a projection’s origin.
Read the following topic for detailed information about converter parameters: How Project Raster Works.
Object CoordinateConverterBase DevExpress.XtraMap.CoordinateConverterCoreWrapper EllipsoidBasedCartesianToGeoConverter ConicCartesianToGeoConverter
MercatorAuxiliarySphereCartesianToGeoConverter
TransverseMercatorCartesianToGeoConverter
AlbersEqualAreaConicCartesianToGeoConverter
LambertConformalConicCartesianToGeoConverter
See Also