Interface OrbitInterpolationRequest
-
- All Known Implementing Classes:
OrbitInterpolationRequestImpl
public interface OrbitInterpolationRequest
This interface defines a request for an orbit interpolation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Orbit
getOrbit()
-
-
-
Method Detail
-
getOrbit
Orbit getOrbit()
- Returns:
- the orbit to interpolate
-
-