Class TmcId
java.lang.Object
com.here.platform.location.referencing.tmc.TmcId
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
The ID of a specific TMC location.
param: tableId Identifies the table that the location is in. param: locationCode An unsigned 16-bit integer that identifies the location within the table. A number between 1 and 65535, it is customarily represented as a decimal number.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TmcIdapply(TrafficMessageChannelCode tmcCode) static TmcIdstatic TmcIdinttableId()toString()toTmcCode(TmcDirection direction, TmcSectionType sectionType) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix