|
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.FrameInfo
public class FrameInfo
Class FrameInfo packages specification parameters common to all SPICE reference frames.
Version 1.1.0 02-FEB-2011 (NJB)(EDW)
Alpha JNISpice build for Ames Reasearch Center. This version of the FrameInfo class includes a constructor with an argument list of the frame class and frame class ID.
Version 1.0.0 22-DEC-2009 (NJB)
Constructor Summary | |
---|---|
FrameInfo(FrameInfo info)
Copy constructor. |
|
FrameInfo(int frameIDCode)
Create a FrameInfo instance from a SPICE frame ID code. |
|
FrameInfo(int frameClass,
int frameClassID)
Create a FrameInfo object from a frame class and frame class ID. |
|
FrameInfo(ReferenceFrame ref)
Create a FrameInfo instance from a ReferenceFrame. |
Method Summary | |
---|---|
int |
getFrameCenterID()
Return the frame center ID code for this instance. |
int |
getFrameClass()
Return the frame class for this instance. |
int |
getFrameClassID()
Return the frame class ID for this instance. |
int |
getFrameID()
Return the frame ID code for this instance. |
java.lang.String |
toString()
Convert this instance to a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FrameInfo(int frameClass, int frameClassID) throws FrameNotFoundException, SpiceException
FrameNotFoundException
SpiceException
public FrameInfo(FrameInfo info)
public FrameInfo(int frameIDCode) throws FrameNotFoundException, SpiceException
FrameNotFoundException
SpiceException
public FrameInfo(ReferenceFrame ref) throws FrameNotFoundException, SpiceException
FrameNotFoundException
SpiceException
Method Detail |
---|
public int getFrameID()
public int getFrameCenterID()
public int getFrameClass()
public int getFrameClassID()
public java.lang.String toString()
toString
in class java.lang.Object
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |