Interface TmcLocationDisposition
- All Known Implementing Classes:
TmcLocationDisposition.NegativeExternal$
,TmcLocationDisposition.NegativeInternal$
,TmcLocationDisposition.PositiveExternal$
,TmcLocationDisposition.PositiveInternal$
public interface TmcLocationDisposition
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
.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
The negative external section of a TMC (Traffic Message Channel) code.static class
The negative internal section of a TMC (Traffic Message Channel) code.static class
The positive external section of a TMC (Traffic Message Channel) code.static class
The positive internal section of a TMC (Traffic Message Channel) code. -
Method Summary
-
Method Details
-
direction
TmcDirection direction() -
sectionType
TmcSectionType sectionType()
-