object AttributeAccessors
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttributeAccessors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forHereMapContentSegmentAnchor[P <: Partition, C <: AttributeContainer, T](attributeContainerAccess: (P) ⇒ Iterable[C], attributeAccess: (C) ⇒ T): AttributeAccessor[P, T]
Creates a AttributeAccessor for HERE Map Content data.
Creates a AttributeAccessor for HERE Map Content data.
- P
The partition type data the HERE Map Content layer contains. It must be compliant with the HERE Map Content, with a method named
segmentAnchor
that returns a scala.collection.Seq of com.here.schema.rib.v2.anchor.SegmentAnchor- C
The container type. It must be HERE Map Content compliant, with a method named
segmentAnchorIndex
that returns an scala.collection.Iterable ofT
- T
The extracted attribute type
- attributeContainerAccess
A function that extracts the data containers from the HERE Map Content layer
- attributeAccess
A function that extracts individual properties from the containers
- returns
A new HERE Map Content accessor
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
toString(): String
- Definition Classes
- AnyRef → Any
-
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()