Packages

class RoadAttributes extends AnyRef

Provides factory methods for accessing properties from the roadattributes layer of Optimized Map for Location Library.

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

Instance Constructors

  1. new RoadAttributes(optimizedMap: OptimizedMapLayers)
  2. new RoadAttributes(roadAttributesLayer: RoadAttributesLayer)
  3. new RoadAttributes(optimizedMap: Catalog, cacheManager: DataLoaderProvider)

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

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()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. lazy val functionalClass: RangeBasedPropertyMap[Vertex, FunctionalClass]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.roadattributes.FunctionalClass of a com.here.platform.location.inmemory.graph.Vertex.

  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. lazy val officialCountryCode: RangeBasedPropertyMap[Vertex, OfficialCountryCode]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.roadattributes.OfficialCountryCode of a com.here.platform.location.inmemory.graph.Vertex.

  17. lazy val overpassUnderpass: RangeBasedPropertyMap[Vertex, OverpassUnderpass]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.roadattributes.OverpassUnderpass of a com.here.platform.location.inmemory.graph.Vertex.

  18. lazy val physicalAttribute: RangeBasedPropertyMap[Vertex, PhysicalAttribute]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.roadattributes.PhysicalAttribute of a com.here.platform.location.inmemory.graph.Vertex.

  19. lazy val roadClass: RangeBasedPropertyMap[Vertex, RoadClass]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.roadattributes.RoadClass of a com.here.platform.location.inmemory.graph.Vertex.

  20. lazy val specialTrafficAreaCategory: RangeBasedPropertyMap[Vertex, SpecialTrafficAreaCategory]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.roadattributes.SpecialTrafficAreaCategory of a com.here.platform.location.inmemory.graph.Vertex.

  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. lazy val userDefinedCountryCode: RangeBasedPropertyMap[Vertex, UserDefinedCountryCode]

    Creates a map that returns the com.here.platform.location.integration.optimizedmap.roadattributes.UserDefinedCountryCode of a com.here.platform.location.inmemory.graph.Vertex.

  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped