Back to Devexpress

EllipsoidBasedCartesianToGeoConverter Class

windowsforms-devexpress-dot-xtramap-2b1d7c04.md

latest2.8 KB
Original Source

EllipsoidBasedCartesianToGeoConverter Class

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

Declaration

csharp
public abstract class EllipsoidBasedCartesianToGeoConverter :
    CoordinateConverterCoreWrapper
vb
Public MustInherit Class EllipsoidBasedCartesianToGeoConverter
    Inherits CoordinateConverterCoreWrapper

Remarks

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.

Inheritance

Object CoordinateConverterBase DevExpress.XtraMap.CoordinateConverterCoreWrapper EllipsoidBasedCartesianToGeoConverter ConicCartesianToGeoConverter

MercatorAuxiliarySphereCartesianToGeoConverter

TransverseMercatorCartesianToGeoConverter

AlbersEqualAreaConicCartesianToGeoConverter

LambertConformalConicCartesianToGeoConverter

See Also

EllipsoidBasedCartesianToGeoConverter Members

DevExpress.XtraMap Namespace