Package | Description |
---|---|
org.orekit.files.ccsds.definitions |
This package contains definitions for CCSDS objects (frames, time systems...).
|
org.orekit.files.ccsds.ndm.odm |
This package contains class managing CCSDS Orbit Data Message.
|
org.orekit.files.ccsds.section |
This package contains class managing the sections in CCSDS Messages.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static TimeSystem |
TimeSystem.parse(String value)
Parse a value from a key=value entry.
|
static TimeSystem |
TimeSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSystem[] |
TimeSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OdmMetadata(TimeSystem defaultTimeSystem)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
TimeSystem |
Metadata.getTimeSystem()
Get the Time System that: for OPM, is used for metadata, state vector,
maneuver and covariance data, for OMM, is used for metadata, orbit state
and covariance data, for OEM, is used for metadata, ephemeris and
covariance data.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.setTimeSystem(TimeSystem timeSystem)
Set the Time System that: for OPM, is used for metadata, state vector,
maneuver and covariance data, for OMM, is used for metadata, orbit state
and covariance data, for OEM, is used for metadata, ephemeris and
covariance data.
|
Constructor and Description |
---|
Metadata(TimeSystem defaultTimeSystem)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
TimeSystem |
ContextBinding.getTimeSystem()
Get the time system.
|
Constructor and Description |
---|
ContextBinding(Supplier<IERSConventions> conventionsSupplier,
BooleanSupplier simpleEOPSupplier,
Supplier<DataContext> dataContextSupplier,
Supplier<ParsedUnitsBehavior> behaviorSupplier,
Supplier<AbsoluteDate> referenceDateSupplier,
Supplier<TimeSystem> timeSystemSupplier,
DoubleSupplier clockCountSupplier,
DoubleSupplier clockRateSupplier)
Create a new context.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseToken.TimeSystemConsumer.accept(TimeSystem value)
Consume a time system.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.