EarthCenteredInertial class

Earth-centered inertial (ECI) coordinate frames have their origins at the center of mass of Planet and are fixed with respect to the stars.

Constructors

EarthCenteredInertial(double x, double y, double z)
The default constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
X Coordinate.
final
y double
Y Coordinate.
final
z double
Z Coordinate.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEcf(Angle gmst) EarthCenteredEarthFixed
Converts this ECI object to ECF.
toEcfByDateTime(DateTime utc) EarthCenteredEarthFixed
Converts this ECI object to ECF.
toGeodetic(Planet planet, Angle gmst) LatLngAlt
toGeodeticByDateTime(Planet planet, DateTime utc) LatLngAlt
toString() String
A string representation of this object.
inherited

Operators

operator +(EarthCenteredInertial other) EarthCenteredInertial
operator -(EarthCenteredInertial other) EarthCenteredInertial
operator ==(Object other) bool
The equality operator.
inherited