fr.cnes.sirius.patrius.signalpropagation.iono
Interface USKProvider

All Known Implementing Classes:
USKLoader

public interface USKProvider

Interface for the providers of USK data for the Bent ionospheric correction.

Since:
1.3
Version:
$Id: USKProvider.java 17584 2017-05-10 13:26:39Z bignon $
Author:
Thomas Trapier

Method Summary
 fr.cnes.sirius.patrius.signalpropagation.iono.USKData getData(AbsoluteDate date, double r12)
          Returns the USK data for the Bent model.
 

Method Detail

getData

fr.cnes.sirius.patrius.signalpropagation.iono.USKData getData(AbsoluteDate date,
                                                              double r12)
                                                              throws OrekitException
Returns the USK data for the Bent model.

Parameters:
date - the date
r12 - R12 constant value
Returns:
the USK data for the Bent model
Throws:
OrekitException - if a problem occurs in time scales management


Copyright © 2017 CNES. All Rights Reserved.