Table of Contents

Interface AbstractSTRtree<T, TItem>.IIntersectsOp

Namespace
NetTopologySuite.Index.Strtree
Assembly
NetTopologySuite.dll
protected interface AbstractSTRtree<T, TItem>.IIntersectsOp

Methods

Intersects(T, T)

For STRtrees, the bounds will be Envelopes; for SIRtrees, Intervals; for other subclasses of AbstractSTRtree, some other class.

bool Intersects(T aBounds, T bBounds)

Parameters

aBounds T

The bounds of one spatial object.

bBounds T

The bounds of another spatial object.

Returns

bool

Whether the two bounds intersect.