Class OEMFile

  • All Implemented Interfaces:
    EphemerisFile

    public class OEMFile
    extends ODMFile
    implements EphemerisFile
    This class stocks all the information of the OEM File parsed by OEMParser. It contains the header and a list of Ephemerides Blocks each containing metadata, a list of ephemerides data lines and optional covariance matrices (and their metadata).
    Since:
    6.1
    Author:
    sports, Evan Ward
    • Constructor Detail

      • OEMFile

        public OEMFile()
        OEMFile constructor.
    • Method Detail

      • getEphemeridesBlocks

        public List<OEMFile.EphemeridesBlock> getEphemeridesBlocks()
        Get the list of ephemerides blocks as an unmodifiable list.
        Returns:
        the list of ephemerides blocks