Property | Type | Description | |
---|---|---|---|
_repository | IRepository |
Method | Description | |
---|---|---|
ClearDB ( ) : void | ||
FilterCountry ( String country ) : String | ||
ReinsertCitiesToDB ( String nextBikeURL, String cityXMLFile ) : void | ||
SaveCity ( |
||
ToDouble ( String value ) : double | ||
UpdateCityStations ( |
Method | Description | |
---|---|---|
CityService ( IRepository repository ) : System | ||
CreateIfDoesNotExists ( double lat, double lng, String name, String country ) : void | ||
NewCity ( string countryName, double lat, double lng, string name ) : |
public static FilterCountry ( String country ) : String | ||
country | String | |
return | String |
public ReinsertCitiesToDB ( String nextBikeURL, String cityXMLFile ) : void | ||
nextBikeURL | String | |
cityXMLFile | String | |
return | void |
public SaveCity ( |
||
city | ||
return | void |
public static ToDouble ( String value ) : double | ||
value | String | |
return | double |
public UpdateCityStations ( |
||
city | ||
return | void |