Interface IFeature
  
  
  
  
  Assembly: Mapsui.dll
  Syntax
  
    public interface IFeature : IDisposable
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Extent
  
  
  Declaration
  
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Fields
  
  
  Declaration
  
    IEnumerable<string> Fields { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  this[string]
  
  
  Declaration
  
    object? this[string key] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | key |  | 
    
  
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  RenderedGeometry
  
  
  Declaration
  
    IDictionary<IStyle, object> RenderedGeometry { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Styles
  
  
  Declaration
  
    ICollection<IStyle> Styles { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  CoordinateVisitor(Action<double, double, CoordinateSetter>)
  
  
  Declaration
  
    void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
   
  Parameters
  
  Extension Methods