com.axiomalaska.sos.data
Class Location
java.lang.Object
com.axiomalaska.sos.data.Location
public class Location
- extends java.lang.Object
The Location object that contains a Latitude and Longitude
- Author:
- Lance Finfrock
|
Constructor Summary |
Location(double latitude,
double longitude)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Location
public Location(double latitude,
double longitude)
getLatitude
public double getLatitude()
setLatitude
public void setLatitude(double latitude)
getLongitude
public double getLongitude()
setLongitude
public void setLongitude(double longitude)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012. All Rights Reserved.