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
Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Méthode Description
WMTSServer ( WmtsServiceDescription description ) : System

Designer.

Méthodes protégées

Méthode 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

Méthode Description
GetTile ( NameValueCollection requestParams, Stream responseOutputStream, string &responseContentType ) : void

Request GetTile

Method Details

CheckRequestParams() protected méthode

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
Résultat void

GetCapabilities() protected méthode

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

GetFeatureInfo() protected méthode

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

RequestAction() protected méthode

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

WMTSServer() public méthode

Designer.
public WMTSServer ( WmtsServiceDescription description ) : System
description WmtsServiceDescription
Résultat System