Class ItemBoundable
java.lang.Object
org.locationtech.jts.index.strtree.ItemBoundable
- All Implemented Interfaces:
Serializable
,Boundable
Boundable wrapper for a non-Boundable spatial object. Used internally by
AbstractSTRtree.
- Version:
- 1.7
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemBoundable
-
-
Method Details
-
getBounds
Description copied from interface:Boundable
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. -
getItem
-