public class NMEASample extends Object implements org.vesalainen.util.Recyclable, Comparable<NMEASample>, org.vesalainen.navi.WayPoint
| Constructor and Description |
|---|
NMEASample() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(NMEASample o) |
float |
getFloatTime()
Return time in seconds since epoch.
|
double |
getLatitude() |
double |
getLongitude() |
org.vesalainen.util.FloatMap<String> |
getMap() |
MessageType |
getMessageType() |
Object |
getOrigin() |
Set<String> |
getProperties() |
float |
getProperty(String property) |
TalkerId |
getTalkerId() |
long |
getTime() |
boolean |
hasProperties() |
boolean |
hasProperty(String property) |
NMEASample |
setProperty(String property,
float value) |
String |
toString() |
public org.vesalainen.util.FloatMap<String> getMap()
public NMEASample setProperty(String property, float value)
public boolean hasProperties()
public boolean hasProperty(String property)
public float getProperty(String property)
public long getTime()
getTime in interface org.vesalainen.navi.WayPointpublic float getFloatTime()
public TalkerId getTalkerId()
public MessageType getMessageType()
public Object getOrigin()
public void clear()
clear in interface org.vesalainen.util.Recyclablepublic int compareTo(NMEASample o)
compareTo in interface Comparable<NMEASample>public double getLatitude()
getLatitude in interface org.vesalainen.navi.WayPointpublic double getLongitude()
getLongitude in interface org.vesalainen.navi.WayPointCopyright © 2017. All rights reserved.