Class PropertyMaps.RoadAttributes
java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.javadsl.PropertyMaps.RoadAttributes
- Enclosing class:
- PropertyMaps
Provides factory methods for accessing properties from the
roadattributes
layer of
Optimized Map for Location Library.-
Constructor Summary
ConstructorsConstructorDescriptionRoadAttributes
(Catalog optimizedMap, DataLoaderProvider cacheManager) Deprecated.RoadAttributes
(OptimizedMapLayers optimizedMap) RoadAttributes
(RoadAttributesLayer roadAttributesLayer) -
Method Summary
Modifier and TypeMethodDescriptionCreates an accessor for theFunctionalClass
of aVertex
.Creates a map that return theOfficialCountryCode
of aVertex
.Creates a map that return theOverpassUnderpass
of aVertex
.Creates a map that return thePhysicalAttribute
of aVertex
.Creates a map that return theSpecialTrafficAreaCategory
of aVertex
.Creates a map that return theUserDefinedCountryCode
of aVertex
.
-
Constructor Details
-
RoadAttributes
Deprecated.Prefernew PropertyMaps(optimizedMap).roadAttributes()
. -
RoadAttributes
-
RoadAttributes
-
-
Method Details
-
functionalClass
Creates an accessor for theFunctionalClass
of aVertex
. -
overpassUnderpass
Creates a map that return theOverpassUnderpass
of aVertex
. -
officialCountryCode
Creates a map that return theOfficialCountryCode
of aVertex
. -
physicalAttribute
Creates a map that return thePhysicalAttribute
of aVertex
. -
roadClass
-
specialTrafficAreaCategory
Creates a map that return theSpecialTrafficAreaCategory
of aVertex
. -
userDefinedCountryCode
Creates a map that return theUserDefinedCountryCode
of aVertex
.
-
new PropertyMaps(optimizedMap).roadAttributes()
.