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 CenterNameCenterName. map(Frame frame)Map an Orekit frame to a CCSDS center.static CenterNameCenterName. 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 BodyFacadeBodyFacade. create(CenterName centerName)Create a body facade from an input center name.static BodyFacadeBodyFacade. create(CenterName centerName, CelestialBodies bodies)Create a body facade from an input center name.static BodyFacadeBodyFacade. create(CenterName centerName, DataContext context)Create a body facade from an input center name.
-