| ECEFToLatLong(ECEF) | Returns a Geodetic Coordinate object based on the provided ECEF coordinate. |
| ECEFToLatLong(ECEF, EagerLoad) | 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. |
| ECEFToLatLong(Double, Double, Double, EagerLoad) | Returns a Geodetic Coordinate object based on the provided ECEF coordinate X, Y, Z values. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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). |