jaron.gps
Class Waypoint

java.lang.Object
  extended by jaron.gps.Waypoint

public class Waypoint
extends java.lang.Object

The Waypoint class provides a container for a latitude and an a longitude decimal value.

Since:
1.1
Version:
1.2
Author:
jarontec gmail com

Constructor Summary
Waypoint(double latitude, double longitude)
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 void setLatitude(double latitude)
           
 void setLongitude(double longitude)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Waypoint

public Waypoint(double latitude,
                double longitude)
Method Detail

getLatitude

public double getLatitude()

setLatitude

public void setLatitude(double latitude)

getLongitude

public double getLongitude()

setLongitude

public void setLongitude(double longitude)