Click or drag to resize

XMapWSServiceImpl Class

Class which wraps the xServer web proxy and implements IXMapWSBinding interface.
Inheritance Hierarchy
SystemObject
  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
Syntax
public class XMapWSServiceImpl : XMapWSService, 
	IXMapWSBinding

The XMapWSServiceImpl type exposes the following members.

Constructors
  NameDescription
Public methodXMapWSServiceImpl
Initializes a new instance of the XMapWSServiceImpl class.
Top
Methods
  NameDescription
Public methodBeginrenderMap (Inherited from XMapWSService.)
Public methodBeginrenderMapBoundingBox (Inherited from XMapWSService.)
Public methodBeginrenderMapRot (Inherited from XMapWSService.)
Public methodCancelAsync (Inherited from XMapWSService.)
Public methodEndrenderMap (Inherited from XMapWSService.)
Public methodEndrenderMapBoundingBox (Inherited from XMapWSService.)
Public methodEndrenderMapRot (Inherited from XMapWSService.)
Public methodrenderMap (Inherited from XMapWSService.)
Public methodrenderMapAsync(MapSection, MapParams, ImageInfo, Layer, Boolean, CallerContext) (Inherited from XMapWSService.)
Public methodrenderMapAsync(MapSection, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) (Inherited from XMapWSService.)
Public methodrenderMapBoundingBox (Inherited from XMapWSService.)
Public methodrenderMapBoundingBoxAsync(BoundingBox, MapParams, ImageInfo, Layer, Boolean, CallerContext) (Inherited from XMapWSService.)
Public methodrenderMapBoundingBoxAsync(BoundingBox, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) (Inherited from XMapWSService.)
Public methodrenderMapRot (Inherited from XMapWSService.)
Public methodrenderMapRotAsync(MapSectionRot, MapParams, ImageInfo, Layer, Boolean, CallerContext) (Inherited from XMapWSService.)
Public methodrenderMapRotAsync(MapSectionRot, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) (Inherited from XMapWSService.)
Top
Events
  NameDescription
Public eventrenderMapBoundingBoxCompleted (Inherited from XMapWSService.)
Public eventrenderMapCompleted (Inherited from XMapWSService.)
Public eventrenderMapRotCompleted (Inherited from XMapWSService.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also