Package | Description |
---|---|
org.orekit.files.ccsds.ndm.cdm |
This package contains class managing CCSDS Conjunction Data Message.
|
org.orekit.files.ccsds.utils.lexical |
This package contains utilities for CCSDS messages lexical analysis.
|
Modifier and Type | Method and Description |
---|---|
static Maneuvrable |
Maneuvrable.getEnum(String keyValue)
Get the enum entry corresponding to the given String.
|
Maneuvrable |
CdmMetadata.getManeuverable()
Get the ability of object to maneuver or not.
|
static Maneuvrable |
Maneuvrable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Maneuvrable[] |
Maneuvrable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CdmMetadata.setManeuverable(Maneuvrable maneuverable)
Set the object maneuver ability.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseToken.ManeuvrableConsumer.accept(Maneuvrable value)
Consume a Maneuvrable.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.