Class Item<T>
  
  
  
  
  
  Assembly: NetTopologySuite.dll
  Syntax
  
  Type Parameters
  
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  Item(Envelope, T)
  
  
  Declaration
  
    public Item(Envelope env, T item)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Envelope | env |  | 
      
        | T | item |  | 
    
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Envelope
  
  
  Declaration
  
    public Envelope Envelope { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Value
  
  
  Declaration
  
  Property Value
  
  
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides