ItemBoundable class

Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.

@version 1.7

Implemented types

Constructors

ItemBoundable(Object bounds, Object item)

Properties

bounds Object
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
item Object
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBounds() 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. The class of object returned depends on the subclass of AbstractSTRtree. @return an Envelope (for STRtrees), an Interval (for SIRtrees), or other object (for other subclasses of AbstractSTRtree)
override
getItem() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited