Search Results for

    Show / Hide Table of Contents

    Interface IThemeStyle

    Interface for rendering a thematic layer

    Inherited Members
    IStyle.MinVisible
    IStyle.MaxVisible
    IStyle.Enabled
    IStyle.Opacity
    Namespace: Mapsui.Styles.Thematics
    Assembly: Mapsui.dll
    Syntax
    public interface IThemeStyle : IStyle

    Methods

    | Edit this page View Source

    GetStyle(IFeature, Viewport)

    Returns the style based on a feature

    Declaration
    IStyle? GetStyle(IFeature feature, Viewport viewport)
    Parameters
    Type Name Description
    IFeature feature

    Feature to calculate color from

    Viewport viewport
    Returns
    Type Description
    IStyle

    Color

    Extension Methods

    StyleExtensions.GetStylesToApply(IStyle?, double)
    StyleExtensions.ShouldBeApplied(IStyle?, double)
    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX