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
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
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