Uses of Class
org.orekit.files.ccsds.ndm.ParserBuilder
-
Packages that use ParserBuilder Package Description org.orekit.files.ccsds.ndm 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 ParserBuilder Modifier and Type Method Description protected ParserBuilderParserBuilder. create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter)Build an instance.ParserBuilderParserBuilder. withDefaultInterpolationDegree(int newDefaultInterpolationDegree)Set up the default interpolation degree.ParserBuilderParserBuilder. withDefaultMass(double newDefaultMass)Set up the default mass.ParserBuilderParserBuilder. withFilter(Function<ParseToken,List<ParseToken>> filter)Add a filter for parsed tokens.ParserBuilderParserBuilder. withMu(double newMu)Set up the gravitational coefficient.ParserBuilderParserBuilder. withParsedUnitsBehavior(ParsedUnitsBehavior newParsedUnitsBehavior)Set up the behavior to adopt for handling parsed units.ParserBuilderParserBuilder. withSimpleEOP(boolean newSimpleEOP)Set up flag for ignoring tidal effects when interpolating EOP.Constructors in org.orekit.files.ccsds.ndm with parameters of type ParserBuilder Constructor Description NdmParser(ParserBuilder builder, Function<ParseToken,List<ParseToken>>[] filters)Simple constructor.
-