-
- Downloads
Weather data skeleton project
Showing
- Doc/Sd1/Ref/Projects/WeatherSkeleton/.gitignore 56 additions, 0 deletionsDoc/Sd1/Ref/Projects/WeatherSkeleton/.gitignore
- Doc/Sd1/Ref/Projects/WeatherSkeleton/pom.xml 99 additions, 0 deletionsDoc/Sd1/Ref/Projects/WeatherSkeleton/pom.xml
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/Common.java 15 additions, 0 deletions...src/main/java/de/hdm_stuttgart/mi/sd1/weather/Common.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/Forecast.java 17 additions, 0 deletions...c/main/java/de/hdm_stuttgart/mi/sd1/weather/Forecast.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/WeatherDataParser.java 22 additions, 0 deletions...va/de/hdm_stuttgart/mi/sd1/weather/WeatherDataParser.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/cities/Cities.java 37 additions, 0 deletions...n/java/de/hdm_stuttgart/mi/sd1/weather/cities/Cities.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/cities/City.java 115 additions, 0 deletions...ain/java/de/hdm_stuttgart/mi/sd1/weather/cities/City.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/cities/Coord.java 76 additions, 0 deletions...in/java/de/hdm_stuttgart/mi/sd1/weather/cities/Coord.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/City.java 102 additions, 0 deletions...main/java/de/hdm_stuttgart/mi/sd1/weather/model/City.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/Clouds.java 41 additions, 0 deletions...in/java/de/hdm_stuttgart/mi/sd1/weather/model/Clouds.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/Coord.java 55 additions, 0 deletions...ain/java/de/hdm_stuttgart/mi/sd1/weather/model/Coord.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/List.java 145 additions, 0 deletions...main/java/de/hdm_stuttgart/mi/sd1/weather/model/List.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/Main.java 146 additions, 0 deletions...main/java/de/hdm_stuttgart/mi/sd1/weather/model/Main.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/Rain.java 40 additions, 0 deletions...main/java/de/hdm_stuttgart/mi/sd1/weather/model/Rain.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/Sys.java 41 additions, 0 deletions.../main/java/de/hdm_stuttgart/mi/sd1/weather/model/Sys.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/Weather.java 102 additions, 0 deletions...n/java/de/hdm_stuttgart/mi/sd1/weather/model/Weather.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/WeatherData.java 84 additions, 0 deletions...va/de/hdm_stuttgart/mi/sd1/weather/model/WeatherData.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/java/de/hdm_stuttgart/mi/sd1/weather/model/Wind.java 54 additions, 0 deletions...main/java/de/hdm_stuttgart/mi/sd1/weather/model/Wind.java
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/resources/.gitignore 1 addition, 0 deletions...ef/Projects/WeatherSkeleton/src/main/resources/.gitignore
- Doc/Sd1/Ref/Projects/WeatherSkeleton/src/main/resources/cities.list.json 1886213 additions, 0 deletions...jects/WeatherSkeleton/src/main/resources/cities.list.json
Loading
Please register or sign in to comment