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
public class BuiltUpAreaRoad
extends BitMask<BuiltUpAreaRoad>
implements scala.Product, 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 BuiltUpAreaRoadThe value of BuiltUpAreaRoad has been verifiedintmask()Returns the integer representation of the masktoString()Methods inherited from class com.here.platform.location.integration.optimizedmap.BitMask
intersects, unionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
BuiltUpAreaRoad
public BuiltUpAreaRoad(int mask)
-
-
Method Details