Class QuadTreeImpl.Data

  • Enclosing class:
    QuadTreeImpl

    static final class QuadTreeImpl.Data
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Envelope2D box  
      (package private) int element  
    • Constructor Summary

      Constructors 
      Constructor Description
      Data​(int element_, double x1, double y1, double x2, double y2)  
      Data​(int element_, Envelope2D box_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Data

        Data​(int element_,
             double x1,
             double y1,
             double x2,
             double y2)