Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.ShadowModel
-
Packages that use ShadowModel Package Description org.orekit.files.ccsds.ndm.odm.ocm 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 ShadowModel Modifier and Type Method Description ShadowModel
Perturbations. getShadowModel()
Get shadow model used for solar radiation pressure.static ShadowModel
ShadowModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShadowModel[]
ShadowModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type ShadowModel Modifier and Type Method Description void
Perturbations. setShadowModel(ShadowModel shadowModel)
Set shadow model used for solar radiation pressure.
-