ECEF Class

Earth Centered - Earth Fixed (X,Y,Z) Kilometer Coordinate

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
[SerializableAttribute]
public class ECEF
Inheritance
Object    ECEF

Constructors

ECEF(Coordinate) Creates an ECEF coordinate in kilometers.
ECEF(Coordinate, Distance) Creates an ECEF coordinate in kilometers.
ECEF(Double, Double, Double) Create an ECEF coordinate in kilometers.

Properties

Equatorial_Radius Datums Equatorial Radius / Semi Major Axis (Ellipsoid)
GeoDetic_Height GeoDetic height from above ellipsoid (HAE). Used for converting Lat Long / ECEF.
Inverse_Flattening Datums Flattening (Ellipsoid)
X X Coordinate
Y y Coordinate
Z Z Coordinate

Methods

ECEFToLatLong(ECEF) Returns a Geodetic Coordinate object based on the provided ECEF coordinate.
ECEFToLatLong(Double, Double, Double) Returns a Geodetic Coordinate object based on the provided ECEF coordinate X, Y, Z values.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Parse Parses a string into an ECEF coordinate (kilometer format).
Set_GeoDetic_Height Sets Geodetic height for ECEF conversion.
ToString Default formatted ECEF string.
(Overrides ObjectToString)
TryParse Attempts to parse a string into an ECEF coordinate (kilometer format).

See Also