Class AggregatePrimitivesVisitor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<OsmPrimitive> visit​(java.util.Collection<OsmPrimitive> data)
      Visits a collection of primitives
      void visit​(Node n)
      Visiting call for points.
      void visit​(Relation r)
      Visiting call for relations.
      void visit​(Way w)
      Visiting call for lines.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait