Class ItemBoundable<T, TItem>
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
Implements
IBoundable<T, TItem>
Inherited Members
Namespace: NetTopologySuite.Index.Strtree
Assembly: NetTopologySuite.dll
Syntax
[Serializable]
public class ItemBoundable<T, TItem> : IBoundable<T, TItem> where T : IIntersectable<T>, IExpandable<T>
Type Parameters
| Name | Description |
|---|---|
| T | |
| TItem |
Constructors
| Edit this page View SourceItemBoundable(T, TItem)
Declaration
public ItemBoundable(T bounds, TItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | bounds | |
| TItem | item |
Properties
| Edit this page View SourceBounds
The bounds
Declaration
public T Bounds { get; }
Property Value
| Type | Description |
|---|---|
| T |
Item
The item
Declaration
public TItem Item { get; }
Property Value
| Type | Description |
|---|---|
| TItem |