Uses of Class
org.orekit.files.ccsds.ndm.cdm.CovarianceMethod
-
Packages that use CovarianceMethod Package Description org.orekit.files.ccsds.ndm.cdm 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 CovarianceMethod Modifier and Type Method Description CovarianceMethod
CdmMetadata. getCovarianceMethod()
Get the method name used to calculate covariance during OD.static CovarianceMethod
CovarianceMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static CovarianceMethod[]
CovarianceMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type CovarianceMethod Modifier and Type Method Description void
CdmMetadata. setCovarianceMethod(CovarianceMethod covarianceMethod)
Set the method name used to calculate covariance during OD.
-