C# 클래스 csGeoLayers.Wikipedia.WikipediaLayer

상속: BaseLayer
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
AllFeatures ( ) : List
Close ( ) : void
KmlExport ( ) : System.Xml.Linq.XDocument
Open ( ) : void
OpenAsync ( ) : void
UpdateLayer ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AllFeatures() 공개 메소드

public AllFeatures ( ) : List
리턴 List

Close() 공개 메소드

public Close ( ) : void
리턴 void

KmlExport() 공개 메소드

public KmlExport ( ) : System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XDocument

Open() 공개 메소드

public Open ( ) : void
리턴 void

OpenAsync() 공개 메소드

public OpenAsync ( ) : void
리턴 void

UpdateLayer() 공개 메소드

public UpdateLayer ( ) : void
리턴 void