Class OrbexParser


public class OrbexParser extends AbstractSinexParser<Orbex,OrbexParseInfo>
Parser for Orbit Exchange Format (ORBEX) files.
Since:
14.0
Author:
Luc Maisonobe
See Also:
  • Constructor Details

    • OrbexParser

      public OrbexParser(Function<? super String,? extends Frame> frameBuilder, Function<? super String,? extends TimeSystem> timeSystemBuilder, TimeScales timeScales)
      Simple constructor.
      Parameters:
      frameBuilder - is a function that can construct a frame from an orbex file coordinate system string. The coordinate system can be any 5 characters string e.g., ITR92, IGb08.
      timeSystemBuilder - mapper from string to time system (useful for user-defined time systems)
      timeScales - the set of time scales used for parsing dates
  • Method Details