C# Class ArcGISWindowsPhoneSDK.Identify

Inheritance: PhoneApplicationPage
Show file Open project: Esri/arcgis-samples-winphone

Public Methods

Method Description
Identify ( ) : System
ShowFeatures ( List results ) : void

Private Methods

Method Description
IdentifyButton_Click ( object sender, RoutedEventArgs e ) : void
IdentifyListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
IdentifyTask_ExecuteCompleted ( object sender, IdentifyEventArgs args ) : void
IdentifyTask_Failed ( object sender, TaskFailedEventArgs e ) : void
Layers_LayersInitialized ( object sender, EventArgs args ) : void
Menu_List_Click ( object sender, EventArgs e ) : void
MyDrawObject_DrawComplete ( object sender, ESRI e ) : void

Method Details

Identify() public method

public Identify ( ) : System
return System

ShowFeatures() public method

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