C# Class ElevationProfile.MainPage

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: Esri/arcgis-samples-winphone

Public Methods

Method Description
GetElevations ( ESRI p ) : void
MainPage ( ) : System

Private Methods

Method Description
BackButton_Click ( object sender, EventArgs e ) : void
ClearButton_Click ( object sender, EventArgs e ) : void
DrawChartButton_Click ( object sender, EventArgs e ) : void
MyDrawObject_DrawBegin ( object sender, EventArgs args ) : void
MyDrawObject_DrawComplete ( object sender, ESRI args ) : void
PhoneApplicationPage_OrientationChanged ( object sender, OrientationChangedEventArgs e ) : void
SerializePolyline ( ESRI p ) : string
_GetElevationsHandler ( string s ) : void
invokeOperation ( string operationName, string operationParameters, OperationResultHandler operationHandler ) : void

Method Details

GetElevations() public method

public GetElevations ( ESRI p ) : void
p ESRI
return void

MainPage() public method

public MainPage ( ) : System
return System