public interface IFlowSegmentDataQuery
| Modifier and Type | Method and Description |
|---|---|
IFlowSegmentDataQuery |
withIncludeOpenLR(java.lang.Boolean includeOperLR)
Should the Response include OpenLR code?
|
IFlowSegmentDataQuery |
withSpeedUnit(FlowSegmentSpeedUnit unit)
The representation of Speed units.
|
IFlowSegmentDataQuery |
withThickness(java.lang.Integer thickness)
Thickness segment width multiplier.
|
IFlowSegmentDataQuery withThickness(java.lang.Integer thickness)
thickness - A segment width multiplier.IFlowSegmentDataQuery withSpeedUnit(FlowSegmentSpeedUnit unit)
unit - Unit of speed (KMPH/MPH).IFlowSegmentDataQuery withIncludeOpenLR(java.lang.Boolean includeOperLR)
includeOperLR - The OpenLR inclusion boolean flag.