Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.Ordering
-
Packages that use Ordering Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of Ordering in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return Ordering Modifier and Type Method Description Ordering
OrbitCovarianceHistoryMetadata. getCovOrdering()
Get covariance ordering.static Ordering
Ordering. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ordering[]
Ordering. 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 Ordering Modifier and Type Method Description void
OrbitCovarianceHistoryMetadata. setCovOrdering(Ordering covOrdering)
Set covariance ordering.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type Ordering Constructor Description OrbitCovariance(OrbitElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first)
Simple constructor.
-