C# Класс Ushahidi.Map.MapPoint.Production.RenderServiceSoap

Наследование: System.Web.Services.Protocols.SoapHttpClientProtocol
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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[]

Описание методов

BeginConvertToLatLong() публичный Метод

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
Результат System.IAsyncResult

BeginConvertToPoint() публичный Метод

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
Результат System.IAsyncResult

BeginGetBestMapView() публичный Метод

public BeginGetBestMapView ( Location locations, string dataSourceName, System callback, object asyncState ) : System.IAsyncResult
locations Location
dataSourceName string
callback System
asyncState object
Результат System.IAsyncResult

BeginGetLineDriveMap() публичный Метод

public BeginGetLineDriveMap ( LineDriveMapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification LineDriveMapSpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginGetMap() публичный Метод

public BeginGetMap ( MapSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification MapSpecification
callback System
asyncState object
Результат System.IAsyncResult

EndConvertToLatLong() публичный Метод

public EndConvertToLatLong ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LatLong[]
asyncResult System
Результат Ushahidi.Map.MapPoint.Production.LatLong[]

EndConvertToPoint() публичный Метод

public EndConvertToPoint ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.PixelCoord[]
asyncResult System
Результат Ushahidi.Map.MapPoint.Production.PixelCoord[]

EndGetBestMapView() публичный Метод

public EndGetBestMapView ( System asyncResult ) : MapViewRepresentations
asyncResult System
Результат MapViewRepresentations

EndGetLineDriveMap() публичный Метод

public EndGetLineDriveMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]
asyncResult System
Результат Ushahidi.Map.MapPoint.Production.LineDriveMapImage[]

EndGetMap() публичный Метод

public EndGetMap ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.MapImage[]
asyncResult System
Результат Ushahidi.Map.MapPoint.Production.MapImage[]

RenderServiceSoap() публичный Метод

public RenderServiceSoap ( ) : System
Результат System