ThinkGeo.MapSuite.WorldMapKitServer.WorldMapKitWmsHandler
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.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
Protected Properties
Public Events
| Name | Event Arguments | DeclaringType | Summary |
Public Constructors
WorldMapKitWmsHandler()
Parameters
Protected Constructors
Public Methods
BeginProcessRequest(HttpContext, AsyncCallback, Object)
Return Value
| Return Type | Description |
| IAsyncResult<!– System.IAsyncResult –> | |
Parameters
| Name | Type | Description |
| context | HttpContext<!– System.Web.HttpContext –> | |
| cb | AsyncCallback<!– System.AsyncCallback –> | |
| extraData | Object<!– System.Object –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
EndProcessRequest(IAsyncResult)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| result | IAsyncResult<!– System.IAsyncResult –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
ProcessRequest(HttpContext)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
Protected Methods
Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
GetCapabilities(GetCapabilitiesRequest, HttpContext)
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
| Name | Type | Description |
| getCapabilitiesRequest | GetCapabilitiesRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest –> | |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
GetCapabilitiesCore(GetCapabilitiesRequest, HttpContext)
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
| Name | Type | Description |
| getCapabilitiesRequest | GetCapabilitiesRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest –> | |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
GetFeatureInfo(GetFeatureInfoRequest, HttpContext)
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
| Name | Type | Description |
| getFeatureInfoRequest | GetFeatureInfoRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest –> | |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
GetFeatureInfoCore(GetFeatureInfoRequest, HttpContext)
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
| Name | Type | Description |
| getFeatureInfoRequest | GetFeatureInfoRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest –> | |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
GetMap(GetMapRequest, HttpContext)
Return Value
| Return Type | Description |
| Bitmap<!– System.Drawing.Bitmap –> | |
Parameters
| Name | Type | Description |
| getMapRequest | GetMapRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> | |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
GetMapCore(GetMapRequest, HttpContext)
Return Value
| Return Type | Description |
| Bitmap<!– System.Drawing.Bitmap –> | |
Parameters
| Name | Type | Description |
| getMapRequest | GetMapRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> | |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler(overriden) –>
Go Back
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
ProcessRequestCore(HttpContext)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| context | HttpContext<!– System.Web.HttpContext –> | |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
Public Properties
IsReusable
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
Protected Properties
CapabilitiesFilePathName
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –>
Go Back
Public Events