public class SurveyedLocation
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
| Constructor and Description |
|---|
SurveyedLocation() |
SurveyedLocation(java.lang.String inGPSID,
double inLongitude,
double inLatitude)
Note about GPS ID: it is null if the location was surveyed with a GPS,
but doesn't have any postprocessing information associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getGPSID() |
double |
getLatitude() |
double |
getLongitude() |
boolean |
isValid() |
void |
setGPSID(java.lang.String inGPSID) |
void |
setLatitude(double inLatitude) |
void |
setLongitude(double inLongitude) |
public SurveyedLocation()
public SurveyedLocation(java.lang.String inGPSID,
double inLongitude,
double inLatitude)
Note about GPS ID: it is null if the location was surveyed with a GPS, but doesn't have any postprocessing information associated with it. For example, the NMEA GPS creates locations with null GPS ID's.
inGPSID - inLongitude - 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 boolean isValid()
public java.lang.Object clone()
clone in class java.lang.Object