Table of Contents

ThinkGeo.MapSuite.WmsServerEdition.WmsHandler

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This is an asynchronous HTTP handler which is used to handle web map services.

Inheritance Hierarchy

Members Summary

Public Constructors

WmsHandler()

Remarks
Parameters

Protected Constructors

Public Methods

BeginProcessRequest(HttpContext,AsyncCallback,Object)

Remarks
Return Value
Parameters

EndProcessRequest(IAsyncResult)

Remarks
Return Value
Parameters

ProcessRequest(HttpContext)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

ProcessRequestCore(HttpContext)

Remarks
Return Value
Parameters

GetCapabilities(GetCapabilitiesRequest,HttpContext)

Remarks
Return Value
Parameters

GetCapabilitiesCore(GetCapabilitiesRequest,HttpContext)

Remarks
Return Value
Parameters

GetMap(GetMapRequest,HttpContext)

Remarks
Return Value
Parameters

GetMapCore(GetMapRequest,HttpContext)

Remarks
Return Value
Parameters

GetFeatureInfo(GetFeatureInfoRequest,HttpContext)

Remarks
Return Value
Parameters

GetFeatureInfoCore(GetFeatureInfoRequest,HttpContext)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

IsReusable

Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsHandler#IsReusable

Return Value

Protected Properties

CapabilitiesFilePathName

The file path for your capabilites xml document

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsHandler#CapabilitiesFilePathName

Return Value

OhQ=

N/A

Remarks

N/A

Return Value

Public Events