public interface PhysicalEncoder
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
LocationReference |
encodeData(RawLocationReference rawLocRef)
Encode data using the latest version.
|
LocationReference |
encodeData(RawLocationReference rawLocRef,
int version)
Encode data using a specific version.
|
Class<?> |
getDataClass()
Gets the class of the location reference data.
|
String |
getDataFormatIdentifier()
Gets the data identifier.
|
int[] |
getSupportedVersions()
Gets the supported versions.
|
LocationReference encodeData(RawLocationReference rawLocRef)
rawLocRef - the raw loc refLocationReference encodeData(RawLocationReference rawLocRef, int version)
rawLocRef - the raw loc refversion - the versionint[] getSupportedVersions()
String getDataFormatIdentifier()
Class<?> getDataClass()
Copyright © 2019 TomTom International B.V.. All rights reserved.