org.minetti.astrodevice.common.object
Class HorizonLimits

java.lang.Object
  extended by org.minetti.astrodevice.common.object.HorizonLimits
All Implemented Interfaces:
Serializable

public final class HorizonLimits
extends Object
implements Serializable

Object representing a limits of horizon at observing site.

Author:
Jean-Philippe MINETTI
See Also:
Serialized Form

Nested Class Summary
protected  class HorizonLimits.CoordinatesComparator
          Comparator for horizontal coordinates sorting.
 
Constructor Summary
HorizonLimits()
          Constructor.
 
Method Summary
 SortedSet<HorizontalCoordinates> getCoordinatesList()
          Returns the list of horizontale coordinates forming the limits of horizon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorizonLimits

public HorizonLimits()
Constructor.

Method Detail

getCoordinatesList

public SortedSet<HorizontalCoordinates> getCoordinatesList()
Returns the list of horizontale coordinates forming the limits of horizon. This list is sorted by azimuth A, and begins and ends by the northern.

Returns:
Sorted list of horizontale coordinates.


Copyright © 2012 astroDevice. All Rights Reserved.