v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.LaneNode |
Represents a position node of the lane.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public List<RegSpeedLimit> | speedLimits | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LaneNode() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| long |
getLatitude()
Returns the latitude.
| ||||||||||
| long |
getLongitude()
Returns the longitude.
| ||||||||||
| List<RegSpeedLimit> |
getSpeedLimits()
Returns the list of speed limits.
| ||||||||||
| Integer |
getWidthOffset()
Returns the width offset of this lane which is a value added to the current lane width and from this node onwards.
| ||||||||||
| int | hashCode() | ||||||||||
| void |
setLatitude(long latitude)
Sets the latitude
| ||||||||||
| void |
setLongitude(long longitude)
Sets the longitude
| ||||||||||
| void |
setSpeedLimits(List<RegSpeedLimit> speedLimits)
Sets the list of speed limits.
| ||||||||||
| void |
setWidthOffset(Integer widthOffset)
Sets the width offset of this lane which is a value added to the current lane width and from this node onwards.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the latitude.
Returns the longitude.
Returns the list of speed limits.
Returns the width offset of this lane which is a value added to the current lane width and from this node onwards.
Sets the latitude
| latitude | latitude in 0.1 microdegrees |
|---|
Sets the longitude
| longitude | longitude in 0.1 microdegrees |
|---|
Sets the list of speed limits.
| speedLimits | list of speed limits |
|---|
Sets the width offset of this lane which is a value added to the current lane width and from this node onwards.
| widthOffset | width offset in centimeters |
|---|