com.here.platform.location.integration.optimizedmap.graph.PropertyMaps
RoadAttributes
Companion object RoadAttributes
class RoadAttributes extends AnyRef
Provides factory methods for accessing properties from the roadattributes layer of Optimized Map for Location
Library.
- Annotations
 - @Deprecated @deprecated
 - Deprecated
 (Since version Location Library 1.0.54) Use TopologyAttributes instead.
- Alphabetic
 - By Inheritance
 
- RoadAttributes
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-  new RoadAttributes(optimizedMap: OptimizedMapLayers)
 -  new RoadAttributes(roadAttributesLayer: RoadAttributesLayer)
 -    new RoadAttributes(optimizedMap: Catalog, cacheManager: DataLoaderProvider)
- Annotations
 - @Deprecated @deprecated
 - Deprecated
 (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    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.
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    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.
 -    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.
 -    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.
 -    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.
 -    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.
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    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.
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)