C# Класс MapAround.Web.Wms.WMSServer

Implements The OpenGIS® Web Map Service Interface. As the names of layers appearing in http-queries used their aliases (MapAround.Mapping.Layer.Alias)
Наследование: MapServerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WMSServer ( WmsServiceDescription description ) : MapAround.Web.Wmts

Защищенные методы

Метод Описание
CheckRequestParams ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType, BoundingRectangle &originalBbox, int &width, int &height ) : void

Overrides CheckRequestParams of MapServerBase

GetCapabilities ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void

GetCapabilities request

GetFeatureInfo ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void

Request GetFeatureInfo

RequestAction ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : bool

Redirects to the request handler.

Приватные методы

Метод Описание
GetMap ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void

Описание методов

CheckRequestParams() защищенный Метод

Overrides CheckRequestParams of MapServerBase
protected CheckRequestParams ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType, BoundingRectangle &originalBbox, int &width, int &height ) : void
requestParams System.Collections.Specialized.NameValueCollection
responseOutputStream Stream
responseContentType string
originalBbox BoundingRectangle
width int
height int
Результат void

GetCapabilities() защищенный Метод

GetCapabilities request
protected GetCapabilities ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void
requestParams System.Collections.Specialized.NameValueCollection
responseOutputStream Stream
responseContentType string
Результат void

GetFeatureInfo() защищенный Метод

Request GetFeatureInfo
protected GetFeatureInfo ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void
requestParams System.Collections.Specialized.NameValueCollection
responseOutputStream Stream
responseContentType string
Результат void

RequestAction() защищенный Метод

Redirects to the request handler.
protected RequestAction ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : bool
requestParams System.Collections.Specialized.NameValueCollection
responseOutputStream Stream
responseContentType string
Результат bool

WMSServer() публичный Метод

public WMSServer ( WmsServiceDescription description ) : MapAround.Web.Wmts
description WmsServiceDescription
Результат MapAround.Web.Wmts