Geotools.Net

ISpatialIndex.Query Method 

Queries the index for all items whose envelopes intersect the given search envelope

[Visual Basic]
Function Query( _
   ByVal searchEnv As Envelope _
) As ArrayList
[C#]
ArrayList Query(
   Envelope searchEnv
);

Parameters

searchEnv
The envelope to query for.

Return Value

A list of the items found by the query.

Remarks

Missing <remarks> documentation for M:Geotools.Index.ISpatialIndex.Query(Geotools.Geometries.Envelope)

See Also

ISpatialIndex Interface | ISpatialIndex Members | Geotools.Index Namespace