public interface TrafficFlowType
Modifier and Type | Interface and Description |
---|---|
static class |
TrafficFlowType.AbsoluteTrafficFlowStyle
Absolute style: the colors will reflect the absolute speed measured.
|
static class |
TrafficFlowType.BaseTrafficFlowStyle
Base for styles
|
static interface |
TrafficFlowType.RasterTrafficFlowType
Base for raster styles
|
static class |
TrafficFlowType.ReducedSensitivityTrafficFlowStyle
Reduced-sensitivity traffic styler displays relative speeds but larger difference from
freeflow (depending on FRC) is required for segment to change the color.
|
static class |
TrafficFlowType.RelativeDelayTrafficFlowStyle
Relative-delay traffic style displays relative speeds only where they are different from the freeflow speeds.
|
static class |
TrafficFlowType.RelativeTrafficFlowStyle
Relative style return the speed relative to free-flow, highlighting areas of congestion.
|
static interface |
TrafficFlowType.VectorTrafficFlowType
Base for vector styles
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTrafficStyle()
The style to be used to render the tile.
|
java.lang.String getTrafficStyle()