Uses of Enum Class
org.orekit.files.ccsds.ndm.cdm.ScreenVolumeShape
Packages that use ScreenVolumeShape
Package
Description
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 ScreenVolumeShapeModifier and TypeMethodDescriptionCdmRelativeMetadata.getScreenVolumeShape()Get the shape of the screening volume.static ScreenVolumeShapeReturns the enum constant of this class with the specified name.static ScreenVolumeShape[]ScreenVolumeShape.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 ScreenVolumeShapeModifier and TypeMethodDescriptionvoidCdmRelativeMetadata.setScreenVolumeShape(ScreenVolumeShape screenVolumeShape) Set the shape of the screening volume.