|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.minetti.astrodevice.common.coordinate.system.HorizontalCoordinates
public final class HorizontalCoordinates
Immutable object representing the horizontal coordinates of a celestial position.
Constructor Summary | |
---|---|
HorizontalCoordinates(Coordinate azimuth,
Coordinate altitude)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Coordinate |
getAltitude()
Returns the altitude a of the celestial position. |
Coordinate |
getAzimuth()
Returns the azimuth A of the celestial position. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HorizontalCoordinates(Coordinate azimuth, Coordinate altitude)
azimuth
- Azimuth A of the celestial position in degrees (°).altitude
- Altitude a of the celestial position in degrees (°).Method Detail |
---|
public Coordinate getAzimuth()
public Coordinate getAltitude()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |