net.geo
Class GeoLocation
java.lang.Object
net.geo.GeoLocation
public class GeoLocation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GeoLocation
public GeoLocation()
GeoLocation
public GeoLocation(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