Class OrbitInterpolationRequestImpl
- java.lang.Object
-
- cern.accsoft.steering.jmad.tools.interpolate.OrbitInterpolationRequestImpl
-
- All Implemented Interfaces:
OrbitInterpolationRequest
public class OrbitInterpolationRequestImpl extends java.lang.Object implements OrbitInterpolationRequest
A request for orbit interpolation. Simple implementation only taking the desired orbit object as constructor argument.
-
-
Constructor Summary
Constructors Constructor Description OrbitInterpolationRequestImpl(Orbit orbit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Orbit
getOrbit()
-
-
-
Constructor Detail
-
OrbitInterpolationRequestImpl
public OrbitInterpolationRequestImpl(Orbit orbit)
-
-
Method Detail
-
getOrbit
public Orbit getOrbit()
- Specified by:
getOrbit
in interfaceOrbitInterpolationRequest
- Returns:
- the orbit to interpolate
-
-