Search Results for

    Show / Hide Table of Contents

    Interface IMap

    Describes a map entry in a map group

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    IExtensibleElement.Extension
    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IMap : INotifyPropertyChanged, IExtensibleElement

    Properties

    | Improve this Doc View Source

    CmsMapOptions

    External base layer options

    Declaration
    ICmsMapOptions CmsMapOptions { get; set; }
    Property Value
    Type Description
    ICmsMapOptions
    | Improve this Doc View Source

    OverlayOptions

    MapGuide overlay options

    Declaration
    IMapGuideOverlayOptions OverlayOptions { get; set; }
    Property Value
    Type Description
    IMapGuideOverlayOptions
    | Improve this Doc View Source

    SingleTile

    Indicates if it is single tile

    Declaration
    bool SingleTile { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Type

    The type of map

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

    Methods

    | Improve this Doc View Source

    AsXml()

    Outputs to XML

    Declaration
    string AsXml()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    CreateOptions(String, String)

    Creates external base layer options

    Declaration
    ICmsMapOptions CreateOptions(string name, string type)
    Parameters
    Type Name Description
    System.String name
    System.String type
    Returns
    Type Description
    ICmsMapOptions
    | Improve this Doc View Source

    CreateOverlayOptions(Boolean, Boolean, String)

    Creates MapGuide overlay options

    Declaration
    IMapGuideOverlayOptions CreateOverlayOptions(bool isBaseLayer, bool useOverlay, string projection)
    Parameters
    Type Name Description
    System.Boolean isBaseLayer
    System.Boolean useOverlay
    System.String projection
    Returns
    Type Description
    IMapGuideOverlayOptions
    | Improve this Doc View Source

    FromXml(String)

    Initialize from XML

    Declaration
    void FromXml(string xml)
    Parameters
    Type Name Description
    System.String xml

    Extension Methods

    ExtensionMethods.GetNames(IExtensibleElement)
    ExtensionMethods.GetAllValues(IExtensibleElement)
    ExtensionMethods.SetSubjectOrExternalLayerProperties(IExtensibleElement, IDictionary<String, Object>)
    ExtensionMethods.SetAllValues(IExtensibleElement, NameValueCollection)
    ExtensionMethods.GetXYZUrls(IMap)
    ExtensionMethods.SetXYZUrls(IMap, String[])
    ExtensionMethods.SetValue(IExtensibleElement, String, String)
    ExtensionMethods.CreateExtensionElement(IExtensibleElement, String)
    ExtensionMethods.GetValue(IExtensibleElement, String)
    ExtensionMethods.GetMapDefinition(IMap)
    ExtensionMethods.SetMapDefinition(IMap, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng