Show / Hide Table of Contents

    Class Feature

    Inheritance
    System.Object
    Feature
    Implements
    IFeature
    System.IDisposable
    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 Source

    Feature()

    Declaration
    public Feature()
    | Improve this Doc View Source

    Feature(IFeature)

    Declaration
    public Feature(IFeature feature)
    Parameters
    Type Name Description
    IFeature feature

    Properties

    | Improve this Doc View Source

    Fields

    Declaration
    public IEnumerable<string> Fields { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    | Improve this Doc View Source

    Geometry

    Declaration
    public IGeometry Geometry { get; set; }
    Property Value
    Type Description
    IGeometry
    | Improve this Doc View Source

    Item[String]

    Declaration
    public virtual 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
    public IDictionary<IStyle, object> RenderedGeometry { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<IStyle, System.Object>
    | Improve this Doc View Source

    Styles

    Declaration
    public ICollection<IStyle> Styles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<IStyle>

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    | Improve this Doc View Source

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    IFeature
    System.IDisposable

    Extension Methods

    FeatureExtensions.Copy(IFeature)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX