Search Results for

    Show / Hide Table of Contents

    Interface IProjectingProvider

    Inherited Members
    IProvider.CRS
    IProvider.GetExtent()
    IProvider.GetFeaturesAsync(FetchInfo)
    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public interface IProjectingProvider : IProvider

    Methods

    | Edit this page View Source

    IsCrsSupported(string)

    Queries whether a provider supports projection to a certain CRS.

    Declaration
    bool? IsCrsSupported(string crs)
    Parameters
    Type Name Description
    string crs

    The crs to project to

    Returns
    Type Description
    bool?

    True if is does, false if it does not, null if it is unknown

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