Class BuiltUpAreaRoad
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic BuiltUpAreaRoad
The value of BuiltUpAreaRoad has been verifiedint
mask()
Returns the integer representation of the maskMethods 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
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 classBitMask<BuiltUpAreaRoad>
-