Uses of Class
org.orekit.files.rinex.section.RinexComment
-
Packages that use RinexComment Package Description org.orekit.files.rinex This package is gathers sub-packages providing parsers/writers for various RINEX files.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files. -
-
Uses of RinexComment in org.orekit.files.rinex
Methods in org.orekit.files.rinex that return types with arguments of type RinexComment Modifier and Type Method Description List<RinexComment>
RinexFile. getComments()
Get an unmodifiable view of the comments.Methods in org.orekit.files.rinex with parameters of type RinexComment Modifier and Type Method Description void
RinexFile. addComment(RinexComment comment)
Add a comment. -
Uses of RinexComment in org.orekit.files.rinex.observation
Method parameters in org.orekit.files.rinex.observation with type arguments of type RinexComment Modifier and Type Method Description void
RinexObservationWriter. prepareComments(List<RinexComment> comments)
Prepare comments to be emitted at specified lines.
-