Uses of Class
com.graphhopper.reader.osm.RestrictionMembers
Packages that use RestrictionMembers
-
Uses of RestrictionMembers in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm that return RestrictionMembersModifier and TypeMethodDescriptionstatic RestrictionMembersOSMRestrictionConverter.extractMembers(ReaderRelation relation) static RestrictionMembersRestrictionMembers.viaNode(long viaOSMNode, com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList toWays) static RestrictionMembersRestrictionMembers.viaWay(com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList viaWays, com.carrotsearch.hppc.LongArrayList toWays) Methods in com.graphhopper.reader.osm that return types with arguments of type RestrictionMembersModifier 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).