Object/Trait

it.agilelab.gis.domain.models

OSMStreetType

Related Docs: trait OSMStreetType | package models

Permalink

object OSMStreetType

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OSMStreetType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BRIDLEWAY extends OSMStreetType with Product with Serializable

    Permalink
  5. object BUS_GUIDEWAY extends OSMStreetType with Product with Serializable

    Permalink
  6. object CONSTRUCTION extends OSMStreetType with Product with Serializable

    Permalink
  7. object CYCLEWAY extends OSMStreetType with Product with Serializable

    Permalink
  8. object ESCAPE extends OSMStreetType with Product with Serializable

    Permalink
  9. object FOOTWAY extends OSMStreetType with Product with Serializable

    Permalink
  10. object LIVING_STREET extends OSMStreetType with Product with Serializable

    Permalink
  11. object MOTORWAY extends OSMStreetType with Product with Serializable

    Permalink
  12. object MOTORWAY_LINK extends OSMStreetType with Product with Serializable

    Permalink
  13. object ND extends OSMStreetType with Product with Serializable

    Permalink
  14. object PATH extends OSMStreetType with Product with Serializable

    Permalink
  15. object PEDESTRIAN extends OSMStreetType with Product with Serializable

    Permalink
  16. object PRIMARY extends OSMStreetType with Product with Serializable

    Permalink
  17. object PRIMARY_LINK extends OSMStreetType with Product with Serializable

    Permalink
  18. object PROPOSED extends OSMStreetType with Product with Serializable

    Permalink
  19. object RACEWAY extends OSMStreetType with Product with Serializable

    Permalink
  20. object RESIDENTIAL extends OSMStreetType with Product with Serializable

    Permalink
  21. object ROAD extends OSMStreetType with Product with Serializable

    Permalink
  22. object SECONDARY extends OSMStreetType with Product with Serializable

    Permalink
  23. object SECONDARY_LINK extends OSMStreetType with Product with Serializable

    Permalink
  24. object SERVICE extends OSMStreetType with Product with Serializable

    Permalink
  25. object STEPS extends OSMStreetType with Product with Serializable

    Permalink
  26. object TERTIARY extends OSMStreetType with Product with Serializable

    Permalink
  27. object TERTIARY_LINK extends OSMStreetType with Product with Serializable

    Permalink
  28. object TRACK extends OSMStreetType with Product with Serializable

    Permalink
  29. object TRACK_GRADE2 extends OSMStreetType with Product with Serializable

    Permalink
  30. object TRUNK extends OSMStreetType with Product with Serializable

    Permalink
  31. object TRUNK_LINK extends OSMStreetType with Product with Serializable

    Permalink
  32. object UNCLASSIFIED extends OSMStreetType with Product with Serializable

    Permalink
  33. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  34. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def fromValue(v: String): OSMStreetType

    Permalink

    Parses DeltaOutputDataMode from input string

  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. val values: Seq[Product with Serializable with OSMStreetType]

    Permalink

    Possible values of street type

  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped