Geotools.Net

AbstractSTRtree.Query Method 

Also builds the tree, if necessary.

[Visual Basic]
Overloads Protected Function Query( _
   ByVal searchBounds As Object _
) As ArrayList
[C#]
protected ArrayList Query(
   object searchBounds
);

Parameters

searchBounds
Missing <param> documentation for searchBounds

Return Value

Missing <returns> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.Query(System.Object)

Remarks

Missing <remarks> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.Query(System.Object)

See Also

AbstractSTRtree Class | AbstractSTRtree Members | Geotools.Index.STRTree Namespace