Search Results for

    Show / Hide Table of Contents

    Class RasterizingTileProvider

    The rasterizing tile provider. Tiles the Layer for faster Rasterizing on Zoom and Move.

    Inheritance
    object
    RasterizingTileProvider
    Implements
    ITileSource
    ITileProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Tiling.Provider
    Assembly: Mapsui.Tiling.dll
    Syntax
    public class RasterizingTileProvider : ITileSource, ITileProvider

    Constructors

    | Edit this page View Source

    RasterizingTileProvider(ILayer, IRenderer?, float, IPersistentCache<byte[]>?, IProjection?, RenderFormat)

    Declaration
    public RasterizingTileProvider(ILayer layer, IRenderer? rasterizer = null, float pixelDensity = 1, IPersistentCache<byte[]>? persistentCache = null, IProjection? projection = null, RenderFormat renderFormat = RenderFormat.Png)
    Parameters
    Type Name Description
    ILayer layer
    IRenderer rasterizer
    float pixelDensity
    IPersistentCache<byte[]> persistentCache
    IProjection projection
    RenderFormat renderFormat

    Properties

    | Edit this page View Source

    Attribution

    Declaration
    public Attribution Attribution { get; }
    Property Value
    Type Description
    Attribution
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PersistentCache

    Declaration
    public IPersistentCache<byte[]> PersistentCache { get; set; }
    Property Value
    Type Description
    IPersistentCache<byte[]>
    | Edit this page View Source

    Schema

    Declaration
    public ITileSchema Schema { get; }
    Property Value
    Type Description
    ITileSchema

    Methods

    | Edit this page View Source

    GetTileAsync(TileInfo)

    Declaration
    public Task<byte[]?> GetTileAsync(TileInfo tileInfo)
    Parameters
    Type Name Description
    TileInfo tileInfo
    Returns
    Type Description
    Task<byte[]>
    | Edit this page View Source

    ToViewport(MSection)

    Declaration
    public static Viewport ToViewport(MSection section)
    Parameters
    Type Name Description
    MSection section
    Returns
    Type Description
    Viewport

    Implements

    BruTile.ITileSource
    BruTile.ITileProvider
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX