Class ItemBoundable<T, TItem>
- Namespace
- NetTopologySuite.Index.Strtree
- Assembly
- NetTopologySuite.dll
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree.
public class ItemBoundable<T, TItem> : IBoundable<T, TItem> where T : IIntersectable<T>, IExpandable<T>Type Parameters
- T
- TItem
- Inheritance
- 
      
      ItemBoundable<T, TItem>
- Implements
- 
      IBoundable<T, TItem>
- Inherited Members
Constructors
ItemBoundable(T, TItem)
public ItemBoundable(T bounds, TItem item)Parameters
- boundsT
- itemTItem
Properties
Bounds
The bounds
public T Bounds { get; }Property Value
- T
Item
The item
public TItem Item { get; }Property Value
- TItem