Class PropertyMaps.NavigationAttributes
java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.javadsl.PropertyMaps.NavigationAttributes
- Enclosing class:
- PropertyMaps
Provides factory methods for accessing properties from the
navigationattributes
layer
of Optimized Map for Location Library.-
Constructor Summary
ConstructorsConstructorDescriptionNavigationAttributes
(Catalog optimizedMap, DataLoaderProvider cacheManager) Deprecated.NavigationAttributes
(NavigationAttributesLayer navigationAttributesLayer) NavigationAttributes
(OptimizedMapLayers optimizedMap) -
Method Summary
Modifier and TypeMethodDescriptionCreates a map that returns theIntersectionInternalCategory
of aVertex
.Creates a map that returns theLaneCategory
of aVertex
.Creates a map that returns theLowMobility
of aVertex
.Creates a map that returns the lane physical-count of aVertex
.Creates a map that returns theRoadDivider
of aVertex
.Creates a map that returns theSpecialExplication
of aEdge
.Creates a map that returns theSpeedCategory
of aVertex
.Creates a map that returns theSpeedLimit
of aVertex
.Creates a map that returns theSupplementalGeometry
of aVertex
.Creates a map that returns the lane through-count of aVertex
.Creates a map that returns theThroughRoute
of aEdge
.Creates a map that returns theTrafficMessageChannelCode
s of aVertex
.Creates a map that returns theTravelDirection
of aVertex
.urban()
Creates a map that tells you which roads or ferry lines are within a built-up (that is, urban) area.
-
Constructor Details
-
NavigationAttributes
Deprecated.Prefernew PropertyMaps(optimizedMap).navigationAttributes()
. -
NavigationAttributes
-
-
Method Details
-
roadUsage
-
intersectionInternalCategory
Creates a map that returns theIntersectionInternalCategory
of aVertex
. -
laneCategory
Creates a map that returns theLaneCategory
of aVertex
. -
throughLaneCount
Creates a map that returns the lane through-count of aVertex
. -
physicalLaneCount
Creates a map that returns the lane physical-count of aVertex
. -
localRoad
-
lowMobility
Creates a map that returns theLowMobility
of aVertex
. -
roadDivider
Creates a map that returns theRoadDivider
of aVertex
. -
speedCategory
Creates a map that returns theSpeedCategory
of aVertex
. -
supplementalGeometry
Creates a map that returns theSupplementalGeometry
of aVertex
. -
urban
Creates a map that tells you which roads or ferry lines are within a built-up (that is, urban) area. -
speedLimit
Creates a map that returns theSpeedLimit
of aVertex
. Contains speed limit information only for vertices withFunctionalClass
1 and 2. The Advanced Navigation Attributes Layer contains speed limit information for vertices withFunctionalClass
3, 4, and 5. -
travelDirection
Creates a map that returns theTravelDirection
of aVertex
. -
specialExplication
Creates a map that returns theSpecialExplication
of aEdge
. -
throughRoute
Creates a map that returns theThroughRoute
of aEdge
. -
trafficMessageChannelCodes
Creates a map that returns theTrafficMessageChannelCode
s of aVertex
.
-
new PropertyMaps(optimizedMap).navigationAttributes()
.