org.minetti.astrodevice.common.object
Class HorizonLimits
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HorizonLimits
public HorizonLimits()
- Constructor.
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.