Search Results for

    Show / Hide Table of Contents

    Class ObservableCollectionProvider<T>

    Inheritance
    object
    ObservableCollectionProvider<T>
    Implements
    IProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Nts.Providers
    Assembly: Mapsui.Nts.dll
    Syntax
    public class ObservableCollectionProvider<T> : IProvider where T : IFeatureProvider
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    ObservableCollectionProvider(ObservableCollection<T>)

    Declaration
    public ObservableCollectionProvider(ObservableCollection<T> collection)
    Parameters
    Type Name Description
    ObservableCollection<T> collection

    Properties

    | Edit this page View Source

    CRS

    The spatial reference ID (CRS)

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

    Collection

    Declaration
    public ObservableCollection<T> Collection { get; }
    Property Value
    Type Description
    ObservableCollection<T>

    Methods

    | Edit this page View Source

    GetExtent()

    MRect of data set

    Declaration
    public MRect? GetExtent()
    Returns
    Type Description
    MRect

    BoundingBox

    | Edit this page View Source

    GetFeaturesAsync(FetchInfo)

    Declaration
    public Task<IEnumerable<IFeature>> GetFeaturesAsync(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    Returns
    Type Description
    Task<IEnumerable<IFeature>>

    Implements

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