case class TmcCoverage(location: LinearLocation, reference: Option[TMCLocationReference]) extends Product with Serializable
Associates a com.here.platform.location.referencing.LinearLocation with the reference it is covered by, if there is one.
- location
The part of the originally requested linear location.
- reference
A (uni-directional)com.here.platform.location.tpeg2.etl.TMCLocationReference covering the given
location
. A value ofNone
indicates that this location is not covered by TMC.
- Alphabetic
- By Inheritance
- TmcCoverage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TmcCoverage(location: LinearLocation, reference: Optional[TMCLocationReference])
-
new
TmcCoverage(location: LinearLocation, reference: Option[TMCLocationReference])
- location
The part of the originally requested linear location.
- reference
A (uni-directional)com.here.platform.location.tpeg2.etl.TMCLocationReference covering the given
location
. A value ofNone
indicates that this location is not covered by TMC.
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
extendedReference: Option[ExtendedTMCLocationReference]
- returns
The reference wrapped into the
ExtendedTMCLocationReference
, which is suitable for serialization using the TPEG2 defined formats.
-
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
getExtendedReference: Optional[ExtendedTMCLocationReference]
- returns
The reference wrapped into the
ExtendedTMCLocationReference
, which is suitable for serialization using the TPEG2 defined formats.
- def getLocation(): LinearLocation
- def getReference: Optional[TMCLocationReference]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val location: LinearLocation
-
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()
- val reference: Option[TMCLocationReference]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()