class TmcLocationReferenceResolvers extends AnyRef

Provides LocationReferenceResolvers factories to resolve different location reference types into Location Library data model specific representations.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TmcLocationReferenceResolvers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TmcLocationReferenceResolvers(optimizedMap: OptimizedMapLayers)
  2. new TmcLocationReferenceResolvers(optimizedMap: OptimizedMapLayers, adjacencyProvider: TmcAdjacencyProvider)
  3. new TmcLocationReferenceResolvers(tmcLayers: TmcLayers)
  4. new TmcLocationReferenceResolvers(tmcLayers: TmcLayers, adjacencyProvider: TmcAdjacencyProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def extendedTmc: LocationReferenceResolver[ExtendedTMCLocationReference, BidirectionalLinearLocation]

    Creates a resolver for com.here.platform.location.tpeg2.etl.ExtendedTMCLocationReferences.

    Creates a resolver for com.here.platform.location.tpeg2.etl.ExtendedTMCLocationReferences.

    ExtendedTMCLocationReference have two fields with location reference: tmcLocation or tmcExitEntryLocation.tmcLocation. Per the standard, only one of these two should be defined. This resolver uses the tmcLocation field by default, and falls back to the other in case the former is not present.

    TMC resolvers return a BidirectionalLinearLocation because TMC location references can, at the same time, refer to the positive and negative parts of the location.

    For details on how TMC works, see the Developer Guide.

    Note that without passing in a valid adjacencyProvider this API only supports resolving references with extent <= 1. To get support for a longer extent an adjacencyProvider needs to be passed in.

    Note that this API only supports decoding of references with a valid extendedCountryCode.

  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def tmc: LocationReferenceResolver[TMCLocationReference, BidirectionalLinearLocation]

    Creates a resolver for simple com.here.platform.location.tpeg2.tmc.TMCLocationReferences.

    Creates a resolver for simple com.here.platform.location.tpeg2.tmc.TMCLocationReferences.

    TMC resolvers return a BidirectionalLinearLocation because TMC location references can, at the same time, refer to the positive and negative parts of the location.

    For details on how TMC works, see the Developer Guide.

    Note that without passing in a valid adjacencyProvider this API only supports resolving references with extent <= 1. To get support for a longer extent an adjacencyProvider needs to be passed in.

    Note that this API only supports decoding of references with a valid extendedCountryCode.

  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped