|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.Frame
org.orekit.frames.SpacecraftFrame
SpacecraftState.toTransform()
@Deprecated public class SpacecraftFrame
Spacecraft frame.
Frame associated to a satellite body, taking into account orbit and attitude.
Use of this frame is not recommended, and it will probably be withdrawn in a future version.
In many cases, rather than using this frame and its getTransformTo method, users should directly get a Transform using
SpacecraftState.toTransform().
Note that despite it extends Frame, this frame is NOT serializable,
as it relies on Propagator.
| Constructor Summary | |
|---|---|
SpacecraftFrame(Propagator propagator,
String name)
Deprecated. Simple constructor. |
|
| Method Summary | |
|---|---|
Propagator |
getPropagator()
Deprecated. Get the underlying propagator. |
PVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame frame)
Deprecated. Get the PVCoordinates of the spacecraft frame origin in the selected frame. |
| Methods inherited from class org.orekit.frames.Frame |
|---|
getAncestor, getDepth, getFrozenFrame, getName, getParent, getRoot, getTransformJacobian, getTransformProvider, getTransformTo, getTransformTo, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, isQuasiInertial, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpacecraftFrame(Propagator propagator,
String name)
propagator - orbit/attitude propagator computing spacecraft state evolutionname - name of the frame| Method Detail |
|---|
public Propagator getPropagator()
public PVCoordinates getPVCoordinates(AbsoluteDate date,
Frame frame)
throws OrekitException
PVCoordinates of the spacecraft frame origin in the selected frame.
getPVCoordinates in interface PVCoordinatesProviderdate - current dateframe - the frame where to define the position
OrekitException - if position cannot be computed in given frame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||