Interface AbstractSTRtree<T, TItem>.IIntersectsOp
- Namespace
- NetTopologySuite.Index.Strtree
- Assembly
- NetTopologySuite.dll
protected interface AbstractSTRtree<T, TItem>.IIntersectsOpMethods
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
- aBoundsT
- The bounds of one spatial object. 
- bBoundsT
- The bounds of another spatial object. 
Returns
- bool
- Whether the two bounds intersect.