public interface LocationReferenceHolder
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDataFormatIdentifiers()
Gets the data format identifiers.
|
String |
getID()
Gets the unique ID.
|
LocationReference |
getLocationReference(String dataID)
Gets the location reference with the data identifier dataID.
|
LocationType |
getLocationType()
Gets the location type.
|
List<LocationReferencePoint> |
getLRPs()
Gets the list of sub routes.
|
int |
getNrOfLRPs()
Gets the number of sub routes of this location reference.
|
int |
getNumberOfDataFormats()
Gets the number of data formats.
|
int |
getNumberOfValidLR()
Gets the number of valid physical location references.
|
RawLocationReference |
getRawLocationReferenceData()
Gets the raw location reference data.
|
StatusCode |
getReturnCode()
Gets the error being thrown during encoding.
|
boolean |
hasLRPs()
Checks for a sub route list.
|
boolean |
isValid()
Checks if the location reference is valid.
|
Set<String> getDataFormatIdentifiers()
int getNumberOfDataFormats()
int getNumberOfValidLR()
String getID()
boolean isValid()
StatusCode getReturnCode()
int getNrOfLRPs()
boolean hasLRPs()
List<LocationReferencePoint> getLRPs()
LocationReference getLocationReference(String dataID)
dataID - the data identifierLocationType getLocationType()
RawLocationReference getRawLocationReferenceData()
Copyright © 2019 TomTom International B.V.. All rights reserved.