Uses of Interface
org.orekit.files.sinex.LineParser
Packages that use LineParser
Package
Description
This package provides classes related to station data.
This package provides classes related to orbex file format.
-
Uses of LineParser in org.orekit.files.sinex
Classes in org.orekit.files.sinex that implement LineParserModifier and TypeClassDescriptionclassBlockParser<T extends ParseInfo<?>>Parser for SINEX block.classFooterParser<T extends ParseInfo<?>>Parser for footer line.classIgnoredBlockParser<T extends ParseInfo<?>>Parser for ignored SINEX block.classVersionParser<T extends ParseInfo<?>>Base class for version line.Methods in org.orekit.files.sinex that return LineParserModifier and TypeMethodDescriptionprotected abstract LineParser<P> AbstractSinexParser.firstLineParser()Get parser for the first line.protected LineParser<SinexBiasParseInfo> SinexBiasParser.firstLineParser()Get parser for the first line.protected LineParser<SinexParseInfo> SinexParser.firstLineParser()Get parser for the first line.Methods in org.orekit.files.sinex that return types with arguments of type LineParserModifier and TypeMethodDescriptionBlockParser.allowedNextParsers(T parseInfo) Get allowed next line parsers.FooterParser.allowedNextParsers(T parseInfo) Get allowed next line parsers.LineParser.allowedNextParsers(T parseInfo) Get allowed next line parsers.Method parameters in org.orekit.files.sinex with type arguments of type LineParserModifier and TypeMethodDescriptionvoidBlockParser.setSiblingParsers(List<LineParser<T>> siblingParsers) Set allowed parsers when leaving this block. -
Uses of LineParser in org.orekit.files.sinex.orbex
Classes in org.orekit.files.sinex.orbex that implement LineParserMethods in org.orekit.files.sinex.orbex that return LineParserModifier and TypeMethodDescriptionprotected LineParser<OrbexParseInfo> OrbexParser.firstLineParser()Get parser for the first line.Methods in org.orekit.files.sinex.orbex that return types with arguments of type LineParserModifier and TypeMethodDescriptionOrbexHeaderParser.allowedNextParsers(OrbexParseInfo parseInfo) Get allowed next line parsers.Constructor parameters in org.orekit.files.sinex.orbex with type arguments of type LineParserModifierConstructorDescriptionprotectedOrbexHeaderParser(List<LineParser<OrbexParseInfo>> topParsers) Simple constructor.