Packages

object RoadClass extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoadClass
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Unrecognized(value: Int) extends RoadClass with Product with Serializable

    Unrecognized value.

    Unrecognized value.

    Newer map versions might include values that aren't represented in this version of the library.

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. def apply(value: Int): RoadClass
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. def unapply(arg: RoadClass): Option[Int]
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. object RoadClass1 extends RoadClass with Product with Serializable

    Urban Expressway

  23. object RoadClass10 extends RoadClass with Product with Serializable

    Currently not in use

  24. object RoadClass11 extends RoadClass with Product with Serializable

    Frontage Road with No Through Traffic

  25. object RoadClass12 extends RoadClass with Product with Serializable

    Walkway

  26. object RoadClass2 extends RoadClass with Product with Serializable

    Express Highway

  27. object RoadClass3 extends RoadClass with Product with Serializable

    National Road

  28. object RoadClass4 extends RoadClass with Product with Serializable

    Currently not in use

  29. object RoadClass5 extends RoadClass with Product with Serializable

    Regional Road

  30. object RoadClass6 extends RoadClass with Product with Serializable

    General Road 1

  31. object RoadClass7 extends RoadClass with Product with Serializable

    General Road 2

  32. object RoadClass8 extends RoadClass with Product with Serializable

    Ferry

  33. object RoadClass9 extends RoadClass with Product with Serializable

    Alley

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped