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