Uses of Class
org.orekit.files.ccsds.ndm.odm.omm.OmmTle
-
Packages that use OmmTle Package Description org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message. -
-
Uses of OmmTle in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm that return OmmTle Modifier and Type Method Description OmmTle
OmmData. getTLEBlock()
Get the TLE logical block.Methods in org.orekit.files.ccsds.ndm.odm.omm with parameters of type OmmTle Modifier and Type Method Description boolean
OmmTleKey. process(ParseToken token, ContextBinding context, OmmTle container)
Process one token.Constructors in org.orekit.files.ccsds.ndm.odm.omm with parameters of type OmmTle Constructor Description OmmData(KeplerianElements keplerianElementsBlock, SpacecraftParameters spacecraftParameters, OmmTle tleBlock, CartesianCovariance covarianceBlock, UserDefined userDefinedBlock, double mass)
Simple constructor.
-