C# Class DeedDrafter.IdentifyWindow

Code behind for the identify window. This dialog is create in MainWindow::MapPoint_MouseClick
Inheritance: System.Windows.Window
Exibir arquivo Open project: Esri/deed-drafter Class Usage Examples

Public Methods

Method Description
IdentifyPoint ( Map ParcelMap, Configuration &config, ESRI clickPoint ) : void
IdentifyWindow ( ) : System.Collections.Generic
ShowFeatures ( List results ) : void

Private Methods

Method Description
GeometryService_Failed ( object sender, TaskFailedEventArgs args ) : void
GeometryService_IdentifyPointBufferCompleted ( object sender, GraphicsEventArgs args ) : void
IdentifyComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
IdentifyTask_ExecuteCompleted ( object sender, IdentifyEventArgs args ) : void
IdentifyTask_Failed ( object sender, TaskFailedEventArgs args ) : void
QueryIdentifyTask_ExecuteCompleted ( object sender, QueryEventArgs args ) : void
QueryIdentifyTask_Failed ( object sender, TaskFailedEventArgs args ) : void

Method Details

IdentifyPoint() public method

public IdentifyPoint ( Map ParcelMap, Configuration &config, ESRI clickPoint ) : void
ParcelMap Map
config Configuration
clickPoint ESRI
return void

IdentifyWindow() public method

public IdentifyWindow ( ) : System.Collections.Generic
return System.Collections.Generic

ShowFeatures() public method

public ShowFeatures ( List results ) : void
results List
return void