C# 클래스 SharpMap.Web.Wms.Capabilities.WmsServiceDescription

The Wms Service Description stores metadata parameters for a WMS service
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Abstract string
AccessConstraints string
ContactInformation WmsContactInformation
Fees string
Keywords string[]
LayerLimit uint
MaxHeight uint
MaxWidth uint
OnlineResource string
Title string

공개 메소드들

메소드 설명
WmsServiceDescription ( string title, string onlineResource ) : System

Initializes a WmsServiceDescription object

메소드 상세

WmsServiceDescription() 공개 메소드

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.
리턴 System

프로퍼티 상세

Abstract 공개적으로 프로퍼티

Optional narrative description providing additional information
public string Abstract
리턴 string

AccessConstraints 공개적으로 프로퍼티

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
리턴 string

ContactInformation 공개적으로 프로퍼티

Optional WMS contact information
public WmsContactInformation ContactInformation
리턴 WmsContactInformation

Fees 공개적으로 프로퍼티

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
리턴 string

Keywords 공개적으로 프로퍼티

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

LayerLimit 공개적으로 프로퍼티

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

MaxHeight 공개적으로 프로퍼티

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

MaxWidth 공개적으로 프로퍼티

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

OnlineResource 공개적으로 프로퍼티

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

Title 공개적으로 프로퍼티

Mandatory Human-readable title for pick lists
public string Title
리턴 string