Package gaiasky.util.gaia
Class GaiaAttitudeServer
java.lang.Object
gaiasky.util.gaia.GaiaAttitudeServer
- All Implemented Interfaces:
OrientationServer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttitude
(Instant date) Returns the NSL37 attitude for the given date.boolean
updateOrientation
(Instant instant) updateOrientation
(Date date)
-
Constructor Details
-
GaiaAttitudeServer
-
-
Method Details
-
updateOrientation
- Specified by:
updateOrientation
in interfaceOrientationServer
-
updateOrientation
- Specified by:
updateOrientation
in interfaceOrientationServer
-
getCurrentOrientation
- Specified by:
getCurrentOrientation
in interfaceOrientationServer
-
hasOrientation
public boolean hasOrientation()- Specified by:
hasOrientation
in interfaceOrientationServer
-
getAttitude
Returns the NSL37 attitude for the given date.- Parameters:
date
- The date- Returns:
- The attitude
-
getCurrentAttitudeName
-