C# Class csGeoLayers.Wikipedia.WikipediaLayer

Inheritance: BaseLayer
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AllFeatures ( ) : List
Résultat List

Close() public méthode

public Close ( ) : void
Résultat void

KmlExport() public méthode

public KmlExport ( ) : System.Xml.Linq.XDocument
Résultat System.Xml.Linq.XDocument

Open() public méthode

public Open ( ) : void
Résultat void

OpenAsync() public méthode

public OpenAsync ( ) : void
Résultat void

UpdateLayer() public méthode

public UpdateLayer ( ) : void
Résultat void