net.geo
Class GeoLocation

java.lang.Object
  extended by net.geo.GeoLocation

public class GeoLocation
extends java.lang.Object


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

Constructor Detail

GeoLocation

public GeoLocation()

GeoLocation

public GeoLocation(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)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object