public class OSMTurnRelation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OSMTurnRelation.TurnCostTableEntry
Helper class to processing purposes only
|
| Modifier and Type | Method and Description |
|---|---|
Collection<OSMTurnRelation.TurnCostTableEntry> |
getRestrictionAsEntries(TurnCostEncoder encoder,
EdgeExplorer edgeOutExplorer,
EdgeExplorer edgeInExplorer,
OSMReader osmReader)
Transforms this relation into a collection of turn cost entries
|
String |
toString() |
public Collection<OSMTurnRelation.TurnCostTableEntry> getRestrictionAsEntries(TurnCostEncoder encoder, EdgeExplorer edgeOutExplorer, EdgeExplorer edgeInExplorer, OSMReader osmReader)
edgeOutExplorer - an edge filter which only allows outgoing edgesedgeInExplorer - an edge filter which only allows incoming edgesCopyright © 2012–2018. All rights reserved.