Package | Description |
---|---|
org.orekit.files.ccsds.ndm |
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
|
Modifier and Type | Method and Description |
---|---|
protected ParserBuilder |
ParserBuilder.create(IERSConventions newConventions,
double newEquatorialRadius,
double newFlattening,
DataContext newDataContext,
AbsoluteDate newMissionReferenceDate,
RangeUnitsConverter newRangeUnitsConverter)
Build an instance.
|
ParserBuilder |
ParserBuilder.withDefaultInterpolationDegree(int newDefaultInterpolationDegree)
Set up the default interpolation degree.
|
ParserBuilder |
ParserBuilder.withDefaultMass(double newDefaultMass)
Set up the default mass.
|
ParserBuilder |
ParserBuilder.withFilter(Function<ParseToken,List<ParseToken>> filter)
Add a filter for parsed tokens.
|
ParserBuilder |
ParserBuilder.withMu(double newMu)
Set up the gravitational coefficient.
|
ParserBuilder |
ParserBuilder.withParsedUnitsBehavior(ParsedUnitsBehavior newParsedUnitsBehavior)
Set up the behavior to adopt for handling parsed units.
|
ParserBuilder |
ParserBuilder.withSimpleEOP(boolean newSimpleEOP)
Set up flag for ignoring tidal effects when interpolating EOP.
|
Constructor and Description |
---|
NdmParser(ParserBuilder builder,
Function<ParseToken,List<ParseToken>>[] filters)
Simple constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.