Class GKRTreeSplitStrategy


  • public final class GKRTreeSplitStrategy
    extends java.lang.Object
    Used to adjust the way in which RTree nodes are split when they grow too large. [@enum] GKRTreeSplitStrategyHalve Specifies that nodes should be split in half based on insert order. [@enum] GKRTreeSplitStrategyLinear Specifies that nodes should be split along the best dividing axis. [@enum] GKRTreeSplitStrategyQuadratic Specifies that nodes should be split into groups with the least area. [@enum] GKRTreeSplitStrategyReduceOverlap Specifies that nodes should be split as to reduce overlap.
    • Method Summary

      • Methods inherited from class java.lang.Object

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