Uses of Enum Class
org.orekit.files.ccsds.ndm.odm.ocm.OcmElements
Packages that use OcmElements
Package
Description
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 OcmElementsModifier and TypeMethodDescriptionstatic OcmElementsReturns the enum constant of this class with the specified name.static OcmElements[]OcmElements.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type OcmElementsModifier and TypeMethodDescriptionOcmMetadata.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 OcmElementsModifier and TypeMethodDescriptionvoidOcmMetadata.setOcmDataElements(List<OcmElements> ocmDataElements) Set the list of elements of information data blocks included in this message.