Uses of Record Class
org.orekit.orbits.FieldKeplerianParameters
Packages that use FieldKeplerianParameters
-
Uses of FieldKeplerianParameters in org.orekit.orbits
Methods in org.orekit.orbits that return FieldKeplerianParametersModifier and TypeMethodDescriptionFieldKeplerianOrbit.getKeplerianParameters()Method providing with the Keplerian elements, using the cached type for the anomaly.FieldKeplerianParametersConverter.toParameters(FieldPVCoordinates<T> cartesian, PositionAngleType positionAngleType) Convert Cartesian coordinates to Keplerian elements.FieldKeplerianParameters.withPositionAngleType(PositionAngleType angleType) Builds a new instance with the specified position angle type.Methods in org.orekit.orbits with parameters of type FieldKeplerianParametersModifier and TypeMethodDescriptionFieldKeplerianParametersConverter.toCartesian(FieldKeplerianParameters<T> elements) Convert Keplerian elements to Cartesian coordinates.Constructors in org.orekit.orbits with parameters of type FieldKeplerianParametersModifierConstructorDescriptionFieldKeplerianOrbit(FieldKeplerianParameters<T> elements, Frame frame, FieldAbsoluteDate<T> date, T mu) Creates a new instance.FieldKeplerianOrbit(FieldKeplerianParameters<T> elements, T aDot, T eDot, T iDot, T paDot, T raanDot, T anomalyDot, PositionAngleType cachedPositionAngleType, Frame frame, FieldAbsoluteDate<T> date, T mu) Creates a new instance.