Class RasterWmsItem
A WMS Raster configuration element
Inheritance
Implements
Inherited Members
Namespace: OSGeo.MapGuide.MaestroAPI.SchemaOverrides
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class RasterWmsItem : IFdoSerializable
Constructors
| Improve this Doc View SourceRasterWmsItem(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 SourceBackgroundColor
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. |
ElevationDimension
Gets or sets the elevation dimension.
Declaration
public string ElevationDimension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The elevation dimension. |
FeatureClass
Gets or sets the feature class.
Declaration
public string FeatureClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The feature class. |
ImageFormat
Gets or sets the image format.
Declaration
public string ImageFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image format. |
IsTransparent
Gets or sets a value indicating whether this instance is transparent.
Declaration
public bool IsTransparent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Layers
Gets the array of WMS layer configuration elements
Declaration
public WmsLayerDefinition[] Layers { get; }
Property Value
Type | Description |
---|---|
WmsLayerDefinition[] |
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. |
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 |
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. |
Time
Gets or sets the time.
Declaration
public string Time { get; set; }
Property Value
Type | Description |
---|---|
System.String | The time. |
UseTileCache
Gets or sets a value indicating whether tile caching is used
Declaration
public bool UseTileCache { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
| Improve this Doc View SourceAddLayer(WmsLayerDefinition)
Adds a WMS layer configuration element.
Declaration
public void AddLayer(WmsLayerDefinition layer)
Parameters
Type | Name | Description |
---|---|---|
WmsLayerDefinition | layer | The layer. |
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 |
RemoveAllLayers()
Removes all WMS layer configuration elements
Declaration
public void RemoveAllLayers()
RemoveLayer(WmsLayerDefinition)
Removes the given WMS layer configuration element
Declaration
public void RemoveLayer(WmsLayerDefinition layer)
Parameters
Type | Name | Description |
---|---|---|
WmsLayerDefinition | layer | The layer. |
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 |