|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.robots.util.gps.GPSPosition kaos.robots.util.gps.GPSPose
public class GPSPose
Constructor Summary | |
---|---|
GPSPose(Degrees Lat,
Degrees Lon)
|
|
GPSPose(double Lat,
double Lon)
|
Method Summary | |
---|---|
double |
getCourse()
|
void |
setCourse(double course)
|
java.lang.String |
toString()
|
Methods inherited from class kaos.robots.util.gps.GPSPosition |
---|
getLatitude, getLongitude, setLatitude, setLongitude |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GPSPose(double Lat, double Lon)
public GPSPose(Degrees Lat, Degrees Lon)
Method Detail |
---|
public void setCourse(double course)
public double getCourse()
public java.lang.String toString()
toString
in class GPSPosition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |