Uses of Enum Class
org.orekit.files.ccsds.ndm.adm.AttitudeType
Packages that use AttitudeType
Package
Description
This package contains class managing CCSDS Attitude Data Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
-
Uses of AttitudeType in org.orekit.files.ccsds.ndm.adm
Methods in org.orekit.files.ccsds.ndm.adm that return AttitudeTypeModifier and TypeMethodDescriptionstatic AttitudeTypeParse an attitude type.static AttitudeTypeReturns the enum constant of this class with the specified name.static AttitudeType[]AttitudeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttitudeType in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem that return AttitudeTypeModifier and TypeMethodDescriptionAemMetadata.getAttitudeType()Get the format of the data lines in the message.Methods in org.orekit.files.ccsds.ndm.adm.aem with parameters of type AttitudeTypeModifier and TypeMethodDescriptionvoidAemMetadata.setAttitudeType(AttitudeType type) Set the format of the data lines in the message.