Class AreasWithHighwayTagCheckWalker


  • public class AreasWithHighwayTagCheckWalker
    extends org.openstreetmap.atlas.geography.atlas.walker.EdgeWalker
    Simple walker to grab all connected edges which have a bad combination of area=yes and some highway tag.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.openstreetmap.atlas.geography.atlas.walker.EdgeWalker

        org.openstreetmap.atlas.geography.atlas.walker.EdgeWalker.EdgeHandler
    • Field Summary

      • Fields inherited from class org.openstreetmap.atlas.geography.atlas.walker.EdgeWalker

        DEFAULT_CANDIDATE_FILTER, DEFAULT_EDGE_HANDLER, DEFAULT_TRAVERSAL_ORDER
    • Constructor Summary

      Constructors 
      Constructor Description
      AreasWithHighwayTagCheckWalker​(org.openstreetmap.atlas.geography.atlas.items.Edge startingEdge)  
    • Method Summary

      • Methods inherited from class org.openstreetmap.atlas.geography.atlas.walker.EdgeWalker

        collectEdges
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AreasWithHighwayTagCheckWalker

        public AreasWithHighwayTagCheckWalker​(org.openstreetmap.atlas.geography.atlas.items.Edge startingEdge)