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