public interface LocationReferencePoint
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
double |
getBearing()
Gets the bearing of the referenced line.
|
int |
getDistanceToNext()
Gets the real distance between this LRP and the next one along the
shortest-path in between.
|
FormOfWay |
getFOW()
Gets the form of way for this LRP.
|
FunctionalRoadClass |
getFRC()
Gets the functional road class of this LRP.
|
double |
getLatitudeDeg()
Gets the latitude coordinate in degree.
|
FunctionalRoadClass |
getLfrc()
Gets the lowest functional road class value along the shortest-path
to the next LRP.
|
double |
getLongitudeDeg()
Gets the longitude coordinate in degree.
|
int |
getSequenceNumber()
Gets the position of the location reference point in the list of location reference
points starting with 1.
|
boolean |
isLastLRP()
Checks if this LRP is the last one in the sequence.
|
double getLongitudeDeg()
double getLatitudeDeg()
int getDistanceToNext()
FunctionalRoadClass getLfrc()
double getBearing()
FormOfWay getFOW()
FunctionalRoadClass getFRC()
boolean isLastLRP()
int getSequenceNumber()
Copyright © 2019 TomTom International B.V.. All rights reserved.