Class STRtree.STRtreeNode

java.lang.Object
org.locationtech.jts.index.strtree.AbstractNode
org.locationtech.jts.index.strtree.STRtree.STRtreeNode
All Implemented Interfaces:
Serializable, Boundable
Enclosing class:
STRtree

private static final class STRtree.STRtreeNode extends AbstractNode
  • Constructor Details

    • STRtreeNode

      private STRtreeNode(int level)
  • Method Details

    • computeBounds

      protected Object computeBounds()
      Description copied from class: AbstractNode
      Returns a representation of space that encloses this Boundable, preferably not much bigger than this Boundable's boundary yet fast to test for intersection with the bounds of other Boundables. The class of object returned depends on the subclass of AbstractSTRtree.
      Specified by:
      computeBounds in class AbstractNode
      Returns:
      an Envelope (for STRtrees), an Interval (for SIRtrees), or other object (for other subclasses of AbstractSTRtree)
      See Also: