Uses of Enum Class
org.orekit.files.ccsds.ndm.odm.ocm.ShadowModel
Packages that use ShadowModel
Package
Description
This package contains class managing CCSDS Orbit Comprehensive Message.
-
Uses of ShadowModel in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return ShadowModelModifier and TypeMethodDescriptionPerturbations.getShadowModel()Get shadow model used for solar radiation pressure.static ShadowModelReturns the enum constant of this class with the specified name.static ShadowModel[]ShadowModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type ShadowModelModifier and TypeMethodDescriptionvoidPerturbations.setShadowModel(ShadowModel shadowModel) Set shadow model used for solar radiation pressure.