[SerializableAttribute]
public class ECEF
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. |
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 |
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. |
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). |