Class KeplerianOrbitFactory

All Implemented Interfaces:
Cloneable, OrbitalParameterFactory<KeplerianOrbit>

public class KeplerianOrbitFactory extends AbstractOrbitFactory<KeplerianOrbit>
Factory for Keplerian orbits.
Since:
14.0
  • Constructor Details

    • KeplerianOrbitFactory

      public KeplerianOrbitFactory(KeplerianOrbit template, double positionScale, PositionAngleType positionAngleType)
      Simple constructor.
      Parameters:
      template - template orbit
      positionScale - position scale used to scale the orbital drivers
      positionAngleType - position angle type to use
  • Method Details

    • createFromDrivers

      public KeplerianOrbit createFromDrivers()
      Create orbital parameters from current drivers values.
      Returns:
      created orbital parameters