public interface AffectedLines
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
List<Line> |
getCoveredLines()
Gets a list of lines that are fully covered by the area location, if the
decoded area location is valid.
|
List<Line> |
getIntersectedLines()
Gets a list of lines that are intersected (but not fully covered) by the
boundary of the area location, if the decoded area location is valid.
|
boolean |
hasCoveredLines()
Checks for covered lines.
|
boolean |
hasIntersectedLines()
Checks for intersected lines.
|
boolean |
isEmpty()
Checks if is empty.
|
List<Line> getCoveredLines()
List<Line> getIntersectedLines()
boolean hasCoveredLines()
boolean hasIntersectedLines()
boolean isEmpty()
Copyright © 2019 TomTom International B.V.. All rights reserved.