Earth_Ellipsoid Structure

Handles earth ellipsoid values

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public struct Earth_Ellipsoid
Inheritance
Object    ValueType    Earth_Ellipsoid

Properties

Equatorial_Radius Earth equatorial radius (semi-major axis)
Inverse_Flattening Earth inverse of flattening
Spec Earth ellipsoid specification

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Get_Ellipsoid Returns a populated Earth_Ellipsoid based on the specified ellipsoidal spec.
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also