Package | Description |
---|---|
org.orekit.files.ccsds.ndm.odm |
This package contains class managing CCSDS Orbit Data 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CommonMetadataKey.process(ParseToken token,
ContextBinding context,
OdmCommonMetadata container)
Process one token.
|
Constructor and Description |
---|
CommonMetadataWriter(OdmCommonMetadata metadata,
TimeConverter timeConverter)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
OemMetadata
Metadata for Orbit Ephemeris Messages.
|
Modifier and Type | Class and Description |
---|---|
class |
OmmMetadata
Metadata for Orbit Mean Messages.
|
Modifier and Type | Method and Description |
---|---|
OdmCommonMetadata |
Opm.getMetadata()
Get the file metadata.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OpmWriter.writeSegmentContent(Generator generator,
double formatVersion,
Segment<OdmCommonMetadata,OpmData> segment)
Write one segment content (without XML wrapping).
|
Constructor and Description |
---|
Opm(OdmHeader header,
List<Segment<OdmCommonMetadata,OpmData>> segments,
IERSConventions conventions,
DataContext dataContext,
double mu)
Simple constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.