Uses of Class
org.orekit.files.ccsds.CCSDSFrame
-
Packages that use CCSDSFrame Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of CCSDSFrame in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return CCSDSFrame Modifier and Type Method Description protected CCSDSFrame
ODMParser. parseCCSDSFrame(String frameName)
Parse a CCSDS frame.static CCSDSFrame
CCSDSFrame. valueOf(String name)
Returns the enum constant of this type with the specified name.static CCSDSFrame[]
CCSDSFrame. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-