doogal.co.uk Home



The WGS84Ellipsoid type exposes the following members.

Constructors

  NameDescription
Public methodWGS84Ellipsoid
Initializes a new instance of the WGS84Ellipsoid class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Ellipsoid.
(Inherited from Ellipsoid.)

Properties

  NameDescription
Public propertyEccentricitySquared
Gets the eccentricity squared.
(Inherited from Ellipsoid.)
Public propertyFlattening
Gets the flattening.
(Inherited from Ellipsoid.)
Public propertySemiMajorAxis
Gets the semi major axis.
(Inherited from Ellipsoid.)
Public propertySemiMinorAxis
Gets the semi minor axis.
(Inherited from Ellipsoid.)

See Also