C# Class MS.OSM.Querys.OSM2DB.OSMFileReader.XmlOSMFileLoader

Inheritance: IDisposable
Afficher le fichier Open project: diogofdsilva/MS-OSM-Querys Class Usage Examples

Méthodes publiques

Méthode Description
BeginRead ( string path, List filters ) : System.Threading.Tasks.Task
Dispose ( ) : void
Read ( string path, List filters ) : void
XmlOSMFileLoader ( ConcurrentBag ways ) : System

Private Methods

Méthode Description
Initialize ( string path, List filters ) : void
ReadBound ( ) : void
ReadNode ( ) : void
ReadRelation ( ) : void
ReadWay ( ) : void
String2Coordinate ( string source ) : double

Method Details

BeginRead() public méthode

public BeginRead ( string path, List filters ) : System.Threading.Tasks.Task
path string
filters List
Résultat System.Threading.Tasks.Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Read() public méthode

public Read ( string path, List filters ) : void
path string
filters List
Résultat void

XmlOSMFileLoader() public méthode

public XmlOSMFileLoader ( ConcurrentBag ways ) : System
ways ConcurrentBag
Résultat System