Search Results for

    Show / Hide Table of Contents

    Interface ICreateRuntimeMap

    A command that creates a runtime map from the given Map Definition

    Inherited Members
    ICommand.Parent
    Namespace: OSGeo.MapGuide.MaestroAPI.Commands
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public interface ICreateRuntimeMap : 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

    MapDefinition

    The resource id of the Map Definition to create a Runtime Map from

    Declaration
    string MapDefinition { 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. Use the OSGeo.MapGuide.MaestroAPI.Commands.RuntimeMapRequest to determine what valid values you can use.

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

    TargetMapName

    The name to assign to the created runtime map. If null, then MapGuide will auto-generate one based on the Map Definition ID

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

    Methods

    | Improve this Doc View Source

    Execute()

    Executes the request and returns the structure of the created 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