C# Class 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)
Inheritance: MapServerBase
Show file Open project: gkrsu/maparound.core

Public Methods

Method Description
WMTSServer ( WmtsServiceDescription description ) : System

Designer.

Protected Methods

Method Description
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.

Private Methods

Method Description
GetTile ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void

Request GetTile

Method Details

CheckRequestParams() protected method

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
return void

GetCapabilities() protected method

GetCapabilities request
protected GetCapabilities ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void
requestParams System.Collections.Specialized.NameValueCollection
responseOutputStream Stream
responseContentType string
return void

GetFeatureInfo() protected method

GetFeatureInfo request
protected GetFeatureInfo ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void
requestParams System.Collections.Specialized.NameValueCollection
responseOutputStream Stream
responseContentType string
return void

RequestAction() protected method

Redirects to the request handler.
protected RequestAction ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : bool
requestParams System.Collections.Specialized.NameValueCollection
responseOutputStream Stream
responseContentType string
return bool

WMTSServer() public method

Designer.
public WMTSServer ( WmtsServiceDescription description ) : System
description WmtsServiceDescription
return System