C# Class ArcGISRuntime.WPF.Samples.AuthorMap.AuthorMap

Show file Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
AuthorMap ( ) : Esri.ArcGISRuntime.Geometry
CreateCredentialAsync ( CredentialRequestInfo info ) : Task

Private Methods

Method Description
AddOperationalLayers ( ) : void
ApplyBasemap ( string basemapName ) : void
BasemapSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ClearMapClicked ( object sender, RoutedEventArgs e ) : void
Initialize ( ) : void
OperationalLayerSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SaveMapClicked ( object sender, RoutedEventArgs e ) : void
SaveNewMapAsync ( Map myMap, string title, string description, string tags ) : System.Threading.Tasks.Task
SaveOAuthSettingsClicked ( object sender, RoutedEventArgs e ) : void
UpdateAuthenticationManager ( ) : void
UpdatePortalItemThumbnailAsync ( string thumbnailImagePath ) : void
UpdateViewExtentLabels ( ) : void
WriteTempThumbnailImageAsync ( ImageSource mapImageSource ) : Task

Method Details

AuthorMap() public method

public AuthorMap ( ) : Esri.ArcGISRuntime.Geometry
return Esri.ArcGISRuntime.Geometry

CreateCredentialAsync() public method

public CreateCredentialAsync ( CredentialRequestInfo info ) : Task
info CredentialRequestInfo
return Task