|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspice.basic.PointingRecord
public class PointingRecord
Class PointingRecord encapsulates outputs from C-kernel lookups.
Version 1.0.0 15-DEC-2009 (NJB)
Constructor Summary | |
---|---|
PointingRecord()
No-arguments constructor. |
|
PointingRecord(Instrument inst,
Time t,
ReferenceFrame ref,
Duration tolerance)
Return a PointingRecord for a specified instrument or structure at a given time, using a specified lookup tolerance. |
|
PointingRecord(PointingRecord rec)
Copy constructor. |
Method Summary | |
---|---|
SCLKTime |
getActualSCLKTime()
Obtain the actual SCLK epoch from a PointingRecord. |
Matrix33 |
getCMatrix()
Obtain a C-matrix from a PointingRecord. |
Instrument |
getInstrument()
Get the Instrument from a pointing record. |
ReferenceFrame |
getReferenceFrame()
Get the ReferenceFrame from a pointing record. |
SCLKTime |
getRequestSCLKTime()
Get the request SCLK time from a pointing record. |
SCLKDuration |
getTolerance()
Get the tolerance from a pointing record; the value is expressed in ticks of the clock associated with the record's Instrument. |
boolean |
wasFound()
Retrieve the found flag from a PointingRecord. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointingRecord()
public PointingRecord(PointingRecord rec) throws SpiceException
SpiceException
public PointingRecord(Instrument inst, Time t, ReferenceFrame ref, Duration tolerance) throws SpiceException
SpiceException
Method Detail |
---|
public boolean wasFound()
public Matrix33 getCMatrix() throws PointingNotFoundException, SpiceException
PointingNotFoundException
SpiceException
public SCLKTime getActualSCLKTime() throws PointingNotFoundException, SpiceException
PointingNotFoundException
SpiceException
public ReferenceFrame getReferenceFrame() throws SpiceException
V = C-matrix * V instrument base
SpiceException
public Instrument getInstrument() throws SpiceException
SpiceException
public SCLKTime getRequestSCLKTime() throws SpiceException
SpiceException
public SCLKDuration getTolerance()
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |