Package | Description |
---|---|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
Modifier and Type | Method and Description |
---|---|
OcmMetadata |
Ocm.getMetadata()
Get the metadata from the single
segment . |
Modifier and Type | Method and Description |
---|---|
boolean |
OcmMetadataKey.process(ParseToken token,
ContextBinding context,
OcmMetadata container)
Process an token.
|
Modifier and Type | Method and Description |
---|---|
void |
OcmWriter.writeSegmentContent(Generator generator,
double formatVersion,
Segment<OcmMetadata,OcmData> segment)
Write one segment content (without XML wrapping).
|
Constructor and Description |
---|
Ocm(Header header,
List<Segment<OcmMetadata,OcmData>> segments,
IERSConventions conventions,
DataContext dataContext,
double mu)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.