Interface IFeature
Assembly: Mapsui.dll
Syntax
public interface IFeature
Properties
|
Improve this Doc
View Source
Fields
Declaration
IEnumerable<string> Fields { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
|
Improve this Doc
View Source
Geometry
Declaration
IGeometry Geometry { get; set; }
Property Value
|
Improve this Doc
View Source
Item[String]
Declaration
object this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
RenderedGeometry
Declaration
IDictionary<IStyle, object> RenderedGeometry { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<IStyle, System.Object> |
|
|
Improve this Doc
View Source
Styles
Declaration
ICollection<IStyle> Styles { get; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<IStyle> |
|
Extension Methods