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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
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.Methods inherited from class org.locationtech.jts.index.strtree.AbstractNode
addChildBoundable, getBounds, getChildBoundables, getLevel, isEmpty, size
-
Constructor Details
-
STRtreeNode
private STRtreeNode(int level)
-
-
Method Details
-
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 classAbstractNode
- Returns:
- an Envelope (for STRtrees), an Interval (for SIRtrees), or other object (for other subclasses of AbstractSTRtree)
- See Also:
-