Uses of Class
spice.basic.StateVector
-
Packages that use StateVector Package Description spice.basic -
-
Uses of StateVector in spice.basic
Subclasses of StateVector in spice.basic Modifier and Type Class Description class
StateRecord
Class StateRecord represents the states (positions and velocities) of ephemeris objects relative to other objects; state records carry along with them one-way light time between target and observer.Methods in spice.basic that return StateVector Modifier and Type Method Description StateVector
StateRecord. getStateVector()
Get the state vector.static StateVector
OsculatingElements. propagate(StateVector initialState, double mu, TDBDuration dt)
Propagate an initial state vector and gravitational parameter to another state vector at a given time offset.StateVector
OsculatingElements. propagate(Time t)
Propagate these elements to a state at a given epoch.Methods in spice.basic with parameters of type StateVector Modifier and Type Method Description static StateVector
OsculatingElements. propagate(StateVector initialState, double mu, TDBDuration dt)
Propagate an initial state vector and gravitational parameter to another state vector at a given time offset.void
SPK. writeType05Segment(Body body, Body center, ReferenceFrame frame, Time first, Time last, java.lang.String segid, double gm, int n, StateVector[] states, Time[] epochs)
Write a type 5 segment to an SPK file.void
SPK. writeType09Segment(Body body, Body center, ReferenceFrame frame, Time first, Time last, java.lang.String segid, int degree, int n, StateVector[] states, Time[] epochs)
Write a type 9 segment to an SPK file.void
SPK. writeType13Segment(Body body, Body center, ReferenceFrame frame, Time first, Time last, java.lang.String segid, int degree, int n, StateVector[] states, Time[] epochs)
Write a type 13 segment to an SPK file.Constructors in spice.basic with parameters of type StateVector Constructor Description OsculatingElements(StateVector state, Time t, double mu)
Create osculating elements from a StateVector, a Time, and a gravitational parameter (GM).OsculatingElementsExtended(StateVector state, Time t, double mu)
Create osculating elements from a StateVector, a Time, and a gravitational parameter (GM).StateVector(StateVector state)
Copy constructor: create a deep copy of another StateVector.
-