C# 클래스 Ushahidi.Map.MapPoint.Production.RenderServiceSoap

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 메소드들

메소드 설명
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