Uses of Enum Class
org.orekit.files.ccsds.ndm.tdm.RangeMode
Packages that use RangeMode
Package
Description
This package contains class managing CCSDS Tracking Data Message.
-
Uses of RangeMode in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm that return RangeModeModifier and TypeMethodDescriptionTdmMetadata.getRangeMode()Getter for the rangeMode.static RangeModeReturns the enum constant of this class with the specified name.static RangeMode[]RangeMode.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 RangeModeModifier and TypeMethodDescriptionvoidTdmMetadata.setRangeMode(RangeMode rangeMode) Setter for the rangeMode.