Uses of Class
org.orekit.orbits.AbstractOrbitFactory
Packages that use AbstractOrbitFactory
Package
Description
This package provides classes to represent orbits.
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator.-
Uses of AbstractOrbitFactory in org.orekit.orbits
Subclasses of AbstractOrbitFactory in org.orekit.orbitsModifier and TypeClassDescriptionclassFactory for Cartesian orbits.classFactory for circular orbits.classFactory for circular orbits.classFactory for Keplerian orbits.Methods in org.orekit.orbits that return AbstractOrbitFactoryModifier and TypeMethodDescriptionCartesianOrbit.factory(PositionAngleType positionAngleType, double positionScale) Get a factory for the current orbit type.CircularOrbit.factory(PositionAngleType positionAngleType, double positionScale) Get a factory for the current orbit type.EquinoctialOrbit.factory(PositionAngleType positionAngleType, double positionScale) Get a factory for the current orbit type.KeplerianOrbit.factory(PositionAngleType positionAngleType, double positionScale) Get a factory for the current orbit type.abstract AbstractOrbitFactory<? extends Orbit> Orbit.factory(PositionAngleType positionAngleType, double positionScale) Get a factory for the current orbit type. -
Uses of AbstractOrbitFactory in org.orekit.propagation.conversion
Constructors in org.orekit.propagation.conversion with parameters of type AbstractOrbitFactoryModifierConstructorDescriptionBrouwerLyddanePropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, double referenceRadius, double mu, TideSystem tideSystem, double c20, double c30, double c40, double c50, double M2) Build a new instance.BrouwerLyddanePropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, UnnormalizedSphericalHarmonicsProvider provider, double M2) Build a new instance.BrouwerLyddanePropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, UnnormalizedSphericalHarmonicsProvider provider, AttitudeProvider attitudeProvider, double M2) Build a new instance.EcksteinHechlerPropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, double referenceRadius, double mu, TideSystem tideSystem, double c20, double c30, double c40, double c50, double c60) Build a new instance.EcksteinHechlerPropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, UnnormalizedSphericalHarmonicsProvider provider) Build a new instance.EcksteinHechlerPropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, UnnormalizedSphericalHarmonicsProvider provider, AttitudeProvider attitudeProvider) Build a new instance.NumericalPropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, ODEIntegratorBuilder builder) Build a new instance.NumericalPropagatorBuilder(AbstractOrbitFactory<? extends Orbit> factory, ODEIntegratorBuilder builder, AttitudeProvider attitudeProvider) Build a new instance.