Uses of Enum Class
org.orekit.files.ccsds.ndm.odm.ocm.Ordering
Packages that use Ordering
Package
Description
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 OrderingModifier and TypeMethodDescriptionOrbitCovarianceHistoryMetadata.getCovOrdering()Get covariance ordering.static OrderingReturns the enum constant of this class with the specified name.static Ordering[]Ordering.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrderingModifier and TypeMethodDescriptionvoidOrbitCovarianceHistoryMetadata.setCovOrdering(Ordering covOrdering) Set covariance ordering.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrderingModifierConstructorDescriptionOrbitCovariance(OrbitElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first) Simple constructor.