| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LocationReference |
PhysicalEncoder.encodeData(RawLocationReference rawLocRef)
Encode data using the latest version.
|
LocationReference |
PhysicalEncoder.encodeData(RawLocationReference rawLocRef,
int version)
Encode data using a specific version.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
OpenLRDecoder.decode(OpenLRDecoderParameter parameter,
LocationReference data)
Decode.
|
RawLocationReference |
PhysicalDecoder.decodeData(LocationReference data)
Decodes the data (physical format) and generates an internal representation
of the location reference as a list of location reference points and offset
information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
OpenLRDecoder.decode(OpenLRDecoderParameter parameter,
List<LocationReference> data)
Decode.
|
| Modifier and Type | Method and Description |
|---|---|
LocationReference |
LocationReferenceHolder.getLocationReference(String dataID)
Gets the location reference with the data identifier dataID.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.