|
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.Vector3
spice.basic.PositionVector
spice.basic.PositionRecord
public class PositionRecord
Class PositionRecord represents the positions of ephemeris objects relative to other objects; position records carry along with them one-way light time.
Version 1.0.0 22-DEC-2009 (NJB)
Constructor Summary | |
---|---|
PositionRecord()
No-arguments constructor. |
|
PositionRecord(Body target,
Time t,
ReferenceFrame ref,
AberrationCorrection abcorr,
Body observer)
Construct aberration-corrected PositionRecord from ephemeris data. |
|
PositionRecord(PositionRecord position)
Copy constructor. |
|
PositionRecord(Vector3 v,
TDBDuration d)
Assignment constructor. |
Method Summary | |
---|---|
TDBDuration |
getLightTime()
Get one way light time between target and observer. |
PositionVector |
getPositionVector()
Get the position vector. |
java.lang.String |
toString()
Create a String representation of this PositionRecord. |
Methods inherited from class spice.basic.Vector3 |
---|
add, assign, cross, dist, dot, getElt, hat, isZero, lcom, lcom, negate, norm, perp, proj, rotate, rotate, scale, sep, sub, toArray, ucross |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PositionRecord()
public PositionRecord(PositionRecord position)
This constructor creates a deep copy.
public PositionRecord(Vector3 v, TDBDuration d)
This constructor allows a caller to create a PositionRecord containing specified values.
public PositionRecord(Body target, Time t, ReferenceFrame ref, AberrationCorrection abcorr, Body observer) throws SpiceException
SpiceException
Method Detail |
---|
public java.lang.String toString()
toString
in class PositionVector
public PositionVector getPositionVector() throws SpiceErrorException
SpiceErrorException
public TDBDuration getLightTime()
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |