Search Results for

    Show / Hide Table of Contents

    Class GeoJsonProvider

    Inheritance
    object
    GeoJsonProvider
    Implements
    IProviderExtended
    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 GeoJsonProvider : IProviderExtended, IProvider

    Constructors

    | Edit this page View Source

    GeoJsonProvider(string)

    Declaration
    public GeoJsonProvider(string geoJson)
    Parameters
    Type Name Description
    string geoJson

    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

    FeatureKeyCreator

    Declaration
    public FeatureKeyCreator<string> FeatureKeyCreator { get; set; }
    Property Value
    Type Description
    FeatureKeyCreator<string>
    | Edit this page View Source

    Id

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

    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

    IProviderExtended
    IProvider

    Extension Methods

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