WmsLayerStyle¶
Namespace: ThinkGeo.Core
Structure for storing information about a WMS Layer Style.
public class WmsLayerStyle
Inheritance object → WmsLayerStyle
Fields¶
LengendUrl¶
Gets or sets the legend graphic associated with the style.
public WmsStyleLegend LengendUrl;
StyleSheetUrl¶
Gets or sets the online resource that defines the style sheet.
public WmsOnlineResource StyleSheetUrl;
Properties¶
Title¶
Title of this requesting WMS layer.
public string Title { get; set; }
Property Value¶
Name¶
Name of this requesting WMS layer.
public string Name { get; set; }
Property Value¶
Abstract¶
Abstract of this requesting WMS layer.
public string Abstract { set; }
Property Value¶
Constructors¶
WmsLayerStyle(string)¶
This is a constructor of this class.
public WmsLayerStyle(string name)
Parameters¶
name string
A 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 string
A string value that indicates the Name element in the Style node of the Capabilities XML.
title string
A string value that indicates the Title element in the Style node of the Capabilities