public interface OpenLREncoder
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
LocationReferenceHolder |
encodeLocation(OpenLREncoderParameter parameter,
Location loc)
Encode location.
|
List<LocationReferenceHolder> |
encodeLocations(OpenLREncoderParameter parameter,
List<Location> loc)
Encode locations.
|
String |
getMajorVersion()
Gets the major version.
|
String |
getMinorVersion()
Gets the minor version.
|
String |
getPatchVersion()
Gets the patch version.
|
String |
getVersion()
Gets the encoder version.
|
LocationReferenceHolder encodeLocation(OpenLREncoderParameter parameter, Location loc) throws OpenLRProcessingException
parameter - the parameterloc - the locOpenLRProcessingException - the open lr processing exceptionList<LocationReferenceHolder> encodeLocations(OpenLREncoderParameter parameter, List<Location> loc) throws OpenLRProcessingException
parameter - the parameterloc - the locOpenLRProcessingException - the open lr processing exceptionString getMajorVersion()
String getMinorVersion()
String getPatchVersion()
String getVersion()
Copyright © 2019 TomTom International B.V.. All rights reserved.