Package org.orekit.orbits
Class EquinoctialOrbitFactory
- All Implemented Interfaces:
Cloneable,OrbitalParameterFactory<EquinoctialOrbit>
Factory for circular orbits.
- Since:
- 14.0
-
Constructor Summary
ConstructorsConstructorDescriptionEquinoctialOrbitFactory(EquinoctialOrbit template, double positionScale, PositionAngleType positionAngleType) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionCreate orbital parameters from current drivers values.Methods inherited from class org.orekit.orbits.AbstractOrbitFactory
getJacobianWrtCartesian, getJacobianWrtParameters, toArrayMethods inherited from class org.orekit.orbits.AbstractOrbitalParameterFactory
clone, getDate, getFrame, getMu, getNonKeplerianParametersDrivers, getOrbitalParametersDrivers, getOrbitType, getPositionAngleType, reset, setDate, setFrame, setMu, setPositionAngleType
-
Constructor Details
-
EquinoctialOrbitFactory
public EquinoctialOrbitFactory(EquinoctialOrbit template, double positionScale, PositionAngleType positionAngleType) Simple constructor.- Parameters:
template- template orbitpositionScale- position scale used to scale the orbital driverspositionAngleType- position angle type to use
-
-
Method Details
-
createFromDrivers
Create orbital parameters from current drivers values.- Returns:
- created orbital parameters
-