Class TmcId
java.lang.Object
com.here.platform.location.referencing.tmc.TmcId
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
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 TmcId
apply
(TrafficMessageChannelCode tmcCode) static TmcId
static TmcId
int
tableId()
toString()
toTmcCode
(TmcDirection direction, TmcSectionType sectionType) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix