Uses of Enum Class
org.orekit.files.ccsds.ndm.tdm.TrackingMode
Packages that use TrackingMode
Package
Description
This package contains class managing CCSDS Tracking Data Message.
-
Uses of TrackingMode in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm that return TrackingModeModifier and TypeMethodDescriptionTdmMetadata.getMode()Getter for the mode.static TrackingModeReturns the enum constant of this class with the specified name.static TrackingMode[]TrackingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type TrackingModeModifier and TypeMethodDescriptionvoidTdmMetadata.setMode(TrackingMode mode) Setter for the mode.