|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--dk.itu.haas.GPS.PositionDegrees
Class used to store degrees, usually latitude or longitude.
| Field Summary | |
protected double |
value
|
| Constructor Summary | |
PositionDegrees(double v)
|
|
| Method Summary | |
PositionRadians |
convertToRadians()
Converts the degrees to Radians. |
int |
getDegrees()
Returns the degrees part of this object, when converted to coordinates. |
double |
getMinutes()
Returns the minutes part of this object, when converted to coordinates. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double value
| Constructor Detail |
public PositionDegrees(double v)
| Method Detail |
public int getDegrees()
public PositionRadians convertToRadians()
public double getMinutes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||