|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.configuration.PolarMotion
public class PolarMotion
This class contains the different polar motion corrections (libration, tidal effects, sp correction).
| Constructor Summary | |
|---|---|
PolarMotion(boolean useEopData,
TidalCorrectionModel tidesCorrection,
LibrationCorrectionModel librationCorrection,
SPrimeModel spCorrection)
Simple constructor. |
|
| Method Summary | |
|---|---|
LibrationCorrectionModel |
getLibrationCorrectionModel()
|
PoleCorrection |
getPoleCorrection(AbsoluteDate date)
Compute pole correction. |
double |
getSP(AbsoluteDate date)
Compute S'. |
SPrimeModel |
getSPrimeModel()
|
TidalCorrectionModel |
getTidalCorrectionModel()
|
boolean |
useEopData()
Use EOP pole correction data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolarMotion(boolean useEopData,
TidalCorrectionModel tidesCorrection,
LibrationCorrectionModel librationCorrection,
SPrimeModel spCorrection)
useEopData - true if EOP pole correction data is to be used, flase if not.tidesCorrection - corrections due to tidal effectslibrationCorrection - correction due to librationspCorrection - TIO (Terrestrial Intermediate Origin) position on the equator of the CIP (Celestial Intermediate
Pole)| Method Detail |
|---|
public PoleCorrection getPoleCorrection(AbsoluteDate date)
throws OrekitException
date - date for which the pole correction is computed
PoleCorrection
OrekitException - when an Orekit error occurspublic double getSP(AbsoluteDate date)
date - date for which the s' quantity is computed
public boolean useEopData()
public TidalCorrectionModel getTidalCorrectionModel()
public LibrationCorrectionModel getLibrationCorrectionModel()
public SPrimeModel getSPrimeModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||