Uses of Class
org.orekit.files.ilrs.CPFHeader
-
Packages that use CPFHeader Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CPFHeader in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return CPFHeader Modifier and Type Method Description CPFHeader
CPF. getHeader()
Get the CPF file header.Methods in org.orekit.files.ilrs with parameters of type CPFHeader Modifier and Type Method Description abstract void
StreamingCpfWriter.HeaderLineWriter. write(CPFHeader cpfHeader, Appendable cpfWriter, TimeScale timescale)
Write a line.Constructors in org.orekit.files.ilrs with parameters of type CPFHeader Constructor Description CPFWriter(CPFHeader header, TimeScale timescale)
Constructor.CPFWriter(CPFHeader header, TimeScale timescale, boolean velocityFlag)
Constructor.StreamingCpfWriter(Appendable writer, TimeScale timeScale, CPFHeader header)
Create a CPF writer than streams data to the given output stream.StreamingCpfWriter(Appendable writer, TimeScale timeScale, CPFHeader header, boolean velocityFlag)
Create a CPF writer than streams data to the given output stream.
-