class TmcLocationReferenceCreators extends AnyRef

Provides LocationReferenceCreators factories to create Tmc location reference types from Location Library data model specific representations.

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

Instance Constructors

  1. new TmcLocationReferenceCreators(optimizedMap: OptimizedMapLayers)
  2. new TmcLocationReferenceCreators(optimizedMap: OptimizedMapLayers, adjacencyProvider: TmcAdjacencyProvider)
  3. new TmcLocationReferenceCreators(tmcLayers: TmcLayers)
  4. new TmcLocationReferenceCreators(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: LocationReferenceCreator[LinearLocation, ExtendedTMCLocationReference]

    Generates a creator for com.here.platform.location.tpeg2.etl.ExtendedTMCLocationReferences.

    Generates a creator for com.here.platform.location.tpeg2.etl.ExtendedTMCLocationReferences.

    This reference creator takes a LinearLocation and returns an extended TMC location reference. The extended TMC reference will have preciseTMCInfo populated to match the LinearLocation that was passed in. The resolution of the produced com.here.platform.location.tpeg2.etl.PreciseTMCInformation is 100m. The rounding is done in such a way that the TMC reference covers the full linear location, so it might be up to 100m longer at each end.

    This creator will always return com.here.platform.location.tpeg2.etl.ExtendedTMCLocationReferences that contain a tmcLocation, not a tmcExitEntryLocation.

    Because TMC relies on pre-coded, shared location tables, it is possible that a LinearLocation can not be encoded in TMC. In such cases the creator will throw a com.here.platform.location.referencing.tmc.TmcCreatorException.

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

    Note that without passing in a valid adjacencyProvider this API only supports creating references with extent <= 1. In no adjacencyProvider is given, the creator will fail with a com.here.platform.location.referencing.tmc.NoLinearAvailableException if the given location is not fully covered by the same location code.

  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. def piecewiseExtendedTmc: LocationReferenceCreator[LinearLocation, PiecewiseTmcCoverage]

    Generates a creator for com.here.platform.location.referencing.tmc.PiecewiseTmcCoverage.

    Generates a creator for com.here.platform.location.referencing.tmc.PiecewiseTmcCoverage.

    Because TMC relies on pre-coded, shared location tables, it is possible that a LinearLocation can not be encoded or not fully encoded in TMC.

    This reference creator takes a LinearLocation and returns the potentially piecewise TMC coverage for those parts of the given LinearLocation that can be encoded into TMC.

    The extended TMC references will have preciseTMCInfo populated to match the LinearLocation that was passed in. The resolution of the produced preciseTMCInfo is 100m. The rounding is done in such a way that the TMC reference covers the full linear location, so it might be up to 100m longer at each end.

    This creator will always return com.here.platform.location.referencing.tmc.PiecewiseTmcCoverages that contain com.here.platform.location.tpeg2.etl.TMCLocationReferences, not com.here.platform.location.tpeg2.etl.TMCExitEntryLocationReferences.

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

    Note that without passing in a valid adjacencyProvider this API only supports creating references with extent <= 1. If no adjacencyProvider is given, the creator will create multiple location references, one reference for each location code on the path.

  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def tmc: LocationReferenceCreator[LinearLocation, TMCLocationReference]

    Generates a creator for simple com.here.platform.location.tpeg2.tmc.TMCLocationReferences.

    Generates a creator for simple com.here.platform.location.tpeg2.tmc.TMCLocationReferences.

    This reference creator takes a LinearLocation and returns a simple TMC location reference. The simple TMC reference will have preciseTMCInfo populated to match the LinearLocation that was passed in. The resolution of the produced com.here.platform.location.tpeg2.etl.PreciseTMCInformation is 100m. The rounding is done in such a way that the TMC reference covers the full linear location, so it might be up to 100m longer at each end.

    Because TMC relies on pre-coded, shared location tables, it is possible that a LinearLocation can not be encoded in TMC. In such cases the creator will throw a com.here.platform.location.referencing.tmc.TmcCreatorException.

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

    Note that without passing in a valid adjacencyProvider this API only supports creating references with extent <= 1. In no adjacencyProvider is given, the creator will fail with a com.here.platform.location.referencing.tmc.NoLinearAvailableException if the given location is not fully covered by the same location code.

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

Inherited from AnyRef

Inherited from Any

Ungrouped