Serialized Form


Package org.minetti.astrodevice.common.coordinate

Class org.minetti.astrodevice.common.coordinate.DecimalCoordinate extends Object implements Serializable

serialVersionUID: -5428596777501712072L

Serialized Fields

hourAngle

boolean hourAngle
TRUE if the coordinate is an hour angle and therefore expressed in hours (not in degrees).


value

double value
Full value of the coordinate in hours (h) or degrees (°).

Class org.minetti.astrodevice.common.coordinate.RadianCoordinate extends Object implements Serializable

serialVersionUID: 8343161709206866177L

Serialized Fields

hourAngle

boolean hourAngle
TRUE if the coordinate is an hour angle and therefore expressed in hours (not in degrees).


radian

double radian
Full value of the coordinate in radian (rad).

Class org.minetti.astrodevice.common.coordinate.SexagesimalCoordinate extends Object implements Serializable

serialVersionUID: 4224700325411136495L

Serialized Fields

hourAngle

boolean hourAngle
TRUE if the coordinate is an hour angle and therefore expressed in hours (not in degrees).


angle

int angle
Angle part of coordinate in hours (h) or degrees (°).


minutes

int minutes
Minutes part of coordinate (′).


seconds

double seconds
Seconds part of coordinate (″).


Package org.minetti.astrodevice.common.coordinate.system

Class org.minetti.astrodevice.common.coordinate.system.EquatorialCoordinates extends Object implements Serializable

serialVersionUID: -2919778185708059307L

Serialized Fields

rightAscension

Coordinate rightAscension
Right ascension α of the celestial position in hours (h).


declination

Coordinate declination
Declination δ of the celestial position in degrees (°).

Class org.minetti.astrodevice.common.coordinate.system.GeographicCoordinates extends Object implements Serializable

serialVersionUID: 5791659140021579002L

Class org.minetti.astrodevice.common.coordinate.system.HorizontalCoordinates extends Object implements Serializable

serialVersionUID: -8338995371865578516L

Serialized Fields

azimuth

Coordinate azimuth
Azimuth A of the celestial position in degrees (°).


altitude

Coordinate altitude
Altitude a of the celestial position in degrees (°).


Package org.minetti.astrodevice.common.device

Class org.minetti.astrodevice.common.device.DeviceNode extends Object implements Serializable

serialVersionUID: 3337524478047193542L

Serialized Fields

parent

DeviceNode parent
Parent node.


name

String name
Node name.


signature

DeviceSignature signature
Signature used for recognize the device.


children

Collection<E> children
Child nodes.


Package org.minetti.astrodevice.common.object

Class org.minetti.astrodevice.common.object.HorizonLimits extends Object implements Serializable

serialVersionUID: -1143928906797783157L

Serialized Fields

coordinatesList

SortedSet<E> coordinatesList
List of horizontal coordinates forming the limits of horizon. This list is sorted by azimuth A, and begins and ends by the northern.

Class org.minetti.astrodevice.common.object.ObservingSite extends GeographicCoordinates implements Serializable

serialVersionUID: 8346071629728249789L

Serialized Fields

name

String name
Name given to observing site.


latitude

Coordinate latitude
Latitude φ of the geographic position in degrees (°).


longitude

Coordinate longitude
Longitude λ of the geographic position in degrees (°).


elevation

short elevation
Elevation of the geographic position in meters (m).


horizonLimits

HorizonLimits horizonLimits
Limits of horizon for the observing site (never NULL).

Class org.minetti.astrodevice.common.object.TimeSynchronization extends Object implements Serializable

serialVersionUID: 7217867618743642308L

Serialized Fields

originateTime

long originateTime
Start time of the request by the client (equivalent to the OT field of the NTP protocol).


receiveTime

long receiveTime
Receipt time of the request on the server (equivalent to the RT field of the NTP protocol).


transmitTime

long transmitTime
Transmission time of the response by the server (equivalent to the TT field of the NTP protocol).


Package org.minetti.astrodevice.common.orb.exception

Class org.minetti.astrodevice.common.orb.exception.IiopBusinessException extends IiopException implements Serializable

serialVersionUID: 4519883729693753935L

Class org.minetti.astrodevice.common.orb.exception.IiopException extends RemoteException implements Serializable

serialVersionUID: 2676815912146985703L

Serialized Fields

serverName

String serverName
Name given to astroDeviceServer instance.


hostname

String hostname
Hostname where astroDeviceServer is hosted.


userShortMessage

String userShortMessage
Short description to the user about the exception.


userLongMessage

String userLongMessage
Long description to the user about the exception.


userSolution

String userSolution
Message to the user for resolve the exception.

Class org.minetti.astrodevice.common.orb.exception.IiopTechnicalException extends IiopException implements Serializable

serialVersionUID: 5323164202495041739L



Copyright © 2012 astroDevice. All Rights Reserved.