interface IFlowSegmentDataQuery
This query is an interface designed to transfer Traffic Flow Segment Data parameters in a readable manner by implementing the class: FlowSegmentDataQueryBuilder. The FlowSegmentDataQuery instance can be constructed using the associated FlowSegmentDataQueryBuilder class. Once constructed, the user cannot change the field values.
abstract fun withIncludeOpenLR(includeOperLR: Boolean!): IFlowSegmentDataQuery!
Should the Response include OpenLR code? |
|
abstract fun withSpeedUnit(unit: FlowSegmentSpeedUnit!): IFlowSegmentDataQuery!
The representation of Speed units. All values regarding speed in the Response will be recalculated to this unit. |
|
abstract fun withThickness(thickness: Int!): IFlowSegmentDataQuery!
Thickness segment width multiplier. |