public interface TrafficExtensions
Modifier and Type | Method and Description |
---|---|
TrafficFlowType.RasterTrafficFlowType |
getTrafficRasterFlowStyle()
Get information about current traffic vector flow style settings.
|
TrafficFlowType.VectorTrafficFlowType |
getTrafficVectorFlowStyle()
Get information about current traffic vector flow style settings.
|
boolean |
isTrafficFlowEnabled()
Get information about current traffic flow settings.
|
boolean |
isTrafficIncidentsEnabled()
Get information about current traffic incidents settings.
|
boolean |
isTrafficRasterFlowEnabled()
Get information about current traffic raster flow settings.
|
boolean |
isTrafficVectorFlowEnabled()
Get information about current traffic vector flow settings.
|
void |
turnOffTraffic()
Turn off information about traffic
|
void |
turnOffTrafficFlowTiles()
Turn off traffic flow tiles.
|
void |
turnOffTrafficIncidents()
Turn off all traffic incidents ( Vector and raster)
|
void |
turnOnRasterTrafficFlowTiles()
Set traffic tiles to raster.
|
void |
turnOnRasterTrafficFlowTiles(TrafficFlowType.RasterTrafficFlowType trafficFlowTilesStyle)
Set traffic tiles flow to raster.
|
void |
turnOnRasterTrafficIncidents()
Turn on raster incidents.
|
void |
turnOnVectorTrafficFlowTiles()
Set traffic tiles to vector.
|
void |
turnOnVectorTrafficFlowTiles(TrafficFlowType.VectorTrafficFlowType trafficFlowTilesStyle)
Set traffic tiles to vector.
|
void |
turnOnVectorTrafficIncidents()
Turn on vector incidents.
|
void turnOnVectorTrafficFlowTiles()
TrafficFlowType.RelativeTrafficFlowStyle
.void turnOnRasterTrafficFlowTiles()
TrafficFlowType.RelativeTrafficFlowStyle
.void turnOnVectorTrafficFlowTiles(TrafficFlowType.VectorTrafficFlowType trafficFlowTilesStyle)
TrafficFlowType.AbsoluteTrafficFlowStyle
TrafficFlowType.RelativeTrafficFlowStyle
,
TrafficFlowType.RelativeDelayTrafficFlowStyle
TrafficFlowType.ReducedSensitivityTrafficFlowStyle
trafficFlowTilesStyle
- type and style of traffic flowvoid turnOnRasterTrafficFlowTiles(TrafficFlowType.RasterTrafficFlowType trafficFlowTilesStyle)
TrafficFlowType.VectorTrafficFlowType
.
Specify the style by TrafficFlowType.AbsoluteTrafficFlowStyle
, TrafficFlowType.RelativeTrafficFlowStyle
, TrafficFlowType.RelativeDelayTrafficFlowStyle
trafficFlowTilesStyle
- type and style of traffic flowvoid turnOffTrafficFlowTiles()
void turnOnVectorTrafficIncidents()
void turnOnRasterTrafficIncidents()
void turnOffTrafficIncidents()
void turnOffTraffic()
boolean isTrafficFlowEnabled()
boolean isTrafficVectorFlowEnabled()
boolean isTrafficRasterFlowEnabled()
boolean isTrafficIncidentsEnabled()
TrafficFlowType.VectorTrafficFlowType getTrafficVectorFlowStyle()
TrafficFlowType.RasterTrafficFlowType getTrafficRasterFlowStyle()