Class RvsWayPoint
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.entity.RvsWayPoint
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class RvsWayPoint extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description RvsWayPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetHdop()IntegergetHeading()RvsWGS84PointgetPosition()org.bn.coders.IASN1PreparedElementDatagetPreparedData()IntegergetSatellites()IntegergetSpeed()voidinitWithDefaults()voidsetHdop(Integer value)voidsetHeading(Integer value)voidsetPosition(RvsWGS84Point value)voidsetSatellites(Integer value)voidsetSpeed(Integer value)
-
-
-
Method Detail
-
getPosition
public RvsWGS84Point getPosition()
-
setPosition
public void setPosition(RvsWGS84Point value)
-
getHeading
public Integer getHeading()
-
setHeading
public void setHeading(Integer value)
-
getSpeed
public Integer getSpeed()
-
setSpeed
public void setSpeed(Integer value)
-
getHdop
public Integer getHdop()
-
setHdop
public void setHdop(Integer value)
-
getSatellites
public Integer getSatellites()
-
setSatellites
public void setSatellites(Integer value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-