ECEF Methods

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