Uses of Class
org.orekit.files.ilrs.CPFHeader
Packages that use CPFHeader
Package
Description
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 CPFHeaderMethods in org.orekit.files.ilrs with parameters of type CPFHeaderModifier and TypeMethodDescriptionabstract voidStreamingCpfWriter.HeaderLineWriter.write(CPFHeader cpfHeader, Appendable cpfWriter, TimeScale timescale) Write a line.Constructors in org.orekit.files.ilrs with parameters of type CPFHeaderModifierConstructorDescriptionConstructor.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.