Class BaseFeature
Assembly: Mapsui.dll
Syntax
public abstract class BaseFeature : IDisposable
Constructors
|
Edit this page
View Source
BaseFeature()
Declaration
|
Edit this page
View Source
BaseFeature(BaseFeature)
Declaration
public BaseFeature(BaseFeature baseFeature)
Parameters
Properties
|
Edit this page
View Source
Fields
Declaration
public IEnumerable<string> Fields { get; }
Property Value
|
Edit this page
View Source
this[string]
Declaration
public virtual object? this[string key] { get; set; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
|
Edit this page
View Source
RenderedGeometry
Declaration
public IDictionary<IStyle, object> RenderedGeometry { get; set; }
Property Value
|
Edit this page
View Source
Styles
Declaration
public ICollection<IStyle> Styles { get; set; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Declaration
public virtual void Dispose()
Implements