Uses of Enum Class
org.orekit.files.ccsds.ndm.ParsedUnitsBehavior
Packages that use ParsedUnitsBehavior
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Attitude Data Message.
This package contains class managing CCSDS Attitude Comprehensive Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
This package contains class managing CCSDS Attitude Parameter Message.
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains class managing CCSDS Orbit Ephemeris Message.
This package contains class managing CCSDS Orbit Mean-Elements Message.
This package contains class managing CCSDS Orbit Parameter Message.
This package contains class managing CCSDS Tracking Data Message.
This package contains utilities shared by many CCSDS messages parsers/writers.
This package contains utilities for CCSDS messages lexical analysis.
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 ParsedUnitsBehaviorModifier and TypeMethodDescriptionParserBuilder.getParsedUnitsBehavior()Get the behavior to adopt for handling parsed units.static ParsedUnitsBehaviorReturns the enum constant of this class with the specified name.static ParsedUnitsBehavior[]ParsedUnitsBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm with parameters of type ParsedUnitsBehaviorModifier and TypeMethodDescriptionParserBuilder.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 ParsedUnitsBehaviorModifierConstructorDescriptionprotectedAdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 ParsedUnitsBehaviorModifierConstructorDescriptionAcmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 ParsedUnitsBehaviorModifierConstructorDescriptionAemParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, int defaultInterpolationDegree, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 ParsedUnitsBehaviorModifierConstructorDescriptionApmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.cdm
Constructors in org.orekit.files.ccsds.ndm.cdm with parameters of type ParsedUnitsBehaviorModifierConstructorDescriptionCdmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.odm
Constructors in org.orekit.files.ccsds.ndm.odm with parameters of type ParsedUnitsBehaviorModifierConstructorDescriptionprotectedOdmParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 ParsedUnitsBehaviorModifierConstructorDescriptionOcmParser(IERSConventions conventions, double equatorialRadius, double flattening, boolean simpleEOP, DataContext dataContext, double mu, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 ParsedUnitsBehaviorModifierConstructorDescriptionOemParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, int defaultInterpolationDegree, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 ParsedUnitsBehaviorModifierConstructorDescriptionOmmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, double defaultMass, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) 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 ParsedUnitsBehaviorModifierConstructorDescriptionOpmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, AbsoluteDate missionReferenceDate, double mu, double defaultMass, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.ndm.tdm
Constructors in org.orekit.files.ccsds.ndm.tdm with parameters of type ParsedUnitsBehaviorModifierConstructorDescriptionTdmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, RangeUnitsConverter converter, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) Complete constructor. -
Uses of ParsedUnitsBehavior in org.orekit.files.ccsds.utils
Methods in org.orekit.files.ccsds.utils that return ParsedUnitsBehaviorModifier and TypeMethodDescriptionContextBinding.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 ParsedUnitsBehaviorModifier and TypeMethodDescriptionbooleanParseToken.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 ParsedUnitsBehaviorModifier and TypeMethodDescriptionAbstractConstituentParser.getParsedUnitsBehavior()Get the behavior to adopt for handling parsed units.Constructors in org.orekit.files.ccsds.utils.parsing with parameters of type ParsedUnitsBehaviorModifierConstructorDescriptionprotectedAbstractConstituentParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters) Complete constructor.protectedAbstractConstituentParser(String root, String formatVersionKey, IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, Function<ParseToken, List<ParseToken>>[] filters, CcsdsFrameMapper frameMapper) Complete constructor.