| Package | Description |
|---|---|
| openlr |
This package contains general interfaces defined by the OpenLR location referencing method.
|
| openlr.encoder |
This package comprises interfaces for the OpenLR encoder.
|
| openlr.location |
The location package holds all location type dependent implementations of
the location interface.
|
| openlr.rawLocRef |
Contains concrete implementations per location type of internal location reference objects.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
PhysicalFormatException.getErrorCode()
Delivers the error code behind this exception.
|
StatusCode |
LocationReference.getReturnCode()
Gets the return code (only valid after an encoding process)
|
| Constructor and Description |
|---|
PhysicalFormatException(StatusCode err)
Instantiates a new PhysicalFormatException.
|
PhysicalFormatException(StatusCode err,
String s)
Instantiates a new PhysicalFormatException with an error message.
|
PhysicalFormatException(StatusCode err,
String s,
Throwable t)
Instantiates a new PhysicalFormatException due to a previously thrown
exception and an error message.
|
PhysicalFormatException(StatusCode err,
Throwable t)
Instantiates a new PhysicalFormatException due to a previously thrown
exception.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
LocationReferenceHolder.getReturnCode()
Gets the error being thrown during encoding.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
Location.getReturnCode()
Gets the return code (only valid as a result of a decoding process).
|
| Constructor and Description |
|---|
InvalidLocation(String id,
LocationType locTypeValue,
StatusCode retCode,
GeoCoordinates geoCoordinates,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
InvalidLocation(String idValue,
LocationType locTypeValue,
StatusCode err,
List<Line> loc,
List<List<Line>> subRoutes,
int pOff,
int nOff,
GeoCoordinates gC,
GeoCoordinates aP,
SideOfRoad sor,
Orientation ori)
Instantiates a new decoded location.
|
InvalidLocation(String id,
LocationType locTypeValue,
StatusCode retCode,
List<List<Line>> subRoutes,
GeoCoordinates gC,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
InvalidLocation(String id,
LocationType locTypeValue,
StatusCode retCode,
List<List<Line>> subRoutes,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
InvalidLocation(String idValue,
StatusCode err,
LocationType locTypeValue)
Instantiates a new invalid location.
|
InvalidLocation(String idValue,
StatusCode err,
LocationType locTypeValue,
List<List<Line>> subRoute)
Instantiates a new invalid location.
|
InvalidLocation(String id,
StatusCode retCode,
LocationType locTypeValue,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
| Modifier and Type | Field and Description |
|---|---|
protected StatusCode |
RawLocationReference.returnCode
The return code.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
RawLocationReference.getReturnCode()
Gets the return code (only valid as a result of a decoding process).
|
| Constructor and Description |
|---|
RawInvalidLocRef(String id,
StatusCode error)
Instantiates a new raw location reference.
|
RawInvalidLocRef(String id,
StatusCode error,
LocationType lt)
Instantiates a new raw location reference.
|
RawLocationReference(String idValue,
LocationType lt,
StatusCode rc)
Instantiates a new raw location reference.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.