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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
YesNoUnknown |
CdmMetadata.getEarthTides()
Get Enum YesNoUnknown that indicates if Earth and ocean tides are taken into account or not.
|
YesNoUnknown |
CdmMetadata.getIntrackThrust()
Get Enum YesNoUnknown that indicates if intrack thrust modeling was into account or not.
|
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.
|
YesNoUnknown |
CdmMetadata.getSolarRadiationPressure()
Get Enum YesNoUnknown that indicates if Solar Radiation Pressure is taken into account or not.
|
Modifier and Type | Method and Description |
---|---|
void |
CdmMetadata.setEarthTides(YesNoUnknown EarthTides)
Set Enum YesNoUnknown that indicates if Earth and ocean tides are taken into account or not.
|
void |
CdmMetadata.setIntrackThrust(YesNoUnknown IntrackThrustModeled)
Set boolean that indicates if intrack thrust modeling was into account or not.
|
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.
|
void |
CdmMetadata.setSolarRadiationPressure(YesNoUnknown isSolRadPressure)
Set Enum that indicates if Solar Radiation Pressure is taken into account or not.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.