Back to Devexpress

Ellipsoid Members

windowsforms-devexpress-dot-xtramap-dot-ellipsoid-dot-underscore-members.md

latest6.1 KB
Original Source

Ellipsoid Members

This class represents an ellipsoid used to build a projected coordinate system.

Properties

NameDescription
AustralianNational66 staticReturns the Australian National (1966) ellipsoid.
FlatteningReturns the flattering value of an ellipsoid.
GRS67 staticReturns the GRS-67 ellipsoid.
GRS80 staticReturns the GRS-80 ellipsoid.
GSK11 staticReturns the GSK-2011 ellipsoid.
IERS03 staticReturns the IERS (2003) ellipsoid.
IERS89 static

Returns the IERS (2003) ellipsoid.

| | InverseFlattening | Returns the inverse flattering value of the ellipsoid. | | Krassovsky static | Returns the Krassovsky (1940) ellipsoid. | | Name | Gets or sets the name of an ellipsoid. | | NewInternational67 static | Returns the New International (1967) ellipsoid. | | PZ90 static | Returns the PZ-90 ellipsoid. | | SemimajorAxis | Returns the semimajor axis value of an ellipsoid. | | SemiminorAxis | Returns the semiminor axis value of an ellipsoid. | | SouthAmerican69 static | Returns the South American (1969) ellipsoid. | | SquareOfEccentricity | Returns the square of eccentricity value of an ellipsoid. | | WGS66 static | Returns the WGS66 ellipsoid. | | WGS72 static | Returns the WGS-72 ellipsoid. | | WGS84 static | Returns the WGS-84 ellipsoid. |

Methods

NameDescription
CreateBySemiMajorAxisAndInverseFlattening(Double, Double, String) staticInitializes an instance of the Ellipsoid class with the specified semi-major axis and inverse flattening values.
CreateBySemiMajorAxisAndInverseFlattening(Double, Double) staticInitializes an instance of the Ellipsoid class with the specified semi-major axis and inverse flattening values.
CreateByTwoAxes(Double, Double, String) staticInitializes an instance of Ellipsoid class using semimajor and semiminor axis values.
CreateByTwoAxes(Double, Double) staticInitializes an instance of Ellipsoid class using semimajor and semiminor axis values.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetPredefinedEllipsoids() staticReturns an array of predefined ellipsoids.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the Ellipsoid.

See Also

Ellipsoid Class

DevExpress.XtraMap Namespace