EarthCenteredEarthFixed class
Earth-centered, Earth-fixed is a cartesian spatial reference system that represents locations in the vicinity of the Planet (including its surface, interior, atmosphere, and surrounding outer space) as X, Y, and Z measurements from its center of mass.
Constructors
- EarthCenteredEarthFixed(double x, double y, double z)
- The default constructor.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEci(
Angle gmst) → EarthCenteredInertial - Convert this ECF to ECI.
-
toEciByDateTime(
DateTime utc) → EarthCenteredInertial - Convert this ECF to ECI.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator +(
EarthCenteredEarthFixed other) → EarthCenteredEarthFixed - Sum of two ECFs.
-
operator -(
EarthCenteredEarthFixed other) → EarthCenteredEarthFixed - Sub of two ECFs.
-
operator ==(
Object other) → bool -
The equality operator.
inherited