|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjwo.landserf.process.gps.AngleDegrees
Used to represent an angular coordinate in degrees, usually for global lat,lng position.
Constructor Summary | |
AngleDegrees(double angle)
Initialises object with a given angle in degrees. |
Method Summary | |
double |
getAngle()
Reports his angle in degrees. |
int |
getDegrees()
Reports the whole degrees part of this angle. |
double |
getMinutes()
Reports the minutes part of this angle. |
AngleRadians |
toRadians()
Reports this angle in radians. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AngleDegrees(double angle)
angle
- Angle in degrees.Method Detail |
public double getAngle()
public int getDegrees()
public AngleRadians toRadians()
public double getMinutes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |