| Package | Description |
|---|---|
| com.graphhopper.reader.osm |
| Modifier and Type | Method and Description |
|---|---|
static OSMRestrictionException |
OSMRestrictionException.withoutWarning() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestrictionConverter.checkIfCompatibleWithRestriction(GraphRestriction g,
String restriction) |
static Triple<ReaderRelation,GraphRestriction,RestrictionMembers> |
RestrictionConverter.convert(ReaderRelation relation,
BaseGraph baseGraph,
LongFunction<Iterator<com.carrotsearch.hppc.cursors.IntCursor>> edgesByWay)
OSM restriction relations specify turn restrictions between OSM ways (of course).
|
WayToEdgeConverter.NodeResult |
WayToEdgeConverter.convertForViaNode(com.carrotsearch.hppc.LongArrayList fromWays,
int viaNode,
com.carrotsearch.hppc.LongArrayList toWays)
Finds the edge IDs associated with the given OSM ways that are adjacent to the given via-node.
|
WayToEdgeConverter.EdgeResult |
WayToEdgeConverter.convertForViaWays(com.carrotsearch.hppc.LongArrayList fromWays,
com.carrotsearch.hppc.LongArrayList viaWays,
com.carrotsearch.hppc.LongArrayList toWays)
Finds the edge IDs associated with the given OSM ways that are adjacent to each other.
|
static RestrictionMembers |
RestrictionConverter.extractMembers(ReaderRelation relation) |
RestrictionTagParser.Result |
RestrictionTagParser.parseRestrictionTags(Map<String,Object> tags) |
Copyright © 2012–2022. All rights reserved.