com.here.platform.location.integration.optimizedmap.graph.PropertyMaps
TopologyAttributes
Companion object TopologyAttributes
class TopologyAttributes extends AnyRef
Provides factory methods for accessing properties from the topologyattributes layer of Optimized Map for Location
Library.
- Alphabetic
- By Inheritance
- TopologyAttributes
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TopologyAttributes(optimizedMap: OptimizedMapLayers)
- new TopologyAttributes(topologyAttributesLayer: TopologyAttributesLayer)
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()
- lazy val gradeCategory: RangeBasedPropertyMap[Vertex, GradeCategory]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.advancednavigationattributes.GradeCategory of a com.here.platform.location.inmemory.graph.Vertex.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- lazy val intersectionInternalCategory: RangeBasedPropertyMap[Vertex, IntersectionInternalCategory]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.IntersectionInternalCategory of a com.here.platform.location.inmemory.graph.Vertex.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val laneCategory: RangeBasedPropertyMap[Vertex, LaneCategory]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.LaneCategory of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val localRoad: RangeBasedPropertyMap[Vertex, LocalRoad]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.LocalRoad of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val lowMobility: RangeBasedPropertyMap[Vertex, LowMobility]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.LowMobility of a com.here.platform.location.inmemory.graph.Vertex.
- 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 physicalLaneCount: RangeBasedPropertyMap[Vertex, Int]
Creates a map that returns the lane physical-count of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val railwayCrossing: PointBasedPropertyMap[Vertex, RailwayCrossing]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.advancednavigationattributes.RailwayCrossing 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 roadDivider: RangeBasedPropertyMap[Vertex, RoadDivider]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.RoadDivider of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val roadUsage: RangeBasedPropertyMap[Vertex, RoadUsage]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.RoadUsage of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val scenic: RangeBasedPropertyMap[Vertex, Scenic]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.advancednavigationattributes.Scenic of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val specialExplication: PropertyMap[Edge, Option[SpecialExplication]]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.SpecialExplication of a com.here.platform.location.inmemory.graph.Edge.
- 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.
- lazy val speedCategory: RangeBasedPropertyMap[Vertex, SpeedCategory]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.SpeedCategory of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val speedLimit: RangeBasedPropertyMap[Vertex, SpeedLimit]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.commonattributes.SpeedLimit of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val supplementalGeometry: RangeBasedPropertyMap[Vertex, SupplementalGeometry]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.SupplementalGeometry of a com.here.platform.location.inmemory.graph.Vertex.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val throughLaneCount: RangeBasedPropertyMap[Vertex, Int]
Creates a map that returns the lane through-count of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val throughRoute: PropertyMap[Edge, Option[ThroughRoute]]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.ThroughRoute of a com.here.platform.location.inmemory.graph.Edge.
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val trafficMessageChannelCodes: RangeBasedPropertyMap[Vertex, Set[TrafficMessageChannelCode]]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.TrafficMessageChannelCodes that a com.here.platform.location.inmemory.graph.Vertex is a part of.
- lazy val travelDirection: RangeBasedPropertyMap[Vertex, TravelDirection]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.navigationattributes.TravelDirection of a com.here.platform.location.inmemory.graph.Vertex.
- lazy val urban: RangeBasedPropertyMap[Vertex, Boolean]
Creates a map that tells you which roads or ferry lines are within a built-up (that is, urban) area.
- 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)