Uses of Class
org.orekit.files.ccsds.ndm.cdm.CdmRelativeMetadataKey
-
Packages that use CdmRelativeMetadataKey Package Description org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message. -
-
Uses of CdmRelativeMetadataKey in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return CdmRelativeMetadataKey Modifier and Type Method Description static CdmRelativeMetadataKey
CdmRelativeMetadataKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static CdmRelativeMetadataKey[]
CdmRelativeMetadataKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-