| Package | Description |
|---|---|
| com.graphhopper.reader.osm |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionMembers |
RestrictionConverter.extractMembers(ReaderRelation relation) |
static RestrictionMembers |
RestrictionMembers.viaNode(long viaOSMNode,
com.carrotsearch.hppc.LongArrayList fromWays,
com.carrotsearch.hppc.LongArrayList toWays) |
static RestrictionMembers |
RestrictionMembers.viaWay(com.carrotsearch.hppc.LongArrayList fromWays,
com.carrotsearch.hppc.LongArrayList viaWays,
com.carrotsearch.hppc.LongArrayList toWays) |
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2012–2022. All rights reserved.