C# 클래스 CsvToDataService.ConvertIBB

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

공개 메소드들

메소드 설명
ConvertIBB ( string connectionString = DefaultConnectionString ) : BagDataAccess

Default constructor, optionally using a connection string to the BAG database.

ProcessXml ( string filename ) : PoiService

Convert the XML file to a data service.

SetLocation ( BaseContent poi, string city, string zipCode, string street, string houseNumber, string country = "NL" ) : void

메소드 상세

ConvertIBB() 공개 메소드

Default constructor, optionally using a connection string to the BAG database.
public ConvertIBB ( string connectionString = DefaultConnectionString ) : BagDataAccess
connectionString string Connection string to connect to a PostgreSQL+PostGIS database.
리턴 BagDataAccess

ProcessXml() 공개 메소드

Convert the XML file to a data service.
public ProcessXml ( string filename ) : PoiService
filename string
리턴 PoiService

SetLocation() 공개 메소드

public SetLocation ( BaseContent poi, string city, string zipCode, string street, string houseNumber, string country = "NL" ) : void
poi DataServer.BaseContent
city string
zipCode string
street string
houseNumber string
country string
리턴 void