Uses of Class
org.orekit.files.ccsds.ndm.cdm.AltCovarianceType
-
Packages that use AltCovarianceType Package Description org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message. -
-
Uses of AltCovarianceType in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return AltCovarianceType Modifier and Type Method Description AltCovarianceType
CdmMetadata. getAltCovType()
Get the flag indicating the type of alternate covariance information provided.static AltCovarianceType
AltCovarianceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AltCovarianceType[]
AltCovarianceType. 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 AltCovarianceType Modifier and Type Method Description void
CdmMetadata. setAltCovType(AltCovarianceType altCovType)
Set the flag indicating the type of alternate covariance information provided.
-