Search Results for

    Show / Hide Table of Contents

    Class RasterWmsItem

    A WMS Raster configuration element

    Inheritance
    System.Object
    RasterWmsItem
    Implements
    IFdoSerializable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.SchemaOverrides
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class RasterWmsItem : IFdoSerializable

    Constructors

    | Improve this Doc View Source

    RasterWmsItem(String, String, String)

    Initializes a new instance of the RasterWmsItem class.

    Declaration
    public RasterWmsItem(string schemaName, string className, string rasterPropertyName)
    Parameters
    Type Name Description
    System.String schemaName

    Name of the schema

    System.String className

    Name of the class.

    System.String rasterPropertyName

    Name of the raster property.

    Properties

    | Improve this Doc View Source

    BackgroundColor

    Gets or sets the color of the background.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The color of the background.

    | Improve this Doc View Source

    ElevationDimension

    Gets or sets the elevation dimension.

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

    The elevation dimension.

    | Improve this Doc View Source

    FeatureClass

    Gets or sets the feature class.

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

    The feature class.

    | Improve this Doc View Source

    ImageFormat

    Gets or sets the image format.

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

    The image format.

    | Improve this Doc View Source

    IsTransparent

    Gets or sets a value indicating whether this instance is transparent.

    Declaration
    public bool IsTransparent { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is transparent; otherwise, false.

    | Improve this Doc View Source

    Layers

    Gets the array of WMS layer configuration elements

    Declaration
    public WmsLayerDefinition[] Layers { get; }
    Property Value
    Type Description
    WmsLayerDefinition[]
    | Improve this Doc View Source

    RasterPropertyName

    Gets or sets the name of the raster property.

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

    The name of the raster property.

    | Improve this Doc View Source

    SchemaName

    Gets the name of the FDO logical schema this particular override applies to

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

    SpatialContextName

    Gets or sets the name of the spatial context.

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

    The name of the spatial context.

    | Improve this Doc View Source

    Time

    Gets or sets the time.

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

    The time.

    | Improve this Doc View Source

    UseTileCache

    Gets or sets a value indicating whether tile caching is used

    Declaration
    public bool UseTileCache { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if tile caching is used; otherwise, false.

    Methods

    | Improve this Doc View Source

    AddLayer(WmsLayerDefinition)

    Adds a WMS layer configuration element.

    Declaration
    public void AddLayer(WmsLayerDefinition layer)
    Parameters
    Type Name Description
    WmsLayerDefinition layer

    The layer.

    | Improve this Doc View Source

    ReadXml(XmlNode, XmlNamespaceManager)

    Set the current element's content from the current XML node

    Declaration
    public void ReadXml(XmlNode node, XmlNamespaceManager mgr)
    Parameters
    Type Name Description
    System.Xml.XmlNode node
    System.Xml.XmlNamespaceManager mgr
    | Improve this Doc View Source

    RemoveAllLayers()

    Removes all WMS layer configuration elements

    Declaration
    public void RemoveAllLayers()
    | Improve this Doc View Source

    RemoveLayer(WmsLayerDefinition)

    Removes the given WMS layer configuration element

    Declaration
    public void RemoveLayer(WmsLayerDefinition layer)
    Parameters
    Type Name Description
    WmsLayerDefinition layer

    The layer.

    | Improve this Doc View Source

    WriteXml(XmlDocument, XmlNode)

    Writes the current element's content

    Declaration
    public void WriteXml(XmlDocument doc, XmlNode currentNode)
    Parameters
    Type Name Description
    System.Xml.XmlDocument doc
    System.Xml.XmlNode currentNode

    Implements

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