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

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
toString() String
A string representation of this object.
inherited