Uses of Class
spice.basic.SCLKDuration
-
Packages that use SCLKDuration Package Description spice.basic -
-
Uses of SCLKDuration in spice.basic
Fields in spice.basic declared as SCLKDuration Modifier and Type Field Description (package private) SCLKDuration
PointingRecord. requestTol
Methods in spice.basic that return SCLKDuration Modifier and Type Method Description SCLKDuration
SCLKDuration. add(SCLKDuration d)
Add a SCLKDuration to this instance.SCLKDuration
PointingRecord. getTolerance()
Get the tolerance from a pointing record; the value is expressed in ticks of the clock associated with the record's Instrument.SCLKDuration
SCLKDuration. negate()
Negate a SCLKDuration.SCLKDuration
SCLKDuration. scale(double s)
Scale a SCLKDuration.SCLKDuration
SCLKDuration. sub(SCLKDuration d)
Subtract a SCLKDuration from this instance.SCLKDuration
SCLKTime. sub(Time t)
Subtract a Time instance from a SCLKTime, producing an SCLKDuration.Methods in spice.basic with parameters of type SCLKDuration Modifier and Type Method Description SCLKDuration
SCLKDuration. add(SCLKDuration d)
Add a SCLKDuration to this instance.static java.lang.String
SCLKDuration. format(SCLKDuration d)
Convert a non-negative SCLKDuration to a string.SpiceWindow
CK. getCoverage(Instrument instrument, boolean needav, java.lang.String level, SCLKDuration tol, TimeSystem timsys, int nintvls)
Obtain a SpiceWindow representing the time coverage provided by this CK for a given instrument.SpiceWindow
CK. getCoverage(Instrument instrument, boolean needav, java.lang.String level, SCLKDuration tol, TimeSystem timsys, SpiceWindow cover, int nintvls)
Obtain a SpiceWindow representing the time coverage provided by this CK for a given instrument; return the union of this window with a pre-existing coverage window.SCLKDuration
SCLKDuration. sub(SCLKDuration d)
Subtract a SCLKDuration from this instance.Constructors in spice.basic with parameters of type SCLKDuration Constructor Description SCLKDuration(SCLKDuration d)
Copy constructor.
-