Uses of Class
org.orekit.files.ccsds.definitions.CenterName
-
Packages that use CenterName Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...). -
-
Uses of CenterName in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return CenterName Modifier and Type Method Description static CenterName
CenterName. map(Frame frame)
Map an Orekit frame to a CCSDS center.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.Methods in org.orekit.files.ccsds.definitions with parameters of type CenterName Modifier and Type Method Description static BodyFacade
BodyFacade. create(CenterName centerName)
Create a body facade from an input center name.static BodyFacade
BodyFacade. create(CenterName centerName, CelestialBodies bodies)
Create a body facade from an input center name.static BodyFacade
BodyFacade. create(CenterName centerName, DataContext context)
Create a body facade from an input center name.
-