Uses of Interface
org.orekit.frames.EopHistoryLoader.Parser
Packages that use EopHistoryLoader.Parser
Package
Description
This package provides classes to handle frames and transforms between them.
-
Uses of EopHistoryLoader.Parser in org.orekit.frames
Methods in org.orekit.frames that return EopHistoryLoader.ParserModifier and TypeMethodDescriptionstatic EopHistoryLoader.ParserEopHistoryLoader.Parser.newBulletinBParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales) Create a new parser for EOP data in the Bulletin B format.static EopHistoryLoader.ParserEopHistoryLoader.Parser.newEopC04Parser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales) Create a new parser for EOP data in the EOP C04 format.static EopHistoryLoader.ParserEopHistoryLoader.Parser.newFinalsColumnsParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales, boolean isNonRotatingOrigin) Create a new parser for EOP data in the rapid and predicted columnar format.static EopHistoryLoader.ParserEopHistoryLoader.Parser.newFinalsXmlParser(IERSConventions conventions, ItrfVersionProvider itrfVersionProvider, TimeScales timeScales) Create a new parser for EOP data in the rapid and predicted XML format.