Uses of Class
com.graphhopper.reader.osm.RestrictionTopology
Packages that use RestrictionTopology
-
Uses of RestrictionTopology in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm that return RestrictionTopologyModifier and TypeMethodDescriptionstatic RestrictionTopologyRestrictionTopology.node(int fromEdge, int viaNode, int toEdge) static RestrictionTopologyRestrictionTopology.node(com.carrotsearch.hppc.IntArrayList fromEdges, int viaNode, com.carrotsearch.hppc.IntArrayList toEdges) static RestrictionTopologyRestrictionTopology.way(int fromEdge, int viaEdge, int toEdge, com.carrotsearch.hppc.IntArrayList viaNodes) static RestrictionTopologyRestrictionTopology.way(int fromEdge, com.carrotsearch.hppc.IntArrayList viaEdges, int toEdge, com.carrotsearch.hppc.IntArrayList viaNodes) static RestrictionTopologyRestrictionTopology.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 RestrictionTopologyModifier and TypeMethodDescriptionOSMRestrictionConverter.buildRestrictionTopologyForGraph(BaseGraph baseGraph, ReaderRelation relation, 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 RestrictionTopologyModifier and TypeMethodDescriptionstatic List<RestrictionSetter.Restriction>OSMRestrictionConverter.buildRestrictionsForOSMRestriction(BaseGraph baseGraph, RestrictionTopology topology, RestrictionType type) Converts an OSM restriction to (multiple) single 'no' restrictions to be fed intoRestrictionSetterstatic voidOSMRestrictionConverter.checkIfTopologyIsCompatibleWithRestriction(RestrictionTopology g, String restriction)