C# 클래스 csGeoLayers.ShapeFiles.ShapeLayer

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

Private Properties

프로퍼티 타입 설명
DrawPolygon void
DrawPolyline void
NotifyPropertyChanged void
_bgWorker_DoWork void
_bgWorker_RunWorkerCompleted void

공개 메소드들

메소드 설명
AddKmlFile ( string filePath, GroupLayer curGrLayer ) : void
AddShapefile ( string filePath, GroupLayer curGrLayer ) : void
GetSettings ( string fileName ) : ShapeLayerSettings
Init ( ) : void
ReadFolder ( string path, GroupLayer curGrLayer ) : void

Reads the folder that is configured in the settings and creates layers for the files in the folders.

WriteSettings ( ShapeLayerSettings settings, string fileName ) : void

비공개 메소드들

메소드 설명
DrawPolygon ( IEnumerable points, GraphicsLayer gl, ShapeLayerSettings settings ) : void
DrawPolyline ( IEnumerable points, GraphicsLayer gl, ShapeLayerSettings settings ) : void
NotifyPropertyChanged ( String info ) : void
_bgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
_bgWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

메소드 상세

AddKmlFile() 공개 정적인 메소드

public static AddKmlFile ( string filePath, GroupLayer curGrLayer ) : void
filePath string
curGrLayer GroupLayer
리턴 void

AddShapefile() 공개 메소드

public AddShapefile ( string filePath, GroupLayer curGrLayer ) : void
filePath string
curGrLayer GroupLayer
리턴 void

GetSettings() 공개 정적인 메소드

public static GetSettings ( string fileName ) : ShapeLayerSettings
fileName string
리턴 ShapeLayerSettings

Init() 공개 메소드

public Init ( ) : void
리턴 void

ReadFolder() 공개 메소드

Reads the folder that is configured in the settings and creates layers for the files in the folders.
public ReadFolder ( string path, GroupLayer curGrLayer ) : void
path string
curGrLayer GroupLayer
리턴 void

WriteSettings() 공개 정적인 메소드

public static WriteSettings ( ShapeLayerSettings settings, string fileName ) : void
settings ShapeLayerSettings
fileName string
리턴 void