Search Results for

    Show / Hide Table of Contents

    Interface ITileStoreParameters

    Describes configuration parameters for a Tile Set Definition

    Namespace: OSGeo.MapGuide.ObjectModels.TileSetDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ITileStoreParameters

    Properties

    | Improve this Doc View Source

    Parameters

    Gets all the configuration parameters

    Declaration
    IEnumerable<INameStringPair> Parameters { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<INameStringPair>
    | Improve this Doc View Source

    TileProvider

    The tile provider name

    Declaration
    string TileProvider { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    AddParameter(String, String)

    Adds a configuration parameter

    Declaration
    void AddParameter(string name, string value)
    Parameters
    Type Name Description
    System.String name

    The parameter name

    System.String value

    The parameter value

    | Improve this Doc View Source

    ClearParameters()

    Clears all configuration parameters

    Declaration
    void ClearParameters()
    | Improve this Doc View Source

    SetParameter(String, String)

    Sets the value for a configuration parameter

    Declaration
    void SetParameter(string name, string value)
    Parameters
    Type Name Description
    System.String name

    The parameter name

    System.String value

    The parameter value

    Events

    | Improve this Doc View Source

    ParametersChanged

    Raised when a configuration parameter has changed

    Declaration
    event EventHandler ParametersChanged
    Event Type
    Type Description
    System.EventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng