Uses of Class
org.orekit.files.ccsds.ndm.cdm.ScreenVolumeShape
-
Packages that use ScreenVolumeShape Package Description org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message. -
-
Uses of ScreenVolumeShape in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return ScreenVolumeShape Modifier and Type Method Description ScreenVolumeShape
CdmRelativeMetadata. getScreenVolumeShape()
Get the shape of the screening volume.static ScreenVolumeShape
ScreenVolumeShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScreenVolumeShape[]
ScreenVolumeShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type ScreenVolumeShape Modifier and Type Method Description void
CdmRelativeMetadata. setScreenVolumeShape(ScreenVolumeShape screenVolumeShape)
Set the shape of the screening volume.
-