Show / Hide Table of Contents

    Interface IRenderGetStrategy

    Namespace: Mapsui.Rendering
    Assembly: Mapsui.dll
    Syntax
    public interface IRenderGetStrategy

    Methods

    | Improve this Doc View Source

    GetFeatures(BoundingBox, Double, ITileSchema, ITileCache<Feature>)

    Given the current extent and resolution it determines which tiles should be returned from the memorycache

    Declaration
    IList<IFeature> GetFeatures(BoundingBox extent, double resolution, ITileSchema schema, ITileCache<Feature> memoryCache)
    Parameters
    Type Name Description
    BoundingBox extent

    The extent of the target area

    System.Double resolution

    The resolution of the target area

    BruTile.ITileSchema schema

    The tile schema of the tile source

    BruTile.Cache.ITileCache<Feature> memoryCache

    The cached features from which to select

    Returns
    Type Description
    System.Collections.Generic.IList<IFeature>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX