|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectedObservingSiteOrbProcess
ORB process on selected observing site.
| Method Summary | |
|---|---|
short |
getElevation(Locale locale)
Returns the elevation above mean sea level of the selected observing site. |
Long |
getId(Locale locale)
Returns the identifier of selected observing site. |
Coordinate |
getLatitude(Locale locale)
Returns the latitude φ of the selected observing site. |
Coordinate |
getLongitude(Locale locale)
Returns the longitude λ of the selected observing site. |
String |
getName(Locale locale)
Returns the name given to selected observing site. |
void |
select(Locale locale,
long id)
Selects an observing site. |
TimeSynchronization |
synchronizeSiderealTime(Locale locale,
long clientTransmitTime)
Synchronizes the local apparent sidereal time at selected observing site. |
EquatorialCoordinates |
toEquatorialCoordinates(Locale locale,
HorizontalCoordinates horizontalCoordinates)
Converts horizontal coordinates at the selected observing site in equatorial coordinates. |
HorizontalCoordinates |
toHorizontalCoordinates(Locale locale,
EquatorialCoordinates equatorialCoordinates)
Converts an equatorial coordinates in horizontal coordinates at the selected observing site. |
| Method Detail |
|---|
void select(Locale locale,
long id)
throws RemoteException
locale - Locale for select messages in the language of user.id - Identifier of observing site.
RemoteException - Exception if an error occurred.
Long getId(Locale locale)
throws RemoteException
locale - Locale for select messages in the language of user.
RemoteException - Exception if an error occurred.
String getName(Locale locale)
throws RemoteException
locale - Locale for select messages in the language of user.
RemoteException - Exception if an error occurred.
Coordinate getLatitude(Locale locale)
throws RemoteException
locale - Locale for select messages in the language of user.
RemoteException - Exception if an error occurred.
Coordinate getLongitude(Locale locale)
throws RemoteException
locale - Locale for select messages in the language of user.
RemoteException - Exception if an error occurred.
short getElevation(Locale locale)
throws RemoteException
locale - Locale for select messages in the language of user.
RemoteException - Exception if an error occurred.
TimeSynchronization synchronizeSiderealTime(Locale locale,
long clientTransmitTime)
throws RemoteException
locale - Locale for select messages in the language of user.clientTransmitTime - Transmission sidereal time of the request by the client.
RemoteException - Exception if an error occurred.
HorizontalCoordinates toHorizontalCoordinates(Locale locale,
EquatorialCoordinates equatorialCoordinates)
throws RemoteException
locale - Locale for select messages in the language of user.equatorialCoordinates - Equatorial coordinates to convert.
RemoteException - Exception if an error occurred.
EquatorialCoordinates toEquatorialCoordinates(Locale locale,
HorizontalCoordinates horizontalCoordinates)
throws RemoteException
locale - Locale for select messages in the language of user.horizontalCoordinates - Horizontal coordinates at the selected observing site.
RemoteException - Exception if an error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||