Uses of Class
org.orekit.files.ccsds.ndm.ParsedUnitsBehavior
-
Packages that use ParsedUnitsBehavior Package Description org.orekit.files.ccsds.ndm This package contains the base hierarchy for CCSDS ADM, ODM and TDM.org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message.org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message.org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris Message.org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message.org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message.org.orekit.files.ccsds.ndm.odm This package contains class managing CCSDS Orbit Data Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message.org.orekit.files.ccsds.ndm.odm.opm This package contains class managing CCSDS Orbit Parameter Message.org.orekit.files.ccsds.ndm.tdm This package contains class managing CCSDS Tracking Data Message.org.orekit.files.ccsds.utils This package contains utilities shared by many CCSDS messages parsers/writers.org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis.org.orekit.files.ccsds.utils.parsing This package contains classes related to the processing of parse tokens using the state design pattern. -
-
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return ParsedUnitsBehavior Modifier and Type Method Description ParsedUnitsBehaviorParserBuilder. getParsedUnitsBehavior()Get the behavior to adopt for handling parsed units.static ParsedUnitsBehaviorParsedUnitsBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static ParsedUnitsBehavior[]ParsedUnitsBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm with parameters of type ParsedUnitsBehavior Modifier and Type Method Description ParserBuilderParserBuilder. withParsedUnitsBehavior(ParsedUnitsBehavior newParsedUnitsBehavior)Set up the behavior to adopt for handling parsed units. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.adm
Constructors in org.orekit.files.ccsds.ndm.adm with parameters of type ParsedUnitsBehavior Constructor Description AdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.adm.acm
Constructors in org.orekit.files.ccsds.ndm.adm.acm with parameters of type ParsedUnitsBehavior Constructor Description AcmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.adm.aem
Constructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type ParsedUnitsBehavior Constructor Description AemParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, int defaultInterpolationDegree, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.adm.apm
Constructors in org.orekit.files.ccsds.ndm.adm.apm with parameters of type ParsedUnitsBehavior Constructor Description ApmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.cdm
Constructors in org.orekit.files.ccsds.ndm.cdm with parameters of type ParsedUnitsBehavior Constructor Description CdmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.odm
Constructors in org.orekit.files.ccsds.ndm.odm with parameters of type ParsedUnitsBehavior Constructor Description OdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.odm.ocm
Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type ParsedUnitsBehavior Constructor Description OcmParser(IERSConventions conventions, double equatorialRadius, double flattening, boolean simpleEOP, DataContext dataContext, double mu, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.odm.oem
Constructors in org.orekit.files.ccsds.ndm.odm.oem with parameters of type ParsedUnitsBehavior Constructor Description OemParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, int defaultInterpolationDegree, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.odm.omm
Constructors in org.orekit.files.ccsds.ndm.odm.omm with parameters of type ParsedUnitsBehavior Constructor Description OmmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, double defaultMass, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.odm.opm
Constructors in org.orekit.files.ccsds.ndm.odm.opm with parameters of type ParsedUnitsBehavior Constructor Description OpmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, double defaultMass, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.tdm
Constructors in org.orekit.files.ccsds.ndm.tdm with parameters of type ParsedUnitsBehavior Constructor Description TdmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, RangeUnitsConverter converter, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.utils
Methods in org.orekit.files.ccsds.utils that return ParsedUnitsBehavior Modifier and Type Method Description ParsedUnitsBehaviorContextBinding. getParsedUnitsBehavior()Get the behavior to adopt for handling parsed units. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ParsedUnitsBehavior Modifier and Type Method Description booleanParseToken. processAsDouble(Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoubleConsumer consumer)Process the content as a double.booleanParseToken. processAsDoubleArray(Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoubleArrayConsumer consumer)Process the content as an array of doubles.booleanParseToken. processAsDoublyIndexedDouble(int i, int j, Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoublyIndexedDoubleConsumer consumer)Process the content as a doubly-indexed double.booleanParseToken. processAsIndexedDouble(int i, Unit standard, ParsedUnitsBehavior behavior, ParseToken.IndexedDoubleConsumer consumer)Process the content as an indexed double.booleanParseToken. processAsIndexedDoubleArray(int index, Unit standard, ParsedUnitsBehavior behavior, ParseToken.IndexedDoubleArrayConsumer consumer)Process the content as an indexed double array.booleanParseToken. processAsLabeledDouble(char label, Unit standard, ParsedUnitsBehavior behavior, ParseToken.LabeledDoubleConsumer consumer)Process the content as a labeled double.booleanParseToken. processAsVector(Unit standard, ParsedUnitsBehavior behavior, ParseToken.VectorConsumer consumer)Process the content as a vector. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.utils.parsing
Methods in org.orekit.files.ccsds.utils.parsing that return ParsedUnitsBehavior Modifier and Type Method Description ParsedUnitsBehaviorAbstractConstituentParser. getParsedUnitsBehavior()Get the behavior to adopt for handling parsed units.Constructors in org.orekit.files.ccsds.utils.parsing with parameters of type ParsedUnitsBehavior Constructor Description AbstractConstituentParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken,List<ParseToken>>[] filters)Complete constructor.
-