Class PropertyMaps.AdasAttributes
java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.javadsl.PropertyMaps.AdasAttributes
- Enclosing class:
- PropertyMaps
Provides factory methods for accessing properties from the
adasattributes
layer of
Optimized Map for Location Library.-
Constructor Summary
ConstructorsConstructorDescriptionAdasAttributes
(Catalog optimizedMap, DataLoaderProvider cacheManager) Deprecated.AdasAttributes
(AdasAttributesLayer adasAttributesLayer, RoutingGraphLayer routingGraphLayer) AdasAttributes
(OptimizedMapLayers optimizedMap) -
Method Summary
Modifier and TypeMethodDescriptionCreates a map that returns theBuiltUpAreaRoad
of aVertex
.Creates a map that returns theCurvatureHeading
of aVertex
.Creates a map that returns theCurvatureHeading
of aEdge
.Creates a map that returns Link Accuracy that indicates if the geometry associated with aVertex
meets specific height, slope or positional accuracy.slope()
-
Constructor Details
-
AdasAttributes
Deprecated.Prefernew PropertyMaps(optimizedMap).adasAttributes()
. -
AdasAttributes
-
AdasAttributes
-
-
Method Details
-
builtUpAreaRoad
Creates a map that returns theBuiltUpAreaRoad
of aVertex
. -
linkAccuracy
Creates a map that returns Link Accuracy that indicates if the geometry associated with aVertex
meets specific height, slope or positional accuracy. -
slope
-
curvatureHeading
Creates a map that returns theCurvatureHeading
of aVertex
. -
edgeCurvatureHeading
Creates a map that returns theCurvatureHeading
of aEdge
. -
elevation
-
new PropertyMaps(optimizedMap).adasAttributes()
.