C# Class MapAround.Web.Wms.BaseServiceDescription

Base MapServive description class
Exibir arquivo Open project: gkrsu/maparound.core 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

Protected Methods

Method Description
BaseServiceDescription ( string title, string onlineResource ) : MapAround.Geometry

Initializes a new instance of the MapAround.Web.Wms.WmsServiceDescription.

Method Details

BaseServiceDescription() protected method

Initializes a new instance of the MapAround.Web.Wms.WmsServiceDescription.
protected BaseServiceDescription ( string title, string onlineResource ) : MapAround.Geometry
title string Mandatory Human-readable title for pick lists
onlineResource string Top-level web address of service or service provider.
return MapAround.Geometry

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,MapAround.Web.Wms 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