public class CorrectedLocation
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Stores the GPS ID, longitude and latitude of a corrected location.
| Constructor and Description |
|---|
CorrectedLocation() |
CorrectedLocation(java.lang.String inGPSID,
double inLongitude,
double inLatitude) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getGPSID() |
double |
getLatitude() |
java.util.HashMap |
getLocationInfoData() |
double |
getLongitude() |
boolean |
isValid()
Returns true if this is a valid CorrectedLocation.
|
void |
setGPSID(java.lang.String inGPSID) |
void |
setLatitude(double inLatitude) |
void |
setLocationInfoData(java.util.HashMap data) |
void |
setLongitude(double inLongitude) |
public CorrectedLocation()
public CorrectedLocation(java.lang.String inGPSID,
double inLongitude,
double inLatitude)
public java.lang.String getGPSID()
public void setGPSID(java.lang.String inGPSID)
public double getLongitude()
public void setLongitude(double inLongitude)
public double getLatitude()
public void setLatitude(double inLatitude)
public void setLocationInfoData(java.util.HashMap data)
public java.util.HashMap getLocationInfoData()
public boolean isValid()
public java.lang.Object clone()
clone in class java.lang.Object