Uses of Class
org.orekit.files.ccsds.ndm.cdm.Maneuvrable
-
Packages that use Maneuvrable 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. -
-
Uses of Maneuvrable in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return Maneuvrable Modifier and Type Method Description static ManeuvrableManeuvrable. getEnum(String keyValue)Get the enum entry corresponding to the given String.ManeuvrableCdmMetadata. getManeuverable()Get the ability of object to maneuver or not.static ManeuvrableManeuvrable. 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.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type Maneuvrable Modifier and Type Method Description voidCdmMetadata. setManeuverable(Maneuvrable maneuverable)Set the object maneuver ability. -
Uses of Maneuvrable in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type Maneuvrable Modifier and Type Method Description voidParseToken.ManeuvrableConsumer. accept(Maneuvrable value)Consume a Maneuvrable.
-