Click or drag to resize

RTreeIntersects Method

Finds all rectangles that intersect the passed rectangle.

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool Intersects(
	Rectangle r,
	Func<Rectangle, bool> v
)

Parameters

r
Type: VelocityDBExtensions.SpatialRectangle
the rectangle we are intersecting with
v
Type: SystemFuncRectangle, Boolean
if returns true, search containues else search is ended

Return Value

Type: Boolean
true if at least one intersection was found and v returns true
See Also