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
Subclasses of CRD.RangeMeasurement in org.orekit.files.ilrs Modifier and Type Class Description static class
CRD.FrRangeMeasurement
Range record -- Full rate, Sampled Engineering/Quicklook.static class
CRD.NptRangeMeasurement
Range record -- Normal Point.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.double
CRD.CRDDataBlock. getWavelength(CRD.RangeMeasurement range)
Get the wavelength related to the given RangeMeasurement.
-