class TrafficMessageChannelCode extends AnyRef

This is an experimental API. It may be removed or changed from one version to the next.

A Traffic Message Channel (TMC) road section.

A TMC road section is specified by a country (ebuCountryCode and whenever possible an extendedCountryCode), table number, location code, direction (positive or negative), and section type (internal or external).

Annotations
@Experimental()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrafficMessageChannelCode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrafficMessageChannelCode(bitPacked: Long, ecc: Byte)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def ebuCountryCode: Short
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(obj: Any): Boolean
    Definition Classes
    TrafficMessageChannelCode → AnyRef → Any
  9. def extendedCountryCode: Option[Short]

    This is an experimental API. It may be removed or changed from one version to the next.

    This is an experimental API. It may be removed or changed from one version to the next.

    The extended country code is extremely experimental, and may be removed even if the rest of the TrafficMessageChannelCode remains as is.

    Annotations
    @Experimental()
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hasSameTmcId(other: TrafficMessageChannelCode): Boolean
  12. def hasSameTmcTable(other: TrafficMessageChannelCode): Boolean
  13. def hashCode(): Int
    Definition Classes
    TrafficMessageChannelCode → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def locationCode: Int
  16. def locationDisposition: TmcLocationDisposition
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def tableNumber: Short
  22. def toString(): String
    Definition Classes
    TrafficMessageChannelCode → AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped