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,
CommonMetadata container)
Process one token.
|
Constructor and Description |
---|
CommonMetadataWriter(CommonMetadata 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 |
Modifier and Type | Method and Description |
---|---|
CommonMetadata |
Opm.getMetadata()
Get the file metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
OpmWriter.writeSegmentContent(Generator generator,
double formatVersion,
Segment<CommonMetadata,OpmData> segment)
Write one segment content (without XML wrapping).
|
Constructor and Description |
---|
Opm(Header header,
List<Segment<CommonMetadata,OpmData>> segments,
IERSConventions conventions,
DataContext dataContext,
double mu)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.