WmsLayerStyle¶
Namespace: ThinkGeo.Core
Structure for storing information about a WMS Layer Style.
public class WmsLayerStyle
Inheritance Object → WmsLayerStyle
Fields¶
LengendUrl¶
public WmsStyleLegend LengendUrl;
StyleSheetUrl¶
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
XML.