Geotools.Net

SIRtree.IntersectsOp.Intersects Method 

Missing <summary> documentation for M:Geotools.Index.STRTree.SIRtree.IntersectsOp.Intersects(System.Object,System.Object)

[Visual Basic]
NotOverridable Public Function Intersects( _
   ByVal aBounds As Object, _
   ByVal bBounds As Object _
) As Boolean Implements _
   IIntersectsOp.Intersects
[C#]
public bool Intersects(
   object aBounds,
   object bBounds
);

Parameters

aBounds
Missing <param> documentation for aBounds
bBounds
Missing <param> documentation for bBounds

Return Value

Missing <returns> documentation for M:Geotools.Index.STRTree.SIRtree.IntersectsOp.Intersects(System.Object,System.Object)

Implements

IIntersectsOp.Intersects

Remarks

Missing <remarks> documentation for M:Geotools.Index.STRTree.SIRtree.IntersectsOp.Intersects(System.Object,System.Object)

See Also

SIRtree.IntersectsOp Class | SIRtree.IntersectsOp Members | Geotools.Index.STRTree Namespace