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