com.here.platform.location.integration.optimizedmap.adasattributes
BuiltUpAreaRoad
Companion object BuiltUpAreaRoad
sealed case class BuiltUpAreaRoad(mask: Int) extends BitMask[BuiltUpAreaRoad] with Product with Serializable
Built-Up Area Roads attribution identifies if a road is inside or outside a Built-Up Area
- Alphabetic
- By Inheritance
- BuiltUpAreaRoad
- Serializable
- Serializable
- Product
- Equals
- BitMask
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BuiltUpAreaRoad(mask: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
&(other: BuiltUpAreaRoad): Boolean
Determines whether this has any bit in common with
other
Determines whether this has any bit in common with
other
- Definition Classes
- BitMask
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
intersects(other: BuiltUpAreaRoad): Boolean
Determines whether this has any bit in common with
other
Determines whether this has any bit in common with
other
- Definition Classes
- BitMask
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
mask: Int
Returns the integer representation of the mask
Returns the integer representation of the mask
- Definition Classes
- BuiltUpAreaRoad → BitMask
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
union(other: BuiltUpAreaRoad): BuiltUpAreaRoad
Combines this bit mask with
other
to create a new bit mask that contains bothCombines this bit mask with
other
to create a new bit mask that contains both- Definition Classes
- BitMask
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withMask(mask: Int): BuiltUpAreaRoad
Creates a new bit mask from the integer representation
mask
Creates a new bit mask from the integer representation
mask
- Attributes
- protected
- Definition Classes
- BuiltUpAreaRoad → BitMask
-
def
|(other: BuiltUpAreaRoad): BuiltUpAreaRoad
Combines this bit mask with
other
to create a new bit mask that contains bothCombines this bit mask with
other
to create a new bit mask that contains both- Definition Classes
- BitMask