Search Results for

    Show / Hide Table of Contents

    Interface IDescribeRuntimeMap

    Describes the structure of an existing runtime map

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

    Properties

    | Improve this Doc View Source

    IconFormat

    The icon image format (default: PNG)

    Declaration
    string IconFormat { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IconHeight

    The height of each inline icon that will be rendered (default: 16)

    Declaration
    int IconHeight { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IconsPerScaleRange

    The number of icons to render inline (as base64 images) per scale range in each layer of the map

    Declaration
    int IconsPerScaleRange { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IconWidth

    The width of each inline icon that will be rendered (default: 16)

    Declaration
    int IconWidth { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

    The name of the runtime map to describe the structure of

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RequestedFeatures

    A bitmask specifying what pieces of information to include in the CREATERUNTIMEMAP response

    Declaration
    int RequestedFeatures { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Execute()

    Executes the request and returns the structure of the runtime map

    Declaration
    IRuntimeMapInfo Execute()
    Returns
    Type Description
    IRuntimeMapInfo

    The structure of the runtime map

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng