Uses of Class
org.orekit.files.ccsds.ndm.odm.KeplerianElements
Packages that use KeplerianElements
Package
Description
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Orbit Mean-Elements Message.
This package contains class managing CCSDS Orbit Parameter Message.
-
Uses of KeplerianElements in org.orekit.files.ccsds.ndm.odm
Methods in org.orekit.files.ccsds.ndm.odm with parameters of type KeplerianElementsModifier and TypeMethodDescriptionbooleanKeplerianElementsKey.process(ParseToken token, ContextBinding context, KeplerianElements container) Process one token. -
Uses of KeplerianElements in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm that return KeplerianElementsModifier and TypeMethodDescriptionOmmData.getKeplerianElementsBlock()Get the Keplerian elements logical block.Constructors in org.orekit.files.ccsds.ndm.odm.omm with parameters of type KeplerianElementsModifierConstructorDescriptionOmmData(KeplerianElements keplerianElementsBlock, SpacecraftParameters spacecraftParameters, OmmTle tleBlock, CartesianCovariance covarianceBlock, UserDefined userDefinedBlock, double mass) Simple constructor. -
Uses of KeplerianElements in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return KeplerianElementsModifier and TypeMethodDescriptionOpmData.getKeplerianElementsBlock()Get the Keplerian elements logical block.Constructors in org.orekit.files.ccsds.ndm.odm.opm with parameters of type KeplerianElementsModifierConstructorDescriptionOpmData(StateVector stateVectorBlock, KeplerianElements keplerianElementsBlock, SpacecraftParameters spacecraftParametersBlock, CartesianCovariance covarianceBlock, List<Maneuver> maneuverBlocks, UserDefined userDefinedBlock, double mass) Simple constructor.