Package | Description |
---|---|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
Modifier and Type | Method and Description |
---|---|
OcmData |
Ocm.getData()
Get the data from the single
segment . |
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.