public interface LocationReference
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDataClass()
Gets the class of the location reference.
|
String |
getDataIdentifier()
Gets the unique data identifier.
|
String |
getID()
Gets the unique location/location reference ID.
|
Object |
getLocationReferenceData()
Gets the location reference data.
|
LocationType |
getLocationType()
Gets the location type.
|
StatusCode |
getReturnCode()
Gets the return code (only valid after an encoding process)
|
int |
getVersion()
Gets the version.
|
boolean |
isValid()
Checks if the location reference is valid.
|
void |
toStream(OutputStream os)
Writes the location reference data to the provided stream.
|
LocationType getLocationType()
Object getLocationReferenceData()
getDataClass() method.String getID()
boolean isValid()
StatusCode getReturnCode()
Class<?> getDataClass()
String getDataIdentifier()
void toStream(OutputStream os) throws IOException, OpenLRProcessingException
os - the output stream to writeIOException - if storing the data failedOpenLRProcessingException - the open lr processing exceptionint getVersion()
Copyright © 2019 TomTom International B.V.. All rights reserved.