ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This is an asynchronous HTTP handler which is used to handle web map services.
*System.Object **ThinkGeo.MapSuite.WmsServerEdition.WmsHandler
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor for the WmsHandler class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | HttpContext, AsyncCallback, Object | Initiates an asynchronous call to the HTTP handler. | |
![]() | IAsyncResult | Provides an asynchronous process End method when the process ends. | |
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | HttpContext | Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | GetCapabilitiesRequest, HttpContext | The purpose of the GetCapabilities WMS operation is to retrieve general information about the service itself and specific information about the available layers. | |
![]() | GetCapabilitiesRequest, HttpContext | The purpose of the GetCapabilities WMS operation is to retrieve general information about the service itself and specific information about the available layers. | |
![]() | GetFeatureInfoRequest, HttpContext | This method implements the WMS GetFeatureInfo operation and returns feature information depending on the request from the client. | |
![]() | GetFeatureInfoRequest, HttpContext | This method implements the WMS GetFeatureInfo operation and returns feature information depending on the request from client. | |
![]() | GetMapRequest, HttpContext | The GetMap WMS operation is designed to produce a map, which is defined as either a pictorial image or a set of graphical elements. | |
![]() | GetMapRequest, HttpContext | The GetMap WMS operation is designed to produce a map, which is defined as either a pictorial image or a set of graphical elements. | |
![]() | Object | ||
![]() | HttpContext | This abstract method is called from the concrete public method ProcessRequest. This method processes the request from client. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | Gets a value indicating whether another request can use the System.Web.IHttpHandler instance. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | The file path for your capabilites xml document |
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor for the WmsHandler class.
This is the default constructor for the WmsHandler class.
Name | Type | Description |
---|
Initiates an asynchronous call to the HTTP handler.
Return Type | Description |
---|---|
IAsyncResult<!– System.IAsyncResult –> | A System.IAsyncResult that contains information about the status of the process. |
Name | Type | Description |
---|---|---|
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
cb | AsyncCallback<!– System.AsyncCallback –> | The System.AsyncCallback to call when the asynchronous method call is complete. If cb is null, the delegate is not called. |
extraData | Object<!– System.Object –> | Any extra data needed to process the request. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
Provides an asynchronous process End method when the process ends.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
result | IAsyncResult<!– System.IAsyncResult –> | A System.IAsyncResult that contains information about the status of the process. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
The purpose of the GetCapabilities WMS operation is to retrieve general information about the service itself and specific information about the available layers.
Return Type | Description |
---|---|
String<!– System.String –> | This method returns general information about the service itself and specific information about the available layers. |
Name | Type | Description |
---|---|---|
getCapabilitiesRequest | GetCapabilitiesRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest –> | The RequestInfo object corresponding to the QueryString from the client's request. |
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
The purpose of the GetCapabilities WMS operation is to retrieve general information about the service itself and specific information about the available layers.
This abstract method is called from the concrete public method GetCapabilities.
Return Type | Description |
---|---|
String<!– System.String –> | This method returns general information about the service itself and specific information about the available layers. |
Name | Type | Description |
---|---|---|
getCapabilitiesRequest | GetCapabilitiesRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetCapabilitiesRequest –> | The RequestInfo object corresponding to the QueryString from the client's request. |
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
This method implements the WMS GetFeatureInfo operation and returns feature information depending on the request from the client.
This method is the concrete wrapper for the abstract method GetFeatureInfo. The canonical use case for GetFeatureInfo is that a user sees the response of a GetMap request and chooses a point on that map for which to obtain more information. The basic operation provides the ability for a client to specify which pixel is being asked about, which layer(s) should be investigated, and what format the information should be returned in.
Return Type | Description |
---|---|
String<!– System.String –> | This method returns feature information depending on the request from the client. |
Name | Type | Description |
---|---|---|
getFeatureInfoRequest | GetFeatureInfoRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest –> | The RequestInfo object corresponding to the QueryString from the client's request. |
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
This method implements the WMS GetFeatureInfo operation and returns feature information depending on the request from client.
This abstract method is called from the concrete public method GetFeatureInfo. The canonical use case for GetFeatureInfo is that a user sees the response of a GetMap request and chooses a point on that map for which to obtain more information. The basic operation provides the ability for a client to specify which pixel is being asked about, which layer(s) should be investigated, and what format the information should be returned in.
Return Type | Description |
---|---|
String<!– System.String –> | This method returns feature information depending on the request from the client. |
Name | Type | Description |
---|---|---|
getFeatureInfoRequest | GetFeatureInfoRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest –> | The RequestInfo object corresponding to the QueryString from the client's request. |
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
The GetMap WMS operation is designed to produce a map, which is defined as either a pictorial image or a set of graphical elements.
Return Type | Description |
---|---|
Bitmap<!– System.Drawing.Bitmap –> | This method returns a pictorial image or a set of graphical elements. |
Name | Type | Description |
---|---|---|
getMapRequest | GetMapRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> | The RequestInfo object corresponding to the QueryString from the client's request. |
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
The GetMap WMS operation is designed to produce a map, which is defined as either a pictorial image or a set of graphical elements.
This abstract method is called from the concrete public method GetMap.
Return Type | Description |
---|---|
Bitmap<!– System.Drawing.Bitmap –> | This method returns a pictorial image or a set of graphical elements. |
Name | Type | Description |
---|---|---|
getMapRequest | GetMapRequest<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> | The RequestInfo object corresponding to the QueryString from the client's request. |
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This abstract method is called from the concrete public method ProcessRequest. This method processes the request from client.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
context | HttpContext<!– System.Web.HttpContext –> | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back
The file path for your capabilites xml document
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.WmsHandler –> Go Back