C# 클래스 ArcGISWindowsPhoneSDK.Identify

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: Esri/arcgis-samples-winphone

공개 메소드들

메소드 설명
Identify ( ) : System
ShowFeatures ( List results ) : void

비공개 메소드들

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

메소드 상세

Identify() 공개 메소드

public Identify ( ) : System
리턴 System

ShowFeatures() 공개 메소드

public ShowFeatures ( List results ) : void
results List
리턴 void