Uses of Enum Class
org.orekit.files.ccsds.ndm.cdm.CovarianceMethod
Packages that use CovarianceMethod
Package
Description
This package contains class managing CCSDS Conjunction Data Message.
-
Uses of CovarianceMethod in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return CovarianceMethodModifier and TypeMethodDescriptionCdmMetadata.getCovarianceMethod()Get the method name used to calculate covariance during OD.static CovarianceMethodReturns the enum constant of this class with the specified name.static CovarianceMethod[]CovarianceMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type CovarianceMethodModifier and TypeMethodDescriptionvoidCdmMetadata.setCovarianceMethod(CovarianceMethod covarianceMethod) Set the method name used to calculate covariance during OD.