Serialized Form


Package org.minetti.astrodevice.server.hibernate.object

Class org.minetti.astrodevice.server.hibernate.object.CelestialLimitPointImpl extends Object implements Serializable

serialVersionUID: -7005400402941378347L

Serialized Fields

id

Long id
Identifier given to point of the celestial limit.


order

int order
Order of point in the celestial limit.


embeddedAzimuth

EmbeddedDecimalCoordinate embeddedAzimuth
Azimuth A of the celestial position in degrees (°).


embeddedAltitude

EmbeddedDecimalCoordinate embeddedAltitude
Altitude a of the celestial position in degrees (°).

Class org.minetti.astrodevice.server.hibernate.object.DeviceSpecificationImpl extends Object implements Serializable

serialVersionUID: -7709095111542974139L

Serialized Fields

id

Long id
Identifier given to device.


name

String name
Name given to device.


pluginClassName

String pluginClassName
Class name of plug-in related to device.


bus

String bus
Bus name where the device is connected (never NULL).


productId

String productId
Unique identifier identifying the device product (never NULL).


productDescription

String productDescription
Product description of device (never NULL).


productVersion

String productVersion
Product version of device (can be NULL).


serialNumber

String serialNumber
Serial number of device or other data identifying the devices of the same product (can be NULL).


properties

HashMap<K,V> properties
Map containing all properties of the device (never NULL).


signature

org.minetti.astrodevice.common.device.DeviceSignature signature
Signature used for recognize the device.

Class org.minetti.astrodevice.server.hibernate.object.ObservingSiteImpl extends Object implements Serializable

serialVersionUID: 8737783233977803826L

Serialized Fields

id

Long id
Identifier given to observing site.


name

String name
Name given to observing site.


embeddedLatitude

EmbeddedSexagesimalCoordinate embeddedLatitude
Latitude φ of the geographic position in degrees (°).


embeddedLongitude

EmbeddedSexagesimalCoordinate embeddedLongitude
Longitude λ of the geographic position in degrees (°).


elevation

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


celestialLimitPointSet

SortedSet<E> celestialLimitPointSet
All points of the celestial limit used to delimit the visible portion of the sky.


celestialLimitAlgorithm

CelestialLimitAlgorithm celestialLimitAlgorithm
Algorithm that determine how use the points list to calculate the celestial limits.


Package org.minetti.astrodevice.server.hibernate.object.embedded

Class org.minetti.astrodevice.server.hibernate.object.embedded.EmbeddedDecimalCoordinate extends Object implements Serializable

serialVersionUID: -6494669290341787706L

Serialized Fields

value

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

Class org.minetti.astrodevice.server.hibernate.object.embedded.EmbeddedSexagesimalCoordinate extends Object implements Serializable

serialVersionUID: 5380898268847795274L

Serialized Fields

angle

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


minutes

int minutes
Minutes part of coordinate (′).


seconds

double seconds
Seconds part of coordinate (″).



Copyright © 2012 astroDevice. All Rights Reserved.