T - The type of result the processor delivers.public abstract class LocationReferenceProcessor<T> extends Object
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Constructor and Description |
|---|
LocationReferenceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
process(RawCircleLocRef locationReference)
Processes the given circle location reference.
|
abstract T |
process(RawClosedLineLocRef locationReference)
Processes the given closed line location reference.
|
abstract T |
process(RawGeoCoordLocRef locationReference)
Processes the given geo coordinate location reference.
|
abstract T |
process(RawGridLocRef locationReference)
Processes the given grid location reference.
|
abstract T |
process(RawLineLocRef locationReference)
Processes the given line location reference.
|
T |
process(RawLocationReference locationReference)
Processes the given location reference.
|
abstract T |
process(RawPoiAccessLocRef locationReference)
Processes the given POI with access point location reference.
|
abstract T |
process(RawPointAlongLocRef locationReference)
Processes the given point along line location reference.
|
abstract T |
process(RawPolygonLocRef locationReference)
Processes the given polygon location reference.
|
abstract T |
process(RawRectangleLocRef locationReference)
Processes the given rectangle location reference.
|
abstract T |
processUnknown(RawLocationReference locationReference)
Processes the case of location location of type
UNKNOWN. |
public final T process(RawLocationReference locationReference)
locationReference - The location reference to processpublic abstract T process(RawLineLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawGeoCoordLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawPointAlongLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawPoiAccessLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawRectangleLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawPolygonLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawCircleLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawGridLocRef locationReference)
locationReference - The location reference to processpublic abstract T process(RawClosedLineLocRef locationReference)
locationReference - The location reference to processpublic abstract T processUnknown(RawLocationReference locationReference)
UNKNOWN.locationReference - The location reference to processCopyright © 2019 TomTom International B.V.. All rights reserved.