Uses of Class
org.orekit.files.ccsds.ndm.tdm.Observation
-
Packages that use Observation Package Description org.orekit.files.ccsds.ndm.tdm This package contains class managing CCSDS Tracking Data Message. -
-
Uses of Observation in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm that return types with arguments of type Observation Modifier and Type Method Description List<Observation>
ObservationsBlock. getObservations()
Get the list of Observations data lines.Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type Observation Modifier and Type Method Description void
ObservationsBlock. addObservation(Observation observation)
Adds an observation data line.Method parameters in org.orekit.files.ccsds.ndm.tdm with type arguments of type Observation Modifier and Type Method Description void
ObservationsBlock. setObservations(List<Observation> observations)
Set the list of Observations Data Lines.
-