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,
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.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)
Simple constructor.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.