C# Class SharpMap.Web.Wms.Capabilities.WmsServiceDescription

The Wms Service Description stores metadata parameters for a WMS service
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Properties

Property Type Description
Abstract string
AccessConstraints string
ContactInformation WmsContactInformation
Fees string
Keywords string[]
LayerLimit uint
MaxHeight uint
MaxWidth uint
OnlineResource string
Title string

Public Methods

Method Description
WmsServiceDescription ( string title, string onlineResource ) : System

Initializes a WmsServiceDescription object

Method Details

WmsServiceDescription() public method

Initializes a WmsServiceDescription object
public WmsServiceDescription ( string title, string onlineResource ) : System
title string Mandatory Human-readable title for pick lists
onlineResource string Top-level web address of service or service provider.
return System

Property Details

Abstract public_oe property

Optional narrative description providing additional information
public string Abstract
return string

AccessConstraints public_oe property

The optional element "AccessConstraints" may be omitted if it do not apply to the server. If the element is present, the reserved word "none" (case-insensitive) shall be used if there are no access constraints, as follows: "none".

When constraints are imposed, no precise syntax has been defined for the text content of these elements, but client applications may display the content for user information and action.

public string AccessConstraints
return string

ContactInformation public_oe property

Optional WMS contact information
public WmsContactInformation ContactInformation
return WmsContactInformation

Fees public_oe property

The optional element "Fees" may be omitted if it do not apply to the server. If the element is present, the reserved word "none" (case-insensitive) shall be used if there are no fees, as follows: "none".
public string Fees
return string

Keywords public_oe property

Optional list of keywords or keyword phrases describing the server as a whole to help catalog searching
public string[] Keywords
return string[]

LayerLimit public_oe property

Maximum number of layers allowed (0=no restrictions)
public uint LayerLimit
return uint

MaxHeight public_oe property

Maximum height allowed in pixels (0=no restrictions)
public uint MaxHeight
return uint

MaxWidth public_oe property

Maximum width allowed in pixels (0=no restrictions)
public uint MaxWidth
return uint

OnlineResource public_oe property

Mandatory Top-level web address of service or service provider.
public string OnlineResource
return string

Title public_oe property

Mandatory Human-readable title for pick lists
public string Title
return string