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 RestrictionMembers
RestrictionConverter.extractMembers
(ReaderRelation relation) static RestrictionMembers
RestrictionMembers.viaNode
(long viaOSMNode, com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList toWays) static RestrictionMembers
RestrictionMembers.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 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).