Uses of Class
spice.basic.TDBDuration
-
Packages that use TDBDuration Package Description spice.basic -
-
Uses of TDBDuration in spice.basic
Fields in spice.basic declared as TDBDuration Modifier and Type Field Description (package private) TDBDuration
PositionRecord. lightTime
(package private) TDBDuration
StateRecord. lightTime
Methods in spice.basic that return TDBDuration Modifier and Type Method Description TDBDuration
TDBDuration. add(TDBDuration d)
Add a TDBDuration to this instance.TDBDuration
PositionRecord. getLightTime()
Get one way light time between target and observer.TDBDuration
StateRecord. getLightTime()
Get one way light time between target and observer.TDBDuration
TDBDuration. negate()
Negate a TDBDuration.TDBDuration
TDBDuration. scale(double s)
Scale a TDBDuration.TDBDuration
TDBDuration. sub(TDBDuration d)
Subtract a TDBDuration from this instance.TDBDuration
TDBTime. sub(Time t)
Subtract aTime
instance from this TDBTime, producing a TDBDuration.Methods in spice.basic with parameters of type TDBDuration Modifier and Type Method Description TDBDuration
TDBDuration. add(TDBDuration d)
Add a TDBDuration to this instance.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.static void
GF. setTolerance(TDBDuration tol)
Set the convergence tolerance of the GF subsystem.TDBDuration
TDBDuration. sub(TDBDuration d)
Subtract a TDBDuration from this instance.void
PCK. writeType02Segment(int clssid, ReferenceFrame baseFrame, Time first, Time last, java.lang.String segid, TDBDuration intlen, int n, int polydg, double[][][] ChebyCoeffs, Time btime)
Write a type 2 segment to a PCK file.void
SPK. writeType02Segment(Body body, Body center, ReferenceFrame frame, Time first, Time last, java.lang.String segid, TDBDuration intlen, int n, int polydg, double[][][] ChebyCoeffs, Time btime)
Write a type 2 segment to an SPK file.void
SPK. writeType03Segment(Body body, Body center, ReferenceFrame frame, Time first, Time last, java.lang.String segid, TDBDuration intlen, int n, int polydg, double[][][] ChebyCoeffs, Time btime)
Write a type 3 segment to an SPK file.Constructors in spice.basic with parameters of type TDBDuration Constructor Description PositionRecord(Vector3 v, TDBDuration d)
Assignment constructor.TDBDuration(TDBDuration d)
Copy constructor.
-