Search Results for

    Show / Hide Table of Contents

    Interface IFeature

    Inherited Members
    IDisposable.Dispose()
    Namespace: Mapsui
    Assembly: Mapsui.dll
    Syntax
    public interface IFeature : IDisposable

    Properties

    | Edit this page View Source

    Extent

    Declaration
    MRect? Extent { get; }
    Property Value
    Type Description
    MRect
    | Edit this page View Source

    Fields

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

    this[string]

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

    RenderedGeometry

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

    Styles

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

    Methods

    | Edit this page View Source

    CoordinateVisitor(Action<double, double, CoordinateSetter>)

    Declaration
    void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
    Parameters
    Type Name Description
    Action<double, double, CoordinateSetter> visit

    Extension Methods

    FeatureExtensions.Copy(IFeature)
    FeatureExtensions.Copy<T>(T)
    FeatureExtensions.ToDisplayText(IFeature)
    FeatureExtensions.ToStringOfKeyValuePairs(IFeature)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX