public static class NOVAS.PositionInSpace
extends java.lang.Object
Data for an observer's location on a near-Earth spacecraft.
For more information, see NOVAS_C3.1_Guide.pdf, page C-43.
Modifier and Type | Field and Description |
---|---|
double[] |
position
Geocentric position vector (x, y, z), components in km.
|
double[] |
velocity
Geocentric velocity vector (x_dot, y_dot, z_dot), components in km/s.
|
Constructor and Description |
---|
NOVAS.PositionInSpace(double[] position,
double[] velocity)
Create initialized instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Dump attributes.
|
public double[] position
public double[] velocity