Uses of Class
org.orekit.files.ccsds.ndm.tdm.Observation
Packages that use Observation
Package
Description
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 ObservationModifier and TypeMethodDescriptionObservationsBlock.getObservations()Get the list of Observations data lines.Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type ObservationModifier and TypeMethodDescriptionvoidObservationsBlock.addObservation(Observation observation) Adds an observation data line.Method parameters in org.orekit.files.ccsds.ndm.tdm with type arguments of type ObservationModifier and TypeMethodDescriptionvoidObservationsBlock.setObservations(List<Observation> observations) Set the list of Observations Data Lines.