Ellipsoid Class
This class represents an ellipsoid used to build a projected coordinate system.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Related API Members
The following members return Ellipsoid objects:
Remarks
This class introduces the following properties.
- Ellipsoid.SemimajorAxis - returns the value of the ellipsoid’s semimajor axis.
- Ellipsoid.SemiminorAxis - returns the value of the ellipsoid’s semiminor axis.
- Ellipsoid.Flattening - returns the flattering value.
To create an ellipsoid use one of the following methods.
- Ellipsoid.CreateByTwoAxes - create an ellipsoid by the semimajor and semiminor axis.
- Ellipsoid.CreateBySemiMajorAxisAndInverseFlattening - create an ellipsoid by the semimajor axis and the inverse flattering value.
The objects of this class are used by EllipsoidBasedCartesianToGeoConverter class descendants.
Inheritance
Object
Ellipsoid
See Also