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