| Package | Description |
|---|---|
| openlr.encoder |
This package comprises interfaces for the OpenLR encoder.
|
| openlr.rawLocRef |
Contains concrete implementations per location type of internal location reference objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationReferencePoint> |
LocationReferenceHolder.getLRPs()
Gets the list of sub routes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<LocationReferencePoint> |
RawPointLocRef.points
The points.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationReferencePoint> |
RawPointLocRef.getLocationReferencePoints()
Gets the location reference points.
|
List<LocationReferencePoint> |
RawLineLocRef.getLocationReferencePoints()
Gets the location reference points.
|
List<LocationReferencePoint> |
RawClosedLineLocRef.getLocationReferencePoints()
Gets the location reference points.
|
List<LocationReferencePoint> |
RawLocationReference.getLocationReferencePoints()
Gets the location reference points.
|
| Constructor and Description |
|---|
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.
|
| Constructor and Description |
|---|
RawClosedLineLocRef(String idValue,
List<? extends LocationReferencePoint> locRefPoints)
Instantiates a new raw encoder location reference for a closed line location.
|
RawLineLocRef(String idValue,
List<? extends LocationReferencePoint> locRefPoints,
Offsets od)
Instantiates a new raw encoder location reference for a line location.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.