Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.ManBasis
-
Packages that use ManBasis Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of ManBasis in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return ManBasis Modifier and Type Method Description ManBasis
OrbitManeuverHistoryMetadata. getManBasis()
Get basis of this maneuver history data.static ManBasis
ManBasis. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManBasis[]
ManBasis. 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 ManBasis Modifier and Type Method Description void
OrbitManeuverHistoryMetadata. setManBasis(ManBasis manBasis)
Set basis of this maneuver history data.
-