Package org.meteoinfo.jts.index.strtree
Class ItemBoundable
- java.lang.Object
-
- org.meteoinfo.jts.index.strtree.ItemBoundable
-
- All Implemented Interfaces:
java.io.Serializable,Boundable
public class ItemBoundable extends java.lang.Object implements Boundable, java.io.Serializable
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemBoundable(java.lang.Object bounds, java.lang.Object item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetBounds()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.java.lang.ObjectgetItem()
-
-
-
Method Detail
-
getBounds
public java.lang.Object getBounds()
Description copied from interface:BoundableReturns 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
public java.lang.Object getItem()
-
-