hr.tis.mgw.client.location
Class Location

java.lang.Object
  extended byhr.tis.mgw.client.location.Location
All Implemented Interfaces:
java.io.Serializable

public class Location
extends java.lang.Object
implements java.io.Serializable

Encapsulates terminal location data: longitude, latitude, location accuracy and time.

See Also:
Serialized Form

Constructor Summary
Location(float longitude, float latitude, Accuracy accuracy, java.util.Date time)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Accuracy getAccuracy()
           
 float getLatitude()
           
 float getLongitude()
           
 java.util.Date getTime()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

public Location(float longitude,
                float latitude,
                Accuracy accuracy,
                java.util.Date time)
Method Detail

getLongitude

public float getLongitude()

getLatitude

public float getLatitude()

getAccuracy

public Accuracy getAccuracy()

getTime

public java.util.Date getTime()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright © 2000-2007, TIS.kis d.o.o. All Rights Reserved.