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
public class OdmMetadata extends Metadata
This class gathers the meta-data present in the Orbital Data Message (ODM).- Since:
- 6.1
- Author:
- sports
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OdmMetadata(TimeSystem defaultTimeSystem)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getObjectName()
Get the spacecraft name for which the orbit state is provided.void
setObjectName(String objectName)
Set the spacecraft name for which the orbit state is provided.-
Methods inherited from class org.orekit.files.ccsds.section.Metadata
getLaunchNumber, getLaunchPiece, getLaunchYear, getTimeSystem, setTimeSystem, validate
-
Methods inherited from class org.orekit.files.ccsds.section.CommentsContainer
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments, setComments
-
-
-
-
Constructor Detail
-
OdmMetadata
protected OdmMetadata(TimeSystem defaultTimeSystem)
Simple constructor.- Parameters:
defaultTimeSystem
- default time system (may be null)
-
-
Method Detail
-
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
-
-