Geotools.Net

IIntersectsOp.Intersects Method 

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

[Visual Basic]
Function Intersects( _
   ByVal aBounds As Object, _
   ByVal bBounds As Object _
) As Boolean
[C#]
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.IIntersectsOp.Intersects(System.Object,System.Object)

Remarks

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

See Also

IIntersectsOp Interface | IIntersectsOp Members | Geotools.Index.STRTree Namespace