Uses of Class
org.orekit.files.ccsds.TDMFile.ObservationsBlock
-
Packages that use TDMFile.ObservationsBlock Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of TDMFile.ObservationsBlock in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return types with arguments of type TDMFile.ObservationsBlock Modifier and Type Method Description List<TDMFile.ObservationsBlock>
TDMFile. getObservationsBlocks()
Get the list of observations blocks as an unmodifiable list.Method parameters in org.orekit.files.ccsds with type arguments of type TDMFile.ObservationsBlock Modifier and Type Method Description void
TDMFile. setObservationsBlocks(List<TDMFile.ObservationsBlock> observationsBlocks)
Set the list of Observations Blocks.
-