Uses of Class
spice.basic.TDBTime
-
Packages that use TDBTime Package Description spice.basic spice.tspice -
-
Uses of TDBTime in spice.basic
Fields in spice.basic declared as TDBTime Modifier and Type Field Description (package private) TDBTime
SurfacePoint. et
private TDBTime
IlluminationAngles. targetEpoch
private TDBTime
LimbPoint. targetEpoch
private TDBTime
SubObserverRecord. targetEpoch
private TDBTime
SubSolarRecord. targetEpoch
(package private) TDBTime
SurfaceIntercept. targetEpoch
private TDBTime
TerminatorPoint. targetEpoch
private TDBTime
SurfaceInterceptWithDSKInfo.RayInputs. time
Methods in spice.basic that return TDBTime Modifier and Type Method Description TDBTime
TDBTime. add(Duration d)
Add a Duration to a TDBTime.TDBTime
OsculatingElements. getEpoch()
Return the epoch of this instance.TDBTime
IlluminationAngles. getTargetEpoch()
Return the target epoch.TDBTime
LimbPoint. getTargetEpoch()
Return the target epoch from a LimbPoint instance.This method returns a deep copy.TDBTime
SubObserverRecord. getTargetEpoch()
Return the target epoch.TDBTime
SubSolarRecord. getTargetEpoch()
Return the target epoch.TDBTime
SurfaceIntercept. getTargetEpoch()
Return the target epoch.TDBTime
TerminatorPoint. getTargetEpoch()
Return the target epoch from a TerminatorPoint instance.This method returns a deep copy.TDBTime
SurfacePoint. getTDBTime()
Get the time from a SurfacePoint.This method returns a deep copy.TDBTime
TDBTime. sub(Duration d)
Subtract a Duration from a TDBTime.Constructors in spice.basic with parameters of type TDBTime Constructor Description TDBTime(TDBTime t)
Copy constructor: create a new TDBTime value from another. -
Uses of TDBTime in spice.tspice
Methods in spice.tspice with parameters of type TDBTime Modifier and Type Method Description private static double
TestGFPhaseAngleSearch. zzgfpsq(TDBTime et, Body targ, Body illum, Body obs, AberrationCorrection abcorr)
Compute the angular separation of two spherical targets at a given epoch, as seen by a specified observer.
-