Class WmsLayerStyle
Structure for storing information about a WMS Layer Style.
public class WmsLayerStyle
- Inheritance
-
WmsLayerStyle
- Inherited Members
Constructors
WmsLayerStyle(string)
This is a constructor of this class.
public WmsLayerStyle(string name)
Parameters
name
stringA string value that indicates the Name element in the Style node of the Capabilities XML.
Remarks
This is a constructor of this class.
WmsLayerStyle(string, string)
This is a constructor of this class.
public WmsLayerStyle(string name, string title)
Parameters
name
stringA string value that indicates the Name element in the Style node of the Capabilities XML.
title
stringA string value that indicates the Title element in the Style node of the Capabilities XML.
Fields
LengendUrl
public WmsStyleLegend LengendUrl
Field Value
StyleSheetUrl
public WmsOnlineResource StyleSheetUrl
Field Value
Properties
Abstract
Abstract of this requesting WMS layer.
public string Abstract { set; }
Property Value
Name
Name of this requesting WMS layer.
public string Name { get; set; }
Property Value
Title
Title of this requesting WMS layer.
public string Title { get; set; }