Uses of Class
org.orekit.files.ilrs.CRD.CRDDataBlock
-
Packages that use CRD.CRDDataBlock Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CRD.CRDDataBlock in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return types with arguments of type CRD.CRDDataBlock Modifier and Type Method Description List<CRD.CRDDataBlock>
CRD. getDataBlocks()
Get the data blocks contain in the file.Methods in org.orekit.files.ilrs with parameters of type CRD.CRDDataBlock Modifier and Type Method Description void
CRD. addDataBlock(CRD.CRDDataBlock dataBlock)
Add a data block to the current list of data blocks.
-