C# 클래스 StreetViewer.CustomTaskControl

파일 보기 프로젝트 열기: nygeog/python 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddResultToTextBox void
CheckQueryResponse bool
DoFind void
FormatPointCoords string
GetResultFromDragData PlaceResult
LoadStreetViewQuery bool
SetTag void
btnFind_Click void
btnGetLocation_Click void
txtLocation_DragDrop void
txtLocation_DragEnter void
txtLocation_TextChanged void

공개 메소드들

메소드 설명
CustomTaskControl ( StreetViewer.CustomTaskUI taskUI ) : System

비공개 메소드들

메소드 설명
AddResultToTextBox ( PlaceResult res ) : void
CheckQueryResponse ( ) : bool
DoFind ( ) : void
FormatPointCoords ( ESRI location ) : string
GetResultFromDragData ( IDataObject dragData ) : PlaceResult
LoadStreetViewQuery ( ) : bool
SetTag ( string plc ) : void
btnFind_Click ( object sender, EventArgs e ) : void
btnGetLocation_Click ( object sender, EventArgs e ) : void
txtLocation_DragDrop ( object sender, DragEventArgs e ) : void
txtLocation_DragEnter ( object sender, DragEventArgs e ) : void
txtLocation_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

CustomTaskControl() 공개 메소드

public CustomTaskControl ( StreetViewer.CustomTaskUI taskUI ) : System
taskUI StreetViewer.CustomTaskUI
리턴 System