|
||||||||||
| 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.H0MinusNFrame
public class H0MinusNFrame
"H0 - n" reference frame.
The "H0 - n" frame is a pseudo-inertial frame, built from the GCRF-ITRF transformation at the date H0 - n; this transformation is "frozen" in time, and it is combined to a rotation of an angle "longitude" around the Z axis of the ITRF frame.Its parent frame is the GCRF frame.
| Constructor Summary | |
|---|---|
H0MinusNFrame(String name,
AbsoluteDate h0In,
double nIn,
double longitudeIn)
Constructor. |
|
| Method Summary | |
|---|---|
AbsoluteDate |
getH0()
Getter for the reference date. |
double |
getLongitude()
Getter for the rotation angle around the ITRF Z axis. |
double |
getN()
Getter for the reference date shift. |
| 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 H0MinusNFrame(String name,
AbsoluteDate h0In,
double nIn,
double longitudeIn)
throws OrekitException
name - frame nameh0In - reference datenIn - reference date shiftlongitudeIn - rotation angle around the ITRF Z axis (rad)
OrekitException - thrown if the ITRF-GCRF transformation cannot be computed| Method Detail |
|---|
public final AbsoluteDate getH0()
public final double getN()
public final double getLongitude()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||