Class OmmMetadata
- java.lang.Object
-
- org.orekit.files.ccsds.section.CommentsContainer
-
- org.orekit.files.ccsds.section.Metadata
-
- org.orekit.files.ccsds.ndm.odm.OdmMetadata
-
- org.orekit.files.ccsds.ndm.odm.OdmCommonMetadata
-
- org.orekit.files.ccsds.ndm.odm.omm.OmmMetadata
-
- All Implemented Interfaces:
Section
public class OmmMetadata extends OdmCommonMetadata
Metadata for Orbit Mean Messages.- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Field Summary
Fields Modifier and Type Field Description static String
DSST_THEORY
Constant for DSST mean elements theory.static String
SGP_SGP4_THEORY
Constant for SGP/SGP4 mean elements theory.static String
SGP4_XP_THEORY
Constant for SGP4-XP mean elements theory.
-
Constructor Summary
Constructors Constructor Description OmmMetadata()
Empty constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMeanElementTheory()
Get the description of the Mean Element Theory.void
setMeanElementTheory(String meanElementTheory)
Set the description of the Mean Element Theory.boolean
theoryIsSgpSdp()
Check if mean element theory in SGP or SDP.-
Methods inherited from class org.orekit.files.ccsds.ndm.odm.OdmCommonMetadata
finalizeMetadata, getCenter, getFrame, getFrameEpoch, getLaunchNumber, getLaunchPiece, getLaunchYear, getObjectID, getReferenceFrame, setCenter, setFrameEpoch, setFrameEpochString, setObjectID, setReferenceFrame, validate
-
Methods inherited from class org.orekit.files.ccsds.ndm.odm.OdmMetadata
getObjectName, setObjectName
-
Methods inherited from class org.orekit.files.ccsds.section.Metadata
getLaunchNumber, getLaunchPiece, getLaunchYear, getTimeSystem, setTimeSystem
-
Methods inherited from class org.orekit.files.ccsds.section.CommentsContainer
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments, setComments
-
-
-
-
Field Detail
-
SGP_SGP4_THEORY
public static final String SGP_SGP4_THEORY
Constant for SGP/SGP4 mean elements theory.- See Also:
- Constant Field Values
-
SGP4_XP_THEORY
public static final String SGP4_XP_THEORY
Constant for SGP4-XP mean elements theory.- Since:
- 12.0
- See Also:
- Constant Field Values
-
DSST_THEORY
public static final String DSST_THEORY
Constant for DSST mean elements theory.- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-