====== ThinkGeo.MapSuite.WorldMapKitServer.WorldMapKitWmsHandler ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler]] ***[[ThinkGeo.MapSuite.WorldMapKitServer.WorldMapKitWmsHandler]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsHandler()|WorldMapKitWmsHandler]] | | | | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#BeginProcessRequest(HttpContext, AsyncCallback, Object)|BeginProcessRequest]] | HttpContext, AsyncCallback, Object | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#EndProcessRequest(IAsyncResult)|EndProcessRequest]] | IAsyncResult | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ProcessRequest(HttpContext)|ProcessRequest]] | HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetCapabilities(GetCapabilitiesRequest, HttpContext)|GetCapabilities]] | [[ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest|GetCapabilitiesRequest]], HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetCapabilitiesCore(GetCapabilitiesRequest, HttpContext)|GetCapabilitiesCore]] | [[ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest|GetCapabilitiesRequest]], HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeatureInfo(GetFeatureInfoRequest, HttpContext)|GetFeatureInfo]] | [[ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest|GetFeatureInfoRequest]], HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetFeatureInfoCore(GetFeatureInfoRequest, HttpContext)|GetFeatureInfoCore]] | [[ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest|GetFeatureInfoRequest]], HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetMap(GetMapRequest, HttpContext)|GetMap]] | [[ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest|GetMapRequest]], HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetMapCore(GetMapRequest, HttpContext)|GetMapCore]] | [[ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest|GetMapRequest]], HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]](overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ProcessRequestCore(HttpContext)|ProcessRequestCore]] | HttpContext | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#IsReusable|IsReusable]] | Boolean | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedProperty.gif|Protected Property}}[[#CapabilitiesFilePathName|CapabilitiesFilePathName]] | String | [[ThinkGeo.MapSuite.WmsServerEdition.WmsHandler|WmsHandler]] | | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== WorldMapKitWmsHandler() ==== === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== BeginProcessRequest(HttpContext, AsyncCallback, Object) ==== === Return Value === ^ Return Type ^ Description ^ | IAsyncResult | | === Parameters === ^ Name ^ Type ^ Description ^ | context | HttpContext | | | cb | AsyncCallback | | | extraData | Object | | [[#Public Methods|Go Back]] ==== EndProcessRequest(IAsyncResult) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | result | IAsyncResult | | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ProcessRequest(HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | context | HttpContext | | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetCapabilities(GetCapabilitiesRequest, HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ | getCapabilitiesRequest | [[ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest|GetCapabilitiesRequest]] | | | context | HttpContext | | [[#Protected Methods|Go Back]] ==== GetCapabilitiesCore(GetCapabilitiesRequest, HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ | getCapabilitiesRequest | [[ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest|GetCapabilitiesRequest]] | | | context | HttpContext | | [[#Protected Methods|Go Back]] ==== GetFeatureInfo(GetFeatureInfoRequest, HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ | getFeatureInfoRequest | [[ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest|GetFeatureInfoRequest]] | | | context | HttpContext | | [[#Protected Methods|Go Back]] ==== GetFeatureInfoCore(GetFeatureInfoRequest, HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ | getFeatureInfoRequest | [[ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest|GetFeatureInfoRequest]] | | | context | HttpContext | | [[#Protected Methods|Go Back]] ==== GetMap(GetMapRequest, HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | Bitmap | | === Parameters === ^ Name ^ Type ^ Description ^ | getMapRequest | [[ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest|GetMapRequest]] | | | context | HttpContext | | [[#Protected Methods|Go Back]] ==== GetMapCore(GetMapRequest, HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | Bitmap | | === Parameters === ^ Name ^ Type ^ Description ^ | getMapRequest | [[ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest|GetMapRequest]] | | | context | HttpContext | | [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== ProcessRequestCore(HttpContext) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | context | HttpContext | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== IsReusable ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ===== Protected Properties ===== ==== CapabilitiesFilePathName ==== === Return Value === ^ Return Type ^ | String | [[#Protected Properties|Go Back]] ===== Public Events ===== __NOTOC__ [[Category:WorldMapKitServer]] [[Category:ThinkGeo.MapSuite.WorldMapKitServer]] [[Category:UpdateDocumentation]]