Uses of Class
org.orekit.files.ccsds.ndm.adm.AttitudeType
-
Packages that use AttitudeType Package Description org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message.org.orekit.files.ccsds.ndm.adm.aem 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 AttitudeType Modifier and Type Method Description static AttitudeTypeAttitudeType. parseType(String typeSpecification)Parse an attitude type.static AttitudeTypeAttitudeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttitudeType[]AttitudeType. values()Returns an array containing the constants of this enum type, 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 AttitudeType Modifier and Type Method Description AttitudeTypeAemMetadata. getAttitudeType()Get the format of the data lines in the message.Methods in org.orekit.files.ccsds.ndm.adm.aem with parameters of type AttitudeType Modifier and Type Method Description voidAemMetadata. setAttitudeType(AttitudeType type)Set the format of the data lines in the message.
-