public interface OpenLRDecoder
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
decode(OpenLRDecoderParameter parameter,
List<LocationReference> data)
Decode.
|
Location |
decode(OpenLRDecoderParameter parameter,
LocationReference data)
Decode.
|
List<Location> |
decodeRaw(OpenLRDecoderParameter parameter,
List<RawLocationReference> rawData)
Decode.
|
Location |
decodeRaw(OpenLRDecoderParameter parameter,
RawLocationReference rawData)
Decode.
|
String |
getMajorVersion()
Gets the major version number.
|
String |
getMinorVersion()
Gets the minor version number.
|
String |
getPatchVersion()
Gets the patch version number.
|
String |
getVersion()
Gets the version information as a string.
|
Location decode(OpenLRDecoderParameter parameter, LocationReference data) throws OpenLRProcessingException
parameter - the parameterdata - the dataOpenLRProcessingException - the open lr processing exceptionList<Location> decode(OpenLRDecoderParameter parameter, List<LocationReference> data) throws OpenLRProcessingException
parameter - the parameterdata - the dataOpenLRProcessingException - the open lr processing exceptionLocation decodeRaw(OpenLRDecoderParameter parameter, RawLocationReference rawData) throws OpenLRProcessingException
parameter - the parameterrawData - the raw dataOpenLRProcessingException - the open lr processing exceptionList<Location> decodeRaw(OpenLRDecoderParameter parameter, List<RawLocationReference> rawData) throws OpenLRProcessingException
parameter - the parameterrawData - the raw dataOpenLRProcessingException - the open lr processing exceptionString getMajorVersion()
String getMinorVersion()
String getPatchVersion()
String getVersion()
Copyright © 2019 TomTom International B.V.. All rights reserved.