Package org.orekit.files.ccsds.ndm.odm
Class OdmMetadata
java.lang.Object
org.orekit.files.ccsds.section.CommentsContainer
org.orekit.files.ccsds.section.Metadata
org.orekit.files.ccsds.ndm.odm.OdmMetadata
- All Implemented Interfaces:
Section
- Direct Known Subclasses:
OcmMetadata,OdmCommonMetadata
This class gathers the meta-data present in the Orbital Data Message (ODM).
- Since:
- 6.1
- Author:
- sports
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOdmMetadata(TimeSystem defaultTimeSystem, CcsdsFrameMapper frameMapper) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the spacecraft name for which the orbit state is provided.voidsetObjectName(String objectName) Set the spacecraft name for which the orbit state is provided.Methods inherited from class org.orekit.files.ccsds.section.Metadata
getFrameMapper, getLaunchNumber, getLaunchPiece, getLaunchYear, getTimeSystem, setTimeSystem, validateMethods inherited from class org.orekit.files.ccsds.section.CommentsContainer
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments, setComments
-
Constructor Details
-
OdmMetadata
Simple constructor.- Parameters:
defaultTimeSystem- default time system (may be null)frameMapper- for creating aFrame.- Since:
- 13.1.5
-
-
Method Details
-
getObjectName
Get the spacecraft name for which the orbit state is provided.- Returns:
- the spacecraft name
-
setObjectName
Set the spacecraft name for which the orbit state is provided.- Parameters:
objectName- the spacecraft name to be set
-