Package gaiasky.util.gaia
Class GaiaAttitudeServer
java.lang.Object
gaiasky.util.gaia.GaiaAttitudeServer
- All Implemented Interfaces:
IAttitudeServer
Provides caching of the last Nsl37 attitude requested. This allows for
calculating the attitude only once in each time step and using it in several
points in the processing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttitude
(Date date) Returns the NSL37 attitude for the given date.
-
Constructor Details
-
GaiaAttitudeServer
-
-
Method Details
-
getAttitude
Returns the NSL37 attitude for the given date.- Specified by:
getAttitude
in interfaceIAttitudeServer
- Parameters:
date
- The date- Returns:
- The attitude
-
getCurrentAttitudeName
-