com.eurotech.framework.message
Class EsfPosition
java.lang.Object
com.eurotech.framework.message.EsfPosition
public class EsfPosition
- extends Object
EdcPosition is a data structure to capture a geo location. It can be
associated to an EdcPayload to geotag an EdcMessage before sending to the
Everyware Cloud. Refer to the description of each of the fields for more
information on the model of EdcPosition.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EsfPosition
public EsfPosition()
getLongitude
public Double getLongitude()
setLongitude
public void setLongitude(double longitude)
getLatitude
public Double getLatitude()
setLatitude
public void setLatitude(double latitude)
getAltitude
public Double getAltitude()
setAltitude
public void setAltitude(double altitude)
getPrecision
public Double getPrecision()
setPrecision
public void setPrecision(double precision)
getHeading
public Double getHeading()
setHeading
public void setHeading(double heading)
getSpeed
public Double getSpeed()
setSpeed
public void setSpeed(double speed)
getTimestamp
public Date getTimestamp()
setTimestamp
public void setTimestamp(Date timestamp)
getSatellites
public Integer getSatellites()
setSatellites
public void setSatellites(int satellites)
getStatus
public Integer getStatus()
setStatus
public void setStatus(int status)
Copyright © 2013. All Rights Reserved.