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
Metadata for Orbit Mean Messages.
- Since:
- 12.0
- Author:
- Luc Maisonobe
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of the Mean Element Theory.voidsetMeanElementTheory(String meanElementTheory) Set the description of the Mean Element Theory.booleanCheck 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, validateMethods inherited from class org.orekit.files.ccsds.ndm.odm.OdmMetadata
getObjectName, setObjectNameMethods inherited from class org.orekit.files.ccsds.section.Metadata
getFrameMapper, getLaunchNumber, getLaunchPiece, getLaunchYear, getTimeSystem, setTimeSystemMethods inherited from class org.orekit.files.ccsds.section.CommentsContainer
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments, setComments
-
Field Details
-
SGP_SGP4_THEORY
Constant for SGP/SGP4 mean elements theory.- See Also:
-
SGP4_XP_THEORY
Constant for SGP4-XP mean elements theory.- Since:
- 12.0
- See Also:
-
DSST_THEORY
Constant for DSST mean elements theory.- See Also:
-
-
Constructor Details
-
OmmMetadata
Constructor.- Parameters:
frameMapper- for creating an OrekitFrame.- 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
Get the description of the Mean Element Theory.- Returns:
- the mean element theory
-
setMeanElementTheory
Set the description of the Mean Element Theory.- Parameters:
meanElementTheory- the mean element theory to be set
-