C# Class Ushahidi.Map.MapPoint.Production.RenderServiceSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Mostra file Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
BeginConvertToLatLong ( PixelCoord pixels, MapView view, int width, int height, System callback, object asyncState ) : System.IAsyncResult
BeginConvertToPoint ( LatLong latLong, MapView view, int width, int height, System callback, object asyncState ) : System.IAsyncResult
BeginGetBestMapView ( Location locations, string dataSourceName, System callback, object asyncState ) : System.IAsyncResult
BeginGetLineDriveMap ( LineDriveMapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginGetMap ( MapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
EndConvertToLatLong ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LatLong[]
EndConvertToPoint ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.PixelCoord[]
EndGetBestMapView ( System asyncResult ) : MapViewRepresentations
EndGetLineDriveMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]
EndGetMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.MapImage[]
RenderServiceSoap ( ) : System

Private Methods

Method Description
ConvertToLatLong ( PixelCoord pixels, MapView view, int width, int height ) : Ushahidi.Map.MapPoint.Production.LatLong[]
ConvertToPoint ( LatLong latLong, MapView view, int width, int height ) : Ushahidi.Map.MapPoint.Production.PixelCoord[]
GetBestMapView ( Location locations, string dataSourceName ) : MapViewRepresentations
GetLineDriveMap ( LineDriveMapSpecification specification ) : Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]
GetMap ( MapSpecification specification ) : Ushahidi.Map.MapPoint.Production.MapImage[]

Method Details

BeginConvertToLatLong() public method

public BeginConvertToLatLong ( PixelCoord pixels, MapView view, int width, int height, System callback, object asyncState ) : System.IAsyncResult
pixels PixelCoord
view MapView
width int
height int
callback System
asyncState object
return System.IAsyncResult

BeginConvertToPoint() public method

public BeginConvertToPoint ( LatLong latLong, MapView view, int width, int height, System callback, object asyncState ) : System.IAsyncResult
latLong LatLong
view MapView
width int
height int
callback System
asyncState object
return System.IAsyncResult

BeginGetBestMapView() public method

public BeginGetBestMapView ( Location locations, string dataSourceName, System callback, object asyncState ) : System.IAsyncResult
locations Location
dataSourceName string
callback System
asyncState object
return System.IAsyncResult

BeginGetLineDriveMap() public method

public BeginGetLineDriveMap ( LineDriveMapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification LineDriveMapSpecification
callback System
asyncState object
return System.IAsyncResult

BeginGetMap() public method

public BeginGetMap ( MapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification MapSpecification
callback System
asyncState object
return System.IAsyncResult

EndConvertToLatLong() public method

public EndConvertToLatLong ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LatLong[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.LatLong[]

EndConvertToPoint() public method

public EndConvertToPoint ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.PixelCoord[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.PixelCoord[]

EndGetBestMapView() public method

public EndGetBestMapView ( System asyncResult ) : MapViewRepresentations
asyncResult System
return MapViewRepresentations

EndGetLineDriveMap() public method

public EndGetLineDriveMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]

EndGetMap() public method

public EndGetMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.MapImage[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.MapImage[]

RenderServiceSoap() public method

public RenderServiceSoap ( ) : System
return System