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

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System.IAsyncResult

BeginConvertToPoint() public méthode

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
Résultat System.IAsyncResult

BeginGetBestMapView() public méthode

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

BeginGetLineDriveMap() public méthode

public BeginGetLineDriveMap ( LineDriveMapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification LineDriveMapSpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetMap() public méthode

public BeginGetMap ( MapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification MapSpecification
callback System
asyncState object
Résultat System.IAsyncResult

EndConvertToLatLong() public méthode

public EndConvertToLatLong ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LatLong[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.LatLong[]

EndConvertToPoint() public méthode

public EndConvertToPoint ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.PixelCoord[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.PixelCoord[]

EndGetBestMapView() public méthode

public EndGetBestMapView ( System asyncResult ) : MapViewRepresentations
asyncResult System
Résultat MapViewRepresentations

EndGetLineDriveMap() public méthode

public EndGetLineDriveMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]

EndGetMap() public méthode

public EndGetMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.MapImage[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.MapImage[]

RenderServiceSoap() public méthode

public RenderServiceSoap ( ) : System
Résultat System