Package | Description |
---|---|
org.orekit.files.ilrs |
This package provides parsers for laser ranging data stored in CDR and CPF formats.
|
Modifier and Type | Method and Description |
---|---|
CPFHeader |
CPF.getHeader()
Get the CPF file header.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
StreamingCpfWriter.HeaderLineWriter.write(CPFHeader cpfHeader,
Appendable cpfWriter,
TimeScale timescale)
Write a line.
|
Constructor and Description |
---|
CPFWriter(CPFHeader header,
TimeScale timescale)
Constructor.
|
StreamingCpfWriter(Appendable writer,
TimeScale timeScale,
CPFHeader header)
Create a CPF writer than streams data to the given output stream.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.