Uses of Enum Class
org.orekit.files.ccsds.ndm.cdm.ScreenVolumeFrame
Packages that use ScreenVolumeFrame
Package
Description
This package contains class managing CCSDS Conjunction Data Message.
-
Uses of ScreenVolumeFrame in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return ScreenVolumeFrameModifier and TypeMethodDescriptionCdmRelativeMetadata.getScreenVolumeFrame()Get the name of the Object1 centered reference frame in which the screening volume data are given.static ScreenVolumeFrameReturns the enum constant of this class with the specified name.static ScreenVolumeFrame[]ScreenVolumeFrame.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type ScreenVolumeFrameModifier and TypeMethodDescriptionvoidCdmRelativeMetadata.setScreenVolumeFrame(ScreenVolumeFrame screenVolumeFrame) Set the name of the Object1 centered reference frame in which the screening volume data are given.