Class OmmMetadata

All Implemented Interfaces:
Section

public class OmmMetadata extends OdmCommonMetadata
Metadata for Orbit Mean Messages.
Since:
12.0
Author:
Luc Maisonobe
  • Field Details

    • SGP_SGP4_THEORY

      public static final String SGP_SGP4_THEORY
      Constant for SGP/SGP4 mean elements theory.
      See Also:
    • SGP4_XP_THEORY

      public static final String SGP4_XP_THEORY
      Constant for SGP4-XP mean elements theory.
      Since:
      12.0
      See Also:
    • DSST_THEORY

      public static final String DSST_THEORY
      Constant for DSST mean elements theory.
      See Also:
  • Constructor Details

    • OmmMetadata

      public OmmMetadata(CcsdsFrameMapper frameMapper)
      Constructor.
      Parameters:
      frameMapper - for creating an Orekit Frame.
      Since:
      13.1.5
  • Method Details

    • theoryIsSgpSdp

      public boolean theoryIsSgpSdp()
      Check if mean element theory in SGP or SDP.
      Returns:
      true if mean element theory in SGP or SDP
    • getMeanElementTheory

      public String getMeanElementTheory()
      Get the description of the Mean Element Theory.
      Returns:
      the mean element theory
    • setMeanElementTheory

      public void setMeanElementTheory(String meanElementTheory)
      Set the description of the Mean Element Theory.
      Parameters:
      meanElementTheory - the mean element theory to be set