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

public class BuiltUpAreaRoad extends BitMask<BuiltUpAreaRoad> implements scala.Product, scala.Serializable
Built-Up Area Roads attribution identifies if a road is inside or outside a Built-Up Area
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    BuiltUpAreaRoad(int mask)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The value of BuiltUpAreaRoad has been verified
    int
    Returns the integer representation of the mask

    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

    • BuiltUpAreaRoad

      public BuiltUpAreaRoad(int mask)
  • Method Details

    • BuiltUpAreaRoadVerified

      public static BuiltUpAreaRoad BuiltUpAreaRoadVerified()
      The value of BuiltUpAreaRoad has been verified
    • mask

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