| Constructor and Description |
|---|
GpsCorrection(Cog state) |
GpsCorrection(java.lang.String guid,
java.lang.String fileName,
double longitude,
double latitude) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
java.lang.String |
getGuid() |
double |
getLatitude() |
double |
getLongitude() |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
java.lang.String |
toString() |
public GpsCorrection(java.lang.String guid,
java.lang.String fileName,
double longitude,
double latitude)
public GpsCorrection(Cog state)
public Cog toCog()
CoggableCog.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getGuid()
public java.lang.String getFileName()
public double getLongitude()
public double getLatitude()