java.lang.Object
com.here.platform.location.integration.optimizedmap.BitMask<LocalRoad>
com.here.platform.location.integration.optimizedmap.navigationattributes.LocalRoad
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class LocalRoad extends BitMask<LocalRoad> implements scala.Product, scala.Serializable
Local road characteristics: Frontage, parking lot, POI access.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    LocalRoad(int mask)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static LocalRoad
    Indicates whether the segment range is a frontage road or not.
    int
    Returns the integer representation of the mask
    static LocalRoad
    Indicates whether the segment range is within a parking lot or not.
    static LocalRoad
    Indicates whether the segment range is within a parking lot or not.
    static LocalRoad
    Indicates whether the segment range is a POI Access Road.

    Methods inherited from class com.here.platform.location.integration.optimizedmap.BitMask

    intersects, union

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Constructor Details

    • LocalRoad

      public LocalRoad(int mask)
  • Method Details

    • Frontage

      public static LocalRoad Frontage()
      Indicates whether the segment range is a frontage road or not. Frontage roads are local roads that run parallel to and usually contain the name(s) and addresses of a road with a higher traffic flow. Frontage Road enables appropriate voice guidance explications when guided onto a frontage road (for example: &ldquo;take the Frontage Road&rdquo;).
    • ParkingLotRoad

      public static LocalRoad ParkingLotRoad()
      Indicates whether the segment range is within a parking lot or not. Allows for unique cartographic representation of roads that are part of a parking lot. Parking Lot Road is published on roads within a parking area. Primary arteries leading in and out of the parking locations are not considered Parking Lot Road.
    • PoiAccess

      public static LocalRoad PoiAccess()
      Indicates whether the segment range is a POI Access Road. POI Access Roads connect Points of Interest (POIs) to the road network. These roads provide the only means of entrance or exit from a POI to a public road. It may be used for guidance explication: the entrance road to a golf course may be explicated as &ldquo;Turn right at the golf course entrance.&rdquo;
    • ParkingAisle

      public static LocalRoad ParkingAisle()
      Indicates whether the segment range is within a parking lot or not. Allows for unique cartographic representation of roads that are part of a parking lot. Parking aisle is published on roads within a parking area. It distinguishes between roads needed to access POIs on parking geometry.
    • mask

      public int mask()
      Description copied from class: BitMask
      Returns the integer representation of the mask
      Specified by:
      mask in class BitMask<LocalRoad>