Class Feature
Inheritance
System.Object
Feature
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Providers
Assembly: Mapsui.dll
Syntax
public class Feature : IFeature, IDisposable
Constructors
| Improve this Doc View SourceFeature()
Declaration
public Feature()
Feature(IFeature)
Declaration
public Feature(IFeature feature)
Parameters
Type | Name | Description |
---|---|---|
IFeature | feature |
Properties
| Improve this Doc View SourceFields
Declaration
public IEnumerable<string> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Geometry
Declaration
public IGeometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
IGeometry |
Item[String]
Declaration
public virtual object this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type | Description |
---|---|
System.Object |
RenderedGeometry
Declaration
public IDictionary<IStyle, object> RenderedGeometry { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<IStyle, System.Object> |
Styles
Declaration
public ICollection<IStyle> Styles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IStyle> |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()
Implements
System.IDisposable