Uses of Enum Class
org.orekit.files.ccsds.definitions.CenterName
Packages that use CenterName
Package
Description
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 CenterNameModifier and TypeMethodDescriptionstatic CenterNameMap an Orekit frame to a CCSDS center.static CenterNameReturns the enum constant of this class with the specified name.static CenterName[]CenterName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.definitions with parameters of type CenterNameModifier and TypeMethodDescriptionstatic 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.