C# Class csGeoLayers.Wikipedia.WikipediaLayer

Inheritance: BaseLayer
Mostra file Open project: TNOCS/csTouch

Public Methods

Method Description
AllFeatures ( ) : List
Close ( ) : void
KmlExport ( ) : System.Xml.Linq.XDocument
Open ( ) : void
OpenAsync ( ) : void
UpdateLayer ( ) : void

Private Methods

Method Description
DownloadArticles ( ) : void
GetValueFromTag ( string input, string tag ) : string

Obtiene el valor de una columna de la fila de resultados JSON

ViewDefMapManipulationCompleted ( object sender, EventArgs e ) : void
WcDownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

AllFeatures() public method

public AllFeatures ( ) : List
return List

Close() public method

public Close ( ) : void
return void

KmlExport() public method

public KmlExport ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument

Open() public method

public Open ( ) : void
return void

OpenAsync() public method

public OpenAsync ( ) : void
return void

UpdateLayer() public method

public UpdateLayer ( ) : void
return void