Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OcmElements
-
Packages that use OcmElements Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of OcmElements in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return OcmElements Modifier and Type Method Description static OcmElements
OcmElements. valueOf(String name)
Returns the enum constant of this type with the specified name.static OcmElements[]
OcmElements. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type OcmElements Modifier and Type Method Description List<OcmElements>
OcmMetadata. getOcmDataElements()
Get the list of elements of information data blocks included in this message.Method parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type OcmElements Modifier and Type Method Description void
OcmMetadata. setOcmDataElements(List<OcmElements> ocmDataElements)
Set the list of elements of information data blocks included in this message.
-