C# Class ArcGISWindowsPhoneSDK.DynamicLayerThematic

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

Public Methods

Method Description
DynamicLayerThematic ( ) : System.Collections.Generic

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void

Private Methods

Method Description
ColorRampListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
EndColorListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
FeatureLayer_Initialized ( object sender, System e ) : void
InitializeRenderingInfo ( ) : void
PageListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PopulateListBoxes ( ) : void
PropertyButton_Click ( object sender, System e ) : void
RenderButton_Click ( object sender, System e ) : void
ShowLegendButton_Click ( object sender, System e ) : void
ShowThematicPropertiesButton_Click ( object sender, System e ) : void
StartColorListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

DynamicLayerThematic() public method

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

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void