![]() | ECEF Class |
Namespace: CoordinateSharp
[SerializableAttribute] public class ECEF
The ECEF type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ECEF(Coordinate) |
Creates an ECEF coordinate.
|
![]() ![]() | ECEF(Coordinate, Distance) |
Creates an ECEF coordinate.
|
![]() ![]() | ECEF(Double, Double, Double) |
Create an ECEF coordinate.
|
Name | Description | |
---|---|---|
![]() | Equatorial_Radius |
Datums Equatorial Radius / Semi Major Axis (Ellipsoid)
|
![]() | GeoDetic_Height |
GeoDetic Height from Mean Sea Level.
Used for converting Lat Long / ECEF.
|
![]() | Inverse_Flattening |
Datums Flattening (Ellipsoid)
|
![]() | X |
X Coordinate
|
![]() | Y |
y Coordinate
|
![]() | Z |
Z Coordinate
|
Name | Description | |
---|---|---|
![]() ![]() ![]() | 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.
|
![]() ![]() | 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.
|