Uses of Class
com.graphhopper.reader.osm.OSMRestrictionException
Packages that use OSMRestrictionException
-
Uses of OSMRestrictionException in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm that return OSMRestrictionExceptionModifier and TypeMethodDescriptionstatic OSMRestrictionException
OSMRestrictionException.withoutWarning()
Methods in com.graphhopper.reader.osm that throw OSMRestrictionExceptionModifier and TypeMethodDescriptionstatic void
RestrictionConverter.checkIfCompatibleWithRestriction
(GraphRestriction g, String restriction) RestrictionConverter.convert
(ReaderRelation relation, BaseGraph baseGraph, LongFunction<Iterator<com.carrotsearch.hppc.cursors.IntCursor>> edgesByWay) OSM restriction relations specify turn restrictions between OSM ways (of course).WayToEdgeConverter.convertForViaNode
(com.carrotsearch.hppc.LongArrayList fromWays, int viaNode, com.carrotsearch.hppc.LongArrayList toWays) Finds the edge IDs associated with the given OSM ways that are adjacent to the given via-node.WayToEdgeConverter.convertForViaWays
(com.carrotsearch.hppc.LongArrayList fromWays, com.carrotsearch.hppc.LongArrayList viaWays, com.carrotsearch.hppc.LongArrayList toWays) Finds the edge IDs associated with the given OSM ways that are adjacent to each other.static RestrictionMembers
RestrictionConverter.extractMembers
(ReaderRelation relation) RestrictionTagParser.parseRestrictionTags
(Map<String, Object> tags)