Interface TmcLocationDispositions
public interface TmcLocationDispositions
This is an experimental API. It may be removed or changed from one version to the next.
A TMC (Traffic Message Channel) location disposition.
The location disposition indicates the TMC direction (positive or negative) and section type
(internal or external) of a TrafficMessageChannelCode
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TmcLocationDisposition
The negative external section of a TMC (Traffic Message Channel) code.static final TmcLocationDisposition
The negative internal section of a TMC (Traffic Message Channel) code.static final TmcLocationDisposition
The positive external section of a TMC (Traffic Message Channel) code.static final TmcLocationDisposition
The positive internal section of a TMC (Traffic Message Channel) code.
-
Field Details
-
NEGATIVE_EXTERNAL
The negative external section of a TMC (Traffic Message Channel) code. -
NEGATIVE_INTERNAL
The negative internal section of a TMC (Traffic Message Channel) code. -
POSITIVE_EXTERNAL
The positive external section of a TMC (Traffic Message Channel) code. -
POSITIVE_INTERNAL
The positive internal section of a TMC (Traffic Message Channel) code.
-