Package | Description |
---|---|
com.graphhopper.reader.osm | |
com.graphhopper.routing.util.parsers |
Modifier and Type | Method and Description |
---|---|
static GraphRestriction |
GraphRestriction.node(com.carrotsearch.hppc.IntArrayList fromEdges,
int viaNode,
com.carrotsearch.hppc.IntArrayList toEdges) |
static GraphRestriction |
GraphRestriction.node(int fromEdge,
int viaNode,
int toEdge) |
static GraphRestriction |
GraphRestriction.way(com.carrotsearch.hppc.IntArrayList fromEdges,
com.carrotsearch.hppc.IntArrayList viaEdges,
com.carrotsearch.hppc.IntArrayList toEdges,
com.carrotsearch.hppc.IntArrayList viaNodes) |
static GraphRestriction |
GraphRestriction.way(int fromEdge,
com.carrotsearch.hppc.IntArrayList viaEdges,
int toEdge,
com.carrotsearch.hppc.IntArrayList viaNodes) |
static GraphRestriction |
GraphRestriction.way(int fromEdge,
int viaEdge,
int toEdge,
com.carrotsearch.hppc.IntArrayList viaNodes) |
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).
|
Modifier and Type | Method and Description |
---|---|
static void |
RestrictionConverter.checkIfCompatibleWithRestriction(GraphRestriction g,
String restriction) |
Modifier and Type | Method and Description |
---|---|
void |
RestrictionSetter.setRestrictions(List<Pair<GraphRestriction,RestrictionType>> restrictions,
DecimalEncodedValue turnCostEnc)
Adds all the turn restriction entries to the graph that are needed to enforce the given restrictions, for
a single turn cost encoded value.
|
Copyright © 2012–2022. All rights reserved.