Uses of Enum Class
org.orekit.files.ccsds.ndm.cdm.ScreenType
Packages that use ScreenType
Package
Description
This package contains class managing CCSDS Conjunction Data Message.
-
Uses of ScreenType in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return ScreenTypeModifier and TypeMethodDescriptionstatic ScreenTypeReturns the enum constant of this class with the specified name.static ScreenType[]ScreenType.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 that return types with arguments of type ScreenTypeModifier and TypeMethodDescriptionCdmRelativeMetadata.getScreenType()Get the type of screening to be used.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type ScreenTypeModifier and TypeMethodDescriptionvoidCdmRelativeMetadata.setScreenType(ScreenType screenType) Set the type of screening to be used.