Search Results for

    Show / Hide Table of Contents

    Class TileFetchDispatcher

    Inheritance
    object
    TileFetchDispatcher
    Implements
    IFetchDispatcher
    INotifyPropertyChanged
    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 TileFetchDispatcher : IFetchDispatcher, INotifyPropertyChanged

    Constructors

    | Edit this page View Source

    TileFetchDispatcher(ITileCache<IFeature?>, ITileSchema?, Func<TileInfo, Task<IFeature?>>, IDataFetchStrategy?)

    Declaration
    public TileFetchDispatcher(ITileCache<IFeature?> tileCache, ITileSchema? tileSchema, Func<TileInfo, Task<IFeature?>> fetchTileAsFeature, IDataFetchStrategy? dataFetchStrategy = null)
    Parameters
    Type Name Description
    ITileCache<IFeature> tileCache
    ITileSchema tileSchema
    Func<TileInfo, Task<IFeature>> fetchTileAsFeature
    IDataFetchStrategy dataFetchStrategy

    Properties

    | Edit this page View Source

    Busy

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

    MaxTilesInOneRequest

    Declaration
    public static int MaxTilesInOneRequest { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NumberTilesNeeded

    Declaration
    public int NumberTilesNeeded { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    SetViewport(FetchInfo)

    Declaration
    public void SetViewport(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    | Edit this page View Source

    StartFetching()

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

    StopFetching()

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

    TryTake(out Func<Task>?)

    Declaration
    public bool TryTake(out Func<Task>? method)
    Parameters
    Type Name Description
    Func<Task> method
    Returns
    Type Description
    bool

    Events

    | Edit this page View Source

    DataChanged

    Declaration
    public event DataChangedEventHandler? DataChanged
    Event Type
    Type Description
    DataChangedEventHandler
    | Edit this page View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler? PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    IFetchDispatcher
    INotifyPropertyChanged
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX