| Package | Description |
|---|---|
| openlr |
This package contains general interfaces defined by the OpenLR location referencing method.
|
| openlr.properties |
This package handles the OpenLR properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
OpenLRDecoder.decode(OpenLRDecoderParameter parameter,
List<LocationReference> data)
Decode.
|
Location |
OpenLRDecoder.decode(OpenLRDecoderParameter parameter,
LocationReference data)
Decode.
|
List<Location> |
OpenLRDecoder.decodeRaw(OpenLRDecoderParameter parameter,
List<RawLocationReference> rawData)
Decode.
|
Location |
OpenLRDecoder.decodeRaw(OpenLRDecoderParameter parameter,
RawLocationReference rawData)
Decode.
|
LocationReferenceHolder |
OpenLREncoder.encodeLocation(OpenLREncoderParameter parameter,
Location loc)
Encode location.
|
List<LocationReferenceHolder> |
OpenLREncoder.encodeLocations(OpenLREncoderParameter parameter,
List<Location> loc)
Encode locations.
|
void |
LocationReference.toStream(OutputStream os)
Writes the location reference data to the provided stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenLRPropertyException
This exception will be thrown if a problem with the OpenLR
properties ecist.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OpenLRPropertyAccess.getBooleanPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the boolean property value.
|
static int |
OpenLRPropertyAccess.getIntegerPropertyValueById(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property,
String id)
Gets the integer property value.
|
static int |
OpenLRPropertyAccess.getIntegerPropertyValueFromMap(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property,
String id)
Gets the integer property value.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.