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
TThe bounds of one spatial object.
bBounds
TThe bounds of another spatial object.
Returns
- bool
Whether the two bounds intersect.