C# Class OpenStreetMap.OpenStreetMapServices

Mostrar archivo Open project: pashkov/Spontaneous Class Usage Examples

Public Methods

Method Description
AddRestToImportedDB ( RestaurantOsm rest ) : string
AddRestaurantsCompareListToImportedDB ( RestaurantsCompareList compareList ) : string
DeleteRestaurantOsm ( string id ) : void
DeleteRestaurantsCompareList ( string id ) : void
GetAllRestaurantsCompareLists ( ) : List
GetAllRestaurantsOsm ( ) : List
GetRestaurantOsmById ( string id ) : RestaurantOsm
ImportRestaurantsFromXml ( string filePath = null ) : void
NodesToRestaurantsOsm ( List nodesList ) : List
ReadOSMXml ( string filePath ) : List
UpdateRestaurantOsm ( RestaurantOsm restaurant ) : void

Method Details

AddRestToImportedDB() public method

public AddRestToImportedDB ( RestaurantOsm rest ) : string
rest Spontaneous.DataModel.RestaurantOsm
return string

AddRestaurantsCompareListToImportedDB() public method

public AddRestaurantsCompareListToImportedDB ( RestaurantsCompareList compareList ) : string
compareList Spontaneous.DataModel.RestaurantsCompareList
return string

DeleteRestaurantOsm() public method

public DeleteRestaurantOsm ( string id ) : void
id string
return void

DeleteRestaurantsCompareList() public method

public DeleteRestaurantsCompareList ( string id ) : void
id string
return void

GetAllRestaurantsCompareLists() public method

public GetAllRestaurantsCompareLists ( ) : List
return List

GetAllRestaurantsOsm() public method

public GetAllRestaurantsOsm ( ) : List
return List

GetRestaurantOsmById() public method

public GetRestaurantOsmById ( string id ) : RestaurantOsm
id string
return Spontaneous.DataModel.RestaurantOsm

ImportRestaurantsFromXml() public method

public ImportRestaurantsFromXml ( string filePath = null ) : void
filePath string
return void

NodesToRestaurantsOsm() public method

public NodesToRestaurantsOsm ( List nodesList ) : List
nodesList List
return List

ReadOSMXml() public method

public ReadOSMXml ( string filePath ) : List
filePath string
return List

UpdateRestaurantOsm() public method

public UpdateRestaurantOsm ( RestaurantOsm restaurant ) : void
restaurant Spontaneous.DataModel.RestaurantOsm
return void