Package org.orekit.frames
Interface ItrfVersionProvider
- All Known Implementing Classes:
ITRFVersionLoader
public interface ItrfVersionProvider
Interface for retrieving the ITRF version for a given set of EOP data.
- Since:
- 10.1
- Author:
- Luc Maisonobe, Evan Ward
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetConfiguration(String name, int mjd) Get the ITRF version configuration defined by a given file at specified date.
-
Method Details
-
getConfiguration
Get the ITRF version configuration defined by a given file at specified date.- Parameters:
name- EOP file namemjd- date of the EOP in modified Julian day- Returns:
- configuration valid around specified date in the file
-