Uses of Class
spice.basic.PointingNotFoundException
-
Packages that use PointingNotFoundException Package Description spice.basic -
-
Uses of PointingNotFoundException in spice.basic
Methods in spice.basic that return PointingNotFoundException Modifier and Type Method Description static PointingNotFoundException
PointingNotFoundException. create(java.lang.String caller, java.lang.String longMsg)
Create an exception having a compound message.Methods in spice.basic that throw PointingNotFoundException Modifier and Type Method Description SCLKTime
PointingRecord. getActualSCLKTime()
Obtain the actual SCLK epoch from a PointingRecord.The epoch is available only if pointing was found when the record was created.Vector3
PointingAndAVRecord. getAngularVelocity()
Obtain an angular velocity vector from a PointingAndAVRecord.The vector is available only if pointing was found when the record was created.Matrix33
PointingRecord. getCMatrix()
Obtain a C-matrix from a PointingRecord.The matrix is available only if pointing was found when the record was created.
-