Uses of Class
org.orekit.files.ccsds.ndm.ParserBuilder
Packages that use ParserBuilder
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
-
Uses of ParserBuilder in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return ParserBuilderModifier and TypeMethodDescriptionprotected ParserBuilderParserBuilder.create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter) Build an instance.ParserBuilder.withDefaultInterpolationDegree(int newDefaultInterpolationDegree) Set up the default interpolation degree.ParserBuilder.withDefaultMass(double newDefaultMass) Set up the default mass.ParserBuilder.withFilter(Function<ParseToken, List<ParseToken>> filter) Add a filter for parsed tokens.ParserBuilder.withFrameMapper(CcsdsFrameMapper newFrameMapper) Set the mapping between CCSDS NDM center and frame and aFrame.ParserBuilder.withMu(double newMu) Set up the gravitational coefficient.ParserBuilder.withParsedUnitsBehavior(ParsedUnitsBehavior newParsedUnitsBehavior) Set up the behavior to adopt for handling parsed units.ParserBuilder.withSimpleEOP(boolean newSimpleEOP) Set up flag for ignoring tidal effects when interpolating EOP.Constructors in org.orekit.files.ccsds.ndm with parameters of type ParserBuilderModifierConstructorDescriptionNdmParser(ParserBuilder builder, Function<ParseToken, List<ParseToken>>[] filters) Simple constructor.