Class OdmMetadata

All Implemented Interfaces:
Section
Direct Known Subclasses:
OcmMetadata, OdmCommonMetadata

public class OdmMetadata extends Metadata
This class gathers the meta-data present in the Orbital Data Message (ODM).
Since:
6.1
Author:
sports
  • Constructor Details

    • OdmMetadata

      protected OdmMetadata(TimeSystem defaultTimeSystem, CcsdsFrameMapper frameMapper)
      Simple constructor.
      Parameters:
      defaultTimeSystem - default time system (may be null)
      frameMapper - for creating a Frame.
      Since:
      13.1.5
  • Method Details

    • getObjectName

      public String getObjectName()
      Get the spacecraft name for which the orbit state is provided.
      Returns:
      the spacecraft name
    • setObjectName

      public void setObjectName(String objectName)
      Set the spacecraft name for which the orbit state is provided.
      Parameters:
      objectName - the spacecraft name to be set