Uses of Class
org.orekit.orbits.CartesianOrbit
-
Packages that use CartesianOrbit Package Description org.orekit.estimation.iod This package provides initial orbit determination methods.org.orekit.files.ccsds.ndm.odm.opm This package contains class managing CCSDS Orbit Parameter Message.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation.analytical Top level package for analytical propagators. -
-
Uses of CartesianOrbit in org.orekit.estimation.iod
Methods in org.orekit.estimation.iod that return CartesianOrbit Modifier and Type Method Description CartesianOrbit
IodLaplace. estimate(Frame frame, PVCoordinates obsPva, AngularRaDec raDec1, AngularRaDec raDec2, AngularRaDec raDec3)
Estimate the orbit from three angular observations at the same location.CartesianOrbit
IodLaplace. estimate(Frame frame, PVCoordinates obsPva, AbsoluteDate obsDate1, Vector3D los1, AbsoluteDate obsDate2, Vector3D los2, AbsoluteDate obsDate3, Vector3D los3)
Estimate orbit from three line of sight angles from the same location. -
Uses of CartesianOrbit in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return CartesianOrbit Modifier and Type Method Description CartesianOrbit
Opm. generateCartesianOrbit()
Generate a Cartesian orbit. -
Uses of CartesianOrbit in org.orekit.orbits
Methods in org.orekit.orbits that return CartesianOrbit Modifier and Type Method Description CartesianOrbit
CartesianOrbit. interpolate(AbsoluteDate date, Stream<Orbit> sample)
Get an interpolated instance.CartesianOrbit
CartesianOrbit. shiftedBy(double dt)
Get a time-shifted orbit.CartesianOrbit
FieldCartesianOrbit. toOrbit()
-
Uses of CartesianOrbit in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return CartesianOrbit Modifier and Type Method Description CartesianOrbit
EcksteinHechlerPropagator. propagateOrbit(AbsoluteDate date)
Extrapolate an orbit up to a specific target date.
-