Class ElementCount


  • public class ElementCount
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long nodes
      Number of nodes
      long relations
      Number of relations
      long total
      Total number
      long ways
      Number of ways
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementCount()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nodes

        public long nodes
        Number of nodes
      • ways

        public long ways
        Number of ways
      • relations

        public long relations
        Number of relations
      • total

        public long total
        Total number
    • Constructor Detail

      • ElementCount

        public ElementCount()