| Package | Description |
|---|---|
| openlr.rawLocRef |
Contains concrete implementations per location type of internal location reference objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected Offsets |
RawPointLocRef.offsets
The offsets.
|
| Modifier and Type | Method and Description |
|---|---|
Offsets |
RawPointLocRef.getOffsets()
Gets the offset information.
|
Offsets |
RawLineLocRef.getOffsets()
Gets the offset information.
|
Offsets |
RawLocationReference.getOffsets()
Gets the offset information.
|
| Constructor and Description |
|---|
RawLineLocRef(String idValue,
List<? extends LocationReferencePoint> locRefPoints,
Offsets od)
Instantiates a new raw encoder location reference for a line location.
|
RawPoiAccessLocRef(String idValue,
LocationReferencePoint lrp,
LocationReferencePoint lrp2,
Offsets od,
GeoCoordinates coordinatesData,
SideOfRoad sor,
Orientation o)
Instantiates a new raw encoder location reference for a poi with
access point location.
|
RawPointAlongLocRef(String idValue,
LocationReferencePoint lrp,
LocationReferencePoint lrp2,
Offsets od,
SideOfRoad sor,
Orientation o)
Instantiates a new raw encoder location reference for a point along line
location.
|
RawPointLocRef(String idValue,
LocationType lt,
LocationReferencePoint lrp,
LocationReferencePoint lrp2,
Offsets od,
SideOfRoad sor,
Orientation o)
Instantiates a new raw point loc ref.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.