RenderServiceSoap Class
Contains the methods and properties related to calling the render service.
Public Class RenderServiceSoap Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
Member of [Namespace]
[C#]
public class RenderServiceSoap : System.Web.Services.Protocols.SoapHttpClientProtocol
Member of [Namespace]
Public Methods
ConvertToLatLong | Converts pixel coordinates on a given map to latitude and longitude coordinates. Returns an array of LatLong[] objects from a given array of PixelCoord[] objects. |
ConvertToPoint | Converts latitude and longitude coordinates to pixel coordinates. Returns an array of PixelCoord[] objects from a given array of LatLong[] objects. |
GetBestMapView | Creates a single, best map view for displaying a set of locations. A best map view is the largest scale map that can be centered over the set of locations while displaying the entire location along with a small buffer. Returns a MapViewRepresentations object for a specified Location object or array of Location[] objects. |
GetMap | Creates one or more rendered images of a map. Returns a MapImage object or an array of MapImage[] objects, based on a specified map view or array of map views. |
Public Properties
CustomerInfoRenderHeaderValue | The customer-defined code (CustomerInfoRenderHeader object) that represents the transaction being sent to MapPoint Web Service using the RenderServiceSoap methods. |
UserInfoRenderHeaderValue | The context-related information (UserInfoRenderHeader object) that defines the locale, language, and unit of measurement in which results are returned from the RenderServiceSoap methods. |
See Also
LatLong Class | PixelCoord Class | MapViewRepresentations Class | Location Class | MapImage Class | CustomerInfoRenderHeader Class | UserInfoRenderHeader Class