C# Класс MapAround.Web.Wmts.WMTSServer

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

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

Метод Описание
WMTSServer ( WmtsServiceDescription description ) : System

Designer.

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

Метод Описание
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

GetFeatureInfo request

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

Redirects to the request handler.

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

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

Request GetTile

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

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() защищенный Метод

GetFeatureInfo request
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

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

Designer.
public WMTSServer ( WmtsServiceDescription description ) : System
description WmtsServiceDescription
Результат System