|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Coordinate
Immutable object representing a coordinate. This coordinate can be:
Method Summary | |
---|---|
int |
getAngle()
Returns the angle part of coordinate. |
int |
getMinutes()
Returns the minutes part of coordinate. |
double |
getRadian()
Returns the full value of the coordinate in radian. |
double |
getSeconds()
Returns the seconds part of coordinate. |
double |
getValue()
Returns the full value of the coordinate. |
boolean |
isHourAngle()
Returns TRUE if the coordinate is an hour angle and therefore expressed in hours (not in degrees). |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean isHourAngle()
TRUE
if the coordinate is an hour angle and therefore expressed in hours (not in degrees).
TRUE
if the coordinate is expressed in hours (not in degrees).double getRadian()
double getValue()
int getAngle()
int getMinutes()
double getSeconds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |