Show / Hide Table of Contents

    Interface IProvider

    Interface for data providers

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

    Properties

    | Improve this Doc View Source

    CRS

    The spatial reference ID (CRS)

    Declaration
    string CRS { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetExtents()

    BoundingBox of dataset

    Declaration
    BoundingBox GetExtents()
    Returns
    Type Description
    BoundingBox

    boundingbox

    | Improve this Doc View Source

    GetFeaturesInView(BoundingBox, Double)

    Declaration
    IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
    Parameters
    Type Name Description
    BoundingBox box
    System.Double resolution
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IFeature>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX