Uses of Class
org.orekit.files.ccsds.definitions.ElementsType
-
Packages that use ElementsType Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of ElementsType in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return ElementsType Modifier and Type Method Description static ElementsType
ElementsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ElementsType[]
ElementsType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ElementsType in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return ElementsType Modifier and Type Method Description ElementsType
CovarianceHistoryMetadata. getCovType()
Get covariance element set type.ElementsType
TrajectoryStateHistoryMetadata. getTrajType()
Get trajectory element set type.ElementsType
Covariance. getType()
Get the type of the elements.ElementsType
TrajectoryState. getType()
Get the type of the elements.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type ElementsType Modifier and Type Method Description void
CovarianceHistoryMetadata. setCovType(ElementsType covType)
Set covariance element set type.void
TrajectoryStateHistoryMetadata. setTrajType(ElementsType trajType)
Set trajectory element set type.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type ElementsType Constructor Description Covariance(ElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first)
Simple constructor.TrajectoryState(ElementsType type, AbsoluteDate date, String[] fields, int first, List<Unit> units)
Simple constructor.
-