C# Class StreetViewer.CustomTaskControl

显示文件 Open project: nygeog/python Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
CustomTaskControl ( StreetViewer.CustomTaskUI taskUI ) : System

Private Methods

Method Description
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

Method Details

CustomTaskControl() public method

public CustomTaskControl ( StreetViewer.CustomTaskUI taskUI ) : System
taskUI StreetViewer.CustomTaskUI
return System