Uses of Enum Class
org.orekit.files.ccsds.definitions.YesNoUnknown
Packages that use YesNoUnknown
Package
Description
This package contains definitions for CCSDS objects (frames, time systems...).
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 YesNoUnknownModifier and TypeMethodDescriptionstatic YesNoUnknownReturns the enum constant of this class with the specified name.static YesNoUnknown[]YesNoUnknown.values()Returns an array containing the constants of this enum class, 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 YesNoUnknownModifier and TypeMethodDescriptionCdmMetadata.getEarthTides()Get Enum YesNoUnknown that indicates if Earth and ocean tides are taken into account or not.CdmMetadata.getIntrackThrust()Get Enum YesNoUnknown that indicates if intrack thrust modeling was into account or not.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.CdmMetadata.getSolarRadiationPressure()Get Enum YesNoUnknown that indicates if Solar Radiation Pressure is taken into account or not.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type YesNoUnknownModifier and TypeMethodDescriptionvoidCdmMetadata.setEarthTides(YesNoUnknown EarthTides) Set Enum YesNoUnknown that indicates if Earth and ocean tides are taken into account or not.voidCdmMetadata.setIntrackThrust(YesNoUnknown IntrackThrustModeled) Set boolean that indicates if intrack thrust modeling was into account or not.voidCdmMetadata.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.voidCdmMetadata.setSolarRadiationPressure(YesNoUnknown isSolRadPressure) Set Enum that indicates if Solar Radiation Pressure is taken into account or not.