Uses of Class
com.graphhopper.reader.osm.GraphRestriction
Packages that use GraphRestriction
-
Uses of GraphRestriction in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm that return GraphRestrictionModifier and TypeMethodDescriptionstatic GraphRestrictionGraphRestriction.node(int fromEdge, int viaNode, int toEdge) static GraphRestrictionGraphRestriction.node(com.carrotsearch.hppc.IntArrayList fromEdges, int viaNode, com.carrotsearch.hppc.IntArrayList toEdges) static GraphRestrictionGraphRestriction.way(int fromEdge, int viaEdge, int toEdge, com.carrotsearch.hppc.IntArrayList viaNodes) static GraphRestrictionGraphRestriction.way(int fromEdge, com.carrotsearch.hppc.IntArrayList viaEdges, int toEdge, com.carrotsearch.hppc.IntArrayList viaNodes) static GraphRestrictionGraphRestriction.way(com.carrotsearch.hppc.IntArrayList fromEdges, com.carrotsearch.hppc.IntArrayList viaEdges, com.carrotsearch.hppc.IntArrayList toEdges, com.carrotsearch.hppc.IntArrayList viaNodes) Methods in com.graphhopper.reader.osm that return types with arguments of type GraphRestrictionModifier and TypeMethodDescriptionRestrictionConverter.convert(ReaderRelation relation, BaseGraph baseGraph, LongFunction<Iterator<com.carrotsearch.hppc.cursors.IntCursor>> edgesByWay) OSM restriction relations specify turn restrictions between OSM ways (of course).Methods in com.graphhopper.reader.osm with parameters of type GraphRestrictionModifier and TypeMethodDescriptionstatic voidRestrictionConverter.checkIfCompatibleWithRestriction(GraphRestriction g, String restriction) -
Uses of GraphRestriction in com.graphhopper.routing.util.parsers
Method parameters in com.graphhopper.routing.util.parsers with type arguments of type GraphRestrictionModifier and TypeMethodDescriptionvoidRestrictionSetter.setRestrictions(List<Pair<GraphRestriction, RestrictionType>> restrictions, BooleanEncodedValue turnRestrictionEnc) Adds all the turn restriction entries to the graph that are needed to enforce the given restrictions, for a single turn cost encoded value.