Search Results for

    Show / Hide Table of Contents

    Class BaseFeature

    Inheritance
    object
    BaseFeature
    PointFeature
    RasterFeature
    RectFeature
    GeometryFeature
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Layers
    Assembly: Mapsui.dll
    Syntax
    public abstract class BaseFeature : IDisposable

    Constructors

    | Edit this page View Source

    BaseFeature()

    Declaration
    public BaseFeature()
    | Edit this page View Source

    BaseFeature(BaseFeature)

    Declaration
    public BaseFeature(BaseFeature baseFeature)
    Parameters
    Type Name Description
    BaseFeature baseFeature

    Properties

    | Edit this page View Source

    Fields

    Declaration
    public IEnumerable<string> Fields { get; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    this[string]

    Declaration
    public virtual object? this[string key] { get; set; }
    Parameters
    Type Name Description
    string key
    Property Value
    Type Description
    object
    | Edit this page View Source

    RenderedGeometry

    Declaration
    public IDictionary<IStyle, object> RenderedGeometry { get; set; }
    Property Value
    Type Description
    IDictionary<IStyle, object>
    | Edit this page View Source

    Styles

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

    Methods

    | Edit this page View Source

    Dispose()

    Declaration
    public virtual void Dispose()

    Implements

    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX