Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OrbitElementsType
-
Packages that use OrbitElementsType Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of OrbitElementsType in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return OrbitElementsType Modifier and Type Method Description OrbitElementsTypeOrbitCovarianceHistoryMetadata. getCovType()Get covariance element set type.OrbitElementsTypeTrajectoryStateHistoryMetadata. getTrajType()Get trajectory element set type.OrbitElementsTypeOrbitCovariance. getType()Get the type of the elements.OrbitElementsTypeTrajectoryState. getType()Get the type of the elements.static OrbitElementsTypeOrbitElementsType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrbitElementsType[]OrbitElementsType. 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 OrbitElementsType Modifier and Type Method Description voidOrbitCovarianceHistoryMetadata. setCovType(OrbitElementsType covType)Set covariance element set type.voidTrajectoryStateHistoryMetadata. setTrajType(OrbitElementsType trajType)Set trajectory element set type.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrbitElementsType Constructor Description OrbitCovariance(OrbitElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first)Simple constructor.TrajectoryState(OrbitElementsType type, AbsoluteDate date, double[] elements)Simple constructor.TrajectoryState(OrbitElementsType type, AbsoluteDate date, String[] fields, int first, List<Unit> units)Simple constructor.
-