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 OSMRestrictionExceptionOSMRestrictionException.withoutWarning()Methods in com.graphhopper.reader.osm that throw OSMRestrictionExceptionModifier 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).static voidOSMRestrictionConverter.checkIfTopologyIsCompatibleWithRestriction(RestrictionTopology g, String restriction) 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 RestrictionMembersOSMRestrictionConverter.extractMembers(ReaderRelation relation) RestrictionTagParser.parseRestrictionTags(Map<String, Object> tags)