Uses of Class
com.graphhopper.routing.util.parsers.RestrictionSetter.Restriction
Packages that use RestrictionSetter.Restriction
-
Uses of RestrictionSetter.Restriction in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm that return types with arguments of type RestrictionSetter.RestrictionModifier 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 intoRestrictionSetter -
Uses of RestrictionSetter.Restriction in com.graphhopper.routing.util.parsers
Methods in com.graphhopper.routing.util.parsers that return RestrictionSetter.RestrictionModifier and TypeMethodDescriptionRestrictionSetter.createViaEdgeRestriction(com.carrotsearch.hppc.IntArrayList edges) RestrictionSetter.createViaNodeRestriction(int fromEdge, int viaNode, int toEdge) Method parameters in com.graphhopper.routing.util.parsers with type arguments of type RestrictionSetter.RestrictionModifier and TypeMethodDescriptionvoidRestrictionSetter.setRestrictions(List<RestrictionSetter.Restriction> restrictions, List<com.carrotsearch.hppc.BitSet> encBits)