Class OpmWriter

All Implemented Interfaces:
MessageWriter<OdmHeader,Segment<OdmCommonMetadata,OpmData>,Opm>

Writer for CCSDS Orbit Parameter Message.
Since:
11.0
Author:
Luc Maisonobe
  • Field Details

    • CCSDS_OPM_VERS

      public static final double CCSDS_OPM_VERS
      Version number implemented.
      See Also:
    • KVN_PADDING_WIDTH

      public static final int KVN_PADDING_WIDTH
      Padding width for aligning the '=' sign.
      See Also:
  • Constructor Details

    • OpmWriter

      public OpmWriter(IERSConventions conventions, DataContext dataContext, AbsoluteDate missionReferenceDate)
      Complete constructor.

      Calling this constructor directly is not recommended. Users should rather use writerBuilder.buildOpmWriter().

      Parameters:
      conventions - IERS Conventions
      dataContext - used to retrieve frames, time scales, etc.
      missionReferenceDate - reference date for Mission Elapsed Time or Mission Relative Time time systems
  • Method Details