Class PropertyMaps.NavigationAttributes
java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.javadsl.PropertyMaps.NavigationAttributes
- Enclosing class:
- PropertyMaps
Deprecated.
Provides factory methods for accessing properties from the
navigationattributes layer
of Optimized Map for Location Library.-
Constructor Summary
ConstructorsConstructorDescriptionNavigationAttributes(Catalog optimizedMap, DataLoaderProvider cacheManager) Deprecated.Prefernew PropertyMaps(optimizedMap).navigationAttributes().NavigationAttributes(NavigationAttributesLayer navigationAttributesLayer) Deprecated.NavigationAttributes(OptimizedMapLayers optimizedMap) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates a map that returns theIntersectionInternalCategoryof aVertex.Deprecated.Creates a map that returns theLaneCategoryof aVertex.Deprecated.Creates a map that returns theLowMobilityof aVertex.Deprecated.Creates a map that returns the lane physical-count of aVertex.Deprecated.Creates a map that returns theRoadDividerof aVertex.Deprecated.Creates a map that returns theSpecialExplicationof aEdge.Deprecated.Creates a map that returns theSpeedCategoryof aVertex.Deprecated.Creates a map that returns theSpeedLimitof aVertex.Deprecated.Creates a map that returns theSupplementalGeometryof aVertex.Deprecated.Creates a map that returns the lane through-count of aVertex.Deprecated.Creates a map that returns theThroughRouteof aEdge.Deprecated.Creates a map that returns theTrafficMessageChannelCodes of aVertex.Deprecated.Creates a map that returns theTravelDirectionof aVertex.urban()Deprecated.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
Deprecated.
-
-
Method Details
-
roadUsage
Deprecated. -
intersectionInternalCategory
Deprecated.Creates a map that returns theIntersectionInternalCategoryof aVertex. -
laneCategory
Deprecated.Creates a map that returns theLaneCategoryof aVertex. -
throughLaneCount
Deprecated.Creates a map that returns the lane through-count of aVertex. -
physicalLaneCount
Deprecated.Creates a map that returns the lane physical-count of aVertex. -
localRoad
Deprecated. -
lowMobility
Deprecated.Creates a map that returns theLowMobilityof aVertex. -
roadDivider
Deprecated.Creates a map that returns theRoadDividerof aVertex. -
speedCategory
Deprecated.Creates a map that returns theSpeedCategoryof aVertex. -
supplementalGeometry
Deprecated.Creates a map that returns theSupplementalGeometryof aVertex. -
urban
Deprecated.Creates a map that tells you which roads or ferry lines are within a built-up (that is, urban) area. -
speedLimit
Deprecated.Creates a map that returns theSpeedLimitof aVertex. Contains speed limit information only for vertices withFunctionalClass1 and 2. The Advanced Navigation Attributes Layer contains speed limit information for vertices withFunctionalClass3, 4, and 5. -
travelDirection
Deprecated.Creates a map that returns theTravelDirectionof aVertex. -
specialExplication
Deprecated.Creates a map that returns theSpecialExplicationof aEdge. -
throughRoute
Deprecated.Creates a map that returns theThroughRouteof aEdge. -
trafficMessageChannelCodes
Deprecated.Creates a map that returns theTrafficMessageChannelCodes of aVertex.
-
TopologyAttributes.