xxl.indexStructures
Class RTree.Node.Distribution

java.lang.Object
  |
  +--xxl.indexStructures.RTree.Node.Distribution

protected class RTree.Node.Distribution
extends java.lang.Object


Field Summary
protected  java.lang.Object[] entries
           
protected  Rectangle firstDescriptor
           
protected  Rectangle secondDescriptor
           
 
Constructor Summary
protected RTree.Node.Distribution(java.lang.Object[] entries, int secondStart, Rectangle firstDescriptor, Rectangle secondDescriptor)
           
 
Method Summary
protected  double areaValue()
           
protected  Tree.Descriptor descriptor(boolean second)
           
protected  java.util.List entries(boolean second)
           
protected  double marginValue()
           
protected  double overlapValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

protected java.lang.Object[] entries

firstDescriptor

protected Rectangle firstDescriptor

secondDescriptor

protected Rectangle secondDescriptor
Constructor Detail

RTree.Node.Distribution

protected RTree.Node.Distribution(java.lang.Object[] entries,
                                  int secondStart,
                                  Rectangle firstDescriptor,
                                  Rectangle secondDescriptor)
Method Detail

entries

protected java.util.List entries(boolean second)

descriptor

protected Tree.Descriptor descriptor(boolean second)

marginValue

protected double marginValue()

overlapValue

protected double overlapValue()

areaValue

protected double areaValue()