Search Results for

    Show / Hide Table of Contents

    Interface IGetWfsCapabilities

    Gets the document describing the WFS capabilities of this service

    Inherited Members
    ICommand.Parent
    Namespace: OSGeo.MapGuide.MaestroAPI.Commands
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public interface IGetWfsCapabilities : ICommand

    Methods

    | Improve this Doc View Source

    Execute(WfsVersion)

    Requests WFS capabilities for the given WFS version

    Declaration
    Stream Execute(WfsVersion version)
    Parameters
    Type Name Description
    WfsVersion version
    Returns
    Type Description
    System.IO.Stream
    | Improve this Doc View Source

    ExecuteAsync(WfsVersion, CancellationToken)

    Asynchronously requests WFS capabilities for the given WFS version

    Declaration
    Task<Stream> ExecuteAsync(WfsVersion version, CancellationToken cancel = default(CancellationToken))
    Parameters
    Type Name Description
    WfsVersion version
    System.Threading.CancellationToken cancel
    Returns
    Type Description
    System.Threading.Tasks.Task<System.IO.Stream>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng