Uses of Class
org.orekit.files.ccsds.ndm.tdm.ObservationsBlock
-
Packages that use ObservationsBlock Package Description org.orekit.files.ccsds.ndm.tdm This package contains class managing CCSDS Tracking Data Message. -
-
Uses of ObservationsBlock in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type ObservationsBlock Modifier and Type Method Description boolean
ObservationType. process(ParseToken token, ContextBinding context, RangeUnitsConverter ruConverter, TdmMetadata metadata, ObservationsBlock observationsBlock)
Process an observation line.boolean
TdmDataKey. process(ParseToken token, ContextBinding context, ObservationsBlock observationsBlock)
Process one token.Method parameters in org.orekit.files.ccsds.ndm.tdm with type arguments of type ObservationsBlock Modifier and Type Method Description protected void
TdmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<TdmMetadata,ObservationsBlock> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.tdm with type arguments of type ObservationsBlock Constructor Description Tdm(TdmHeader header, List<Segment<TdmMetadata,ObservationsBlock>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.
-