C# 클래스 MS.OSM.Querys.OSM2DB.OSMFileReader.XmlOSMFileLoader

상속: IDisposable
파일 보기 프로젝트 열기: diogofdsilva/MS-OSM-Querys 1 사용 예제들

공개 메소드들

메소드 설명
BeginRead ( string path, List filters ) : System.Threading.Tasks.Task
Dispose ( ) : void
Read ( string path, List filters ) : void
XmlOSMFileLoader ( ConcurrentBag ways ) : System

비공개 메소드들

메소드 설명
Initialize ( string path, List filters ) : void
ReadBound ( ) : void
ReadNode ( ) : void
ReadRelation ( ) : void
ReadWay ( ) : void
String2Coordinate ( string source ) : double

메소드 상세

BeginRead() 공개 메소드

public BeginRead ( string path, List filters ) : System.Threading.Tasks.Task
path string
filters List
리턴 System.Threading.Tasks.Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Read() 공개 메소드

public Read ( string path, List filters ) : void
path string
filters List
리턴 void

XmlOSMFileLoader() 공개 메소드

public XmlOSMFileLoader ( ConcurrentBag ways ) : System
ways ConcurrentBag
리턴 System