Search Results for

    Show / Hide Table of Contents

    Class FetchTracker

    Inheritance
    object
    FetchTracker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Tiling.Fetcher
    Assembly: Mapsui.Tiling.dll
    Syntax
    public class FetchTracker

    Fields

    | Edit this page View Source

    DefaultTilesToCoverViewportCount

    Declaration
    public static int DefaultTilesToCoverViewportCount
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    MaxTilesInOneRequest

    Declaration
    public static int MaxTilesInOneRequest { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Clear()

    Declaration
    public void Clear()
    | Edit this page View Source

    FetchDone(TileIndex)

    Declaration
    public void FetchDone(TileIndex index)
    Parameters
    Type Name Description
    TileIndex index
    | Edit this page View Source

    FetchFailed(TileIndex)

    Declaration
    public void FetchFailed(TileIndex index)
    Parameters
    Type Name Description
    TileIndex index
    | Edit this page View Source

    IsDone()

    Declaration
    public bool IsDone()
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryTake(out TileInfo?, int)

    Declaration
    public bool TryTake(out TileInfo? tileInfo, int maxInProgress)
    Parameters
    Type Name Description
    TileInfo tileInfo
    int maxInProgress
    Returns
    Type Description
    bool
    | Edit this page View Source

    Update(FetchInfo, ITileSchema, IDataFetchStrategy, ITileCache<IFeature?>)

    Declaration
    public int Update(FetchInfo fetchInfo, ITileSchema tileSchema, IDataFetchStrategy dataFetchStrategy, ITileCache<IFeature?> tileCache)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    ITileSchema tileSchema
    IDataFetchStrategy dataFetchStrategy
    ITileCache<IFeature> tileCache
    Returns
    Type Description
    int

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX