Uses of Class
org.orekit.files.ccsds.ndm.cdm.ScreenType
-
Packages that use ScreenType Package Description org.orekit.files.ccsds.ndm.cdm 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 ScreenType Modifier and Type Method Description ScreenTypeCdmRelativeMetadata. getScreenType()Get the type of screening to be used.static ScreenTypeScreenType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScreenType[]ScreenType. 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 ScreenType Modifier and Type Method Description voidCdmRelativeMetadata. setScreenType(ScreenType screenType)Set the type of screening to be used.
-