JTS Core 1.17.1
Packages
Classes
Search
About
Top
ItemBoundable(Object, Object)
getBounds(): Object
getItem(): Object
Bottom
Source
Classic
org.locationtech.jts.index.strtree
Class ItemBoundable
Hierarchy:
Object
, ItemBoundable
All Implemented Interfaces:
Boundable
,
Serializable
public class ItemBoundable
implements
Serializable
,
Boundable
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
Other
version: 1.7
public
ItemBoundable(
Object
bounds,
Object
item)
public
Object
getBounds()
public
Object
getItem()