Table of Contents

Class WmsLayerStyle

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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 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.

Fields

LengendUrl

public WmsStyleLegend LengendUrl

Field Value

WmsStyleLegend

StyleSheetUrl

public WmsOnlineResource StyleSheetUrl

Field Value

WmsOnlineResource

Properties

Abstract

Abstract of this requesting WMS layer.

public string Abstract { set; }

Property Value

string

Name

Name of this requesting WMS layer.

public string Name { get; set; }

Property Value

string

Title

Title of this requesting WMS layer.

public string Title { get; set; }

Property Value

string