Interface ISpatialIndexEx<T>
Inherited Members
Namespace: NetTopologySuite.Index
Assembly: NetTopologySuite.dll
Syntax
public interface ISpatialIndexEx<T> : ISpatialIndex<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceQuery(Envelope)
Declaration
IEnumerable<T> Query(Envelope extent)
Parameters
| Type | Name | Description |
|---|---|---|
| Envelope | extent |
Returns
| Type | Description |
|---|---|
| IEnumerable<T> |
Query(Envelope, Func<T, bool>)
Declaration
IEnumerable<T> Query(Envelope extent, Func<T, bool> predicate)
Parameters
| Type | Name | Description |
|---|---|---|
| Envelope | extent | |
| Func<T, bool> | predicate |
Returns
| Type | Description |
|---|---|
| IEnumerable<T> |