hr.tis.mgw.client.location
Class Location
java.lang.Object
hr.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)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Location
public Location(float longitude,
float latitude,
Accuracy accuracy,
java.util.Date time)
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.