Uses of Class
org.orekit.files.rinex.section.RinexComment
Packages that use RinexComment
Package
Description
This package is gathers sub-packages providing parsers/writers for various RINEX files.
This package contains utilities shared by many RINEX parsers/writers.
-
Uses of RinexComment in org.orekit.files.rinex
Methods in org.orekit.files.rinex that return types with arguments of type RinexCommentModifier and TypeMethodDescriptionRinexFile.getComments()Get an unmodifiable view of the comments.Methods in org.orekit.files.rinex with parameters of type RinexComment -
Uses of RinexComment in org.orekit.files.rinex.utils
Method parameters in org.orekit.files.rinex.utils with type arguments of type RinexCommentModifier and TypeMethodDescriptionvoidBaseRinexWriter.prepareComments(List<RinexComment> comments) Prepare comments to be emitted at specified lines.