com.axiomalaska.sos.data
Class Location

java.lang.Object
  extended by 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)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

public Location(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


Copyright © 2012. All Rights Reserved.