C# Class MapAround.Web.Wms.BaseServiceDescription

Base MapServive description class
Afficher le fichier Open project: gkrsu/maparound.core Class Usage Examples

Méthodes publiques

Свойство Type Description
Abstract string
AccessConstraints string
ContactInformation WmsContactInformation
Fees string
Keywords string[]
LayerLimit uint
MaxHeight uint
MaxWidth uint
OnlineResource string
Title string

Méthodes protégées

Méthode Description
BaseServiceDescription ( string title, string onlineResource ) : MapAround.Geometry

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

Method Details

BaseServiceDescription() protected méthode

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.
Résultat MapAround.Geometry

Property Details

Abstract public_oe property

Optional narrative description providing additional information.
public string Abstract
Résultat 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
Résultat string

ContactInformation public_oe property

Optional WMS contact information
public WmsContactInformation,MapAround.Web.Wms ContactInformation
Résultat 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
Résultat 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
Résultat string[]

LayerLimit public_oe property

Maximum number of layers allowed (0=no restrictions)
public uint LayerLimit
Résultat uint

MaxHeight public_oe property

Maximum height allowed in pixels (0=no restrictions)
public uint MaxHeight
Résultat uint

MaxWidth public_oe property

Maximum width allowed in pixels (0=no restrictions)
public uint MaxWidth
Résultat uint

OnlineResource public_oe property

Mandatory Top-level web address of service or service provider.
public string OnlineResource
Résultat string

Title public_oe property

Mandatory Human-readable title for pick lists
public string Title
Résultat string