Uses of Class
org.orekit.files.ccsds.definitions.YesNoUnknown
-
Packages that use YesNoUnknown Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message. -
-
Uses of YesNoUnknown in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return YesNoUnknown Modifier and Type Method Description static YesNoUnknown
YesNoUnknown. valueOf(String name)
Returns the enum constant of this type with the specified name.static YesNoUnknown[]
YesNoUnknown. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of YesNoUnknown in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return YesNoUnknown Modifier and Type Method Description YesNoUnknown
CdmMetadata. getObsBeforeNextMessage()
Get the flag indicating whether new tracking observations are anticipated prior to the issue of the next CDM associated with the event specified by CONJUNCTION_ID.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type YesNoUnknown Modifier and Type Method Description void
CdmMetadata. setObsBeforeNextMessage(YesNoUnknown obsBeforeNextMessage)
Set the flag indicating whether new tracking observations are anticipated prior to the issue of the next CDM associated with the event specified by CONJUNCTION_ID.
-