Uses of Class
org.orekit.files.ccsds.ndm.tdm.RangeMode
-
Packages that use RangeMode Package Description org.orekit.files.ccsds.ndm.tdm 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 RangeMode Modifier and Type Method Description RangeModeTdmMetadata. getRangeMode()Getter for the rangeMode.static RangeModeRangeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeMode[]RangeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type RangeMode Modifier and Type Method Description voidTdmMetadata. setRangeMode(RangeMode rangeMode)Setter for the rangeMode.
-