Show / Hide Table of Contents

    Interface IProjectingProvider

    Inherited Members
    IProvider.CRS
    IProvider.GetFeaturesInView(BoundingBox, Double)
    IProvider.GetExtents()
    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public interface IProjectingProvider : IProvider

    Methods

    | Improve this Doc View Source

    IsCrsSupported(String)

    Queries whether a provider supports projection to a certain CRS.

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

    The crs to project to

    Returns
    Type Description
    System.Nullable<System.Boolean>

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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX