Search Results for

    Show / Hide Table of Contents

    Interface IProvider

    Interface for data providers

    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public interface IProvider

    Properties

    | Edit this page View Source

    CRS

    The spatial reference ID (CRS)

    Declaration
    string? CRS { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetExtent()

    MRect of data set

    Declaration
    MRect? GetExtent()
    Returns
    Type Description
    MRect

    BoundingBox

    | Edit this page View Source

    GetFeaturesAsync(FetchInfo)

    Declaration
    Task<IEnumerable<IFeature>> GetFeaturesAsync(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    Returns
    Type Description
    Task<IEnumerable<IFeature>>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX