|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAsciiMessage
org.eclipse.soda.dk.gps.nmea.transport.GpsNmeaMessage
public class GpsNmeaMessage
The GpsNmeaMessage class implements the MessageService interface.
Cloneable,
org.eclipse.soda.dk.message.service.MessageService,
org.eclipse.soda.dk.parameter.service.ParameterService| Constructor Summary | |
|---|---|
GpsNmeaMessage()
Constructs a standard GpsNmeaMessage object. |
|
GpsNmeaMessage(byte[] bytes)
Constructs an GpsNmeaMessage object using the input parameter(s). |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object fieldName)
Get with the specified field name parameter and return the Object result. |
java.lang.Object |
getData(int index)
Perform the getData method and return the Object result. |
int |
getFieldCount()
Gets the int fieldCount property value. |
int[] |
getFieldInfo()
Gets the int [] fieldInfo property value. |
int |
getFieldPosition()
Gets the field position (int) value. |
LatitudeData |
getLatitude()
Gets the latitude (LatitudeData) value. |
LongitudeData |
getLongitude()
Gets the longitude (LongitudeData) value. |
boolean |
isChecksumValid()
Gets the boolean checksumValid property value. |
boolean |
isValid()
Gets the boolean valid property value. |
void |
setBytes(byte[] bytes)
Sets the bytes property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GpsNmeaMessage()
GpsNmeaMessage object.
GpsNmeaMessage(byte[])public GpsNmeaMessage(byte[] bytes)
GpsNmeaMessage object using the input parameter(s).
bytes - byte[]GpsNmeaMessage()| Method Detail |
|---|
public java.lang.Object get(java.lang.Object fieldName)
fieldName - The field name (Object) parameter.
Object) value.public java.lang.Object getData(int index)
Object result.
index - int
Object) value.public int getFieldCount()
int fieldCount property value.
int) value.public int[] getFieldInfo()
int [] fieldInfo property value.
int[]) value.
public int getFieldPosition()
throws java.lang.RuntimeException
int) value.
java.lang.RuntimeException - Runtime Exception.public LatitudeData getLatitude()
LatitudeData) value.public LongitudeData getLongitude()
LongitudeData) value.public boolean isChecksumValid()
boolean checksumValid property value.
boolean) value.public boolean isValid()
boolean valid property value.
boolean) value.isChecksumValid()public void setBytes(byte[] bytes)
bytes - The bytes (byte[]) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||