v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.ivi.GlcPart |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GlcPart() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getLaneNumber() | ||||||||||
| Double | getLaneWidth(LengthUnit targetUnit) | ||||||||||
| int |
getZoneExtension()
Returns zone extension
| ||||||||||
| Double |
getZoneHeading(DegreeUnit unit)
Returns the zone heading in the specified units.
| ||||||||||
| int | getZoneId() | ||||||||||
| List<ZonePolygonPoint> |
getZonePoints()
Returns zone polygon poinst
| ||||||||||
| void | setLaneNumber(int laneNumber) | ||||||||||
| void | setLaneWidth(double laneWidth, LengthUnit laneWidthUnit) | ||||||||||
| void |
setZoneExtension(int zoneExtension)
Setszone extension
| ||||||||||
| void |
setZoneHeading(double zoneHeading, DegreeUnit zoneHeadingUnit)
Sets the zone heading.
| ||||||||||
| void | setZoneId(int zoneId) | ||||||||||
| void |
setZonePoints(List<ZonePolygonPoint> zonePoints)
Sets zone polygon points
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns zone extension
Returns the zone heading in the specified units.
| unit | target unit |
|---|
Setszone extension
Sets the zone heading.
| zoneHeading | heading value |
|---|---|
| zoneHeadingUnit | heading unit |
Sets zone polygon points
| zonePoints | list |
|---|