Uses of Class
org.orekit.files.ilrs.CRD.RangeSupplement
-
Packages that use CRD.RangeSupplement Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CRD.RangeSupplement in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return types with arguments of type CRD.RangeSupplement Modifier and Type Method Description List<CRD.RangeSupplement>
CRD.CRDDataBlock. getRangeSupplementData()
Get the range supplement data for the data block.Methods in org.orekit.files.ilrs with parameters of type CRD.RangeSupplement Modifier and Type Method Description void
CRD.CRDDataBlock. addRangeSupplementData(CRD.RangeSupplement rangeSupplement)
Add an entry to the list of range supplement data.
-