Uses of Class
org.orekit.files.ccsds.ndm.odm.StateVector
-
Packages that use StateVector Package Description org.orekit.files.ccsds.ndm.odm This package contains class managing CCSDS Orbit Data Message.org.orekit.files.ccsds.ndm.odm.opm This package contains class managing CCSDS Orbit Parameter Message. -
-
Uses of StateVector in org.orekit.files.ccsds.ndm.odm
Methods in org.orekit.files.ccsds.ndm.odm with parameters of type StateVector Modifier and Type Method Description boolean
StateVectorKey. process(ParseToken token, ContextBinding context, StateVector container)
Process one token.Constructors in org.orekit.files.ccsds.ndm.odm with parameters of type StateVector Constructor Description StateVectorWriter(String xmlTag, String kvnTag, StateVector stateVector, TimeConverter timeConverter)
Create a writer. -
Uses of StateVector in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return StateVector Modifier and Type Method Description StateVector
OpmData. getStateVectorBlock()
Get the state vector logical block.Constructors in org.orekit.files.ccsds.ndm.odm.opm with parameters of type StateVector Constructor Description OpmData(StateVector stateVectorBlock, KeplerianElements keplerianElementsBlock, SpacecraftParameters spacecraftParametersBlock, CartesianCovariance covarianceBlock, List<Maneuver> maneuverBlocks, UserDefined userDefinedBlock, double mass)
Simple constructor.
-