Class which wraps the xServer web proxy and implements
IXMapWSBinding interface.
Inheritance HierarchySystemObject SystemMarshalByRefObject System.ComponentModelComponent System.Web.Services.ProtocolsWebClientProtocol System.Web.Services.ProtocolsHttpWebClientProtocol System.Web.Services.ProtocolsSoapHttpClientProtocol xserverXMapWSService Ptv.XServer.Controls.Map.TileProvidersXMapWSServiceImpl
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic class XMapWSServiceImpl : XMapWSService,
IXMapWSBinding
Public Class XMapWSServiceImpl
Inherits XMapWSService
Implements IXMapWSBinding
public ref class XMapWSServiceImpl : public XMapWSService,
IXMapWSBinding
type XMapWSServiceImpl =
class
inherit XMapWSService
interface IXMapWSBinding
end
The XMapWSServiceImpl type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | BeginrenderMap | (Inherited from XMapWSService.) |
 | BeginrenderMapBoundingBox | (Inherited from XMapWSService.) |
 | BeginrenderMapRot | (Inherited from XMapWSService.) |
 | CancelAsync | (Inherited from XMapWSService.) |
 | EndrenderMap | (Inherited from XMapWSService.) |
 | EndrenderMapBoundingBox | (Inherited from XMapWSService.) |
 | EndrenderMapRot | (Inherited from XMapWSService.) |
 | renderMap | (Inherited from XMapWSService.) |
 | renderMapAsync(MapSection, MapParams, ImageInfo, Layer, Boolean, CallerContext) | (Inherited from XMapWSService.) |
 | renderMapAsync(MapSection, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) | (Inherited from XMapWSService.) |
 | renderMapBoundingBox | (Inherited from XMapWSService.) |
 | renderMapBoundingBoxAsync(BoundingBox, MapParams, ImageInfo, Layer, Boolean, CallerContext) | (Inherited from XMapWSService.) |
 | renderMapBoundingBoxAsync(BoundingBox, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) | (Inherited from XMapWSService.) |
 | renderMapRot | (Inherited from XMapWSService.) |
 | renderMapRotAsync(MapSectionRot, MapParams, ImageInfo, Layer, Boolean, CallerContext) | (Inherited from XMapWSService.) |
 | renderMapRotAsync(MapSectionRot, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) | (Inherited from XMapWSService.) |
Top
Events
Extension Methods
| Name | Description |
---|
 | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |
Top
See Also