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 classThe negative external section of a TMC (Traffic Message Channel) code.static classThe negative internal section of a TMC (Traffic Message Channel) code.static classThe positive external section of a TMC (Traffic Message Channel) code.static classThe positive internal section of a TMC (Traffic Message Channel) code. -
Method Summary
-
Method Details
-
direction
TmcDirection direction() -
sectionType
TmcSectionType sectionType()
-