Class OsmDataLayer.DataCountVisitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int deletedNodes
      Deleted nodes that have been visited
      int deletedRelations
      Deleted relations that have been visited
      int deletedWays
      Deleted ways that have been visited
      int incompleteNodes
      Incomplete nodes that have been visited
      int incompleteRelations
      Incomplete relations that have been visited
      int incompleteWays
      Incomplete ways that have been visited
      int nodes
      Nodes that have been visited
      int relations
      Relations that have been visited
      int ways
      Ways that have been visited
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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