1
0
Fork 0
mirror of https://bitbucket.org/akapribot/owm-japis.git synced 2025-04-25 07:17:11 -07:00

2.5.0.2 is ready! There is always room for corrections. :-)

This commit is contained in:
Ashutosh Kumar Singh 2014-07-03 01:08:06 +05:30
parent 135ff2bf74
commit c295549579
106 changed files with 2060 additions and 7535 deletions

View file

@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:35 IST 2013 -->
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:55 IST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package net.aksingh.java.api.owm (OpenWeatherMap.org JAPIs)</title>
<meta name="date" content="2013-08-10">
<title>Uses of Package net.aksingh.java.api.owm (OWM JAPIs Docs)</title>
<meta name="date" content="2014-07-03">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package net.aksingh.java.api.owm (OpenWeatherMap.org JAPIs)";
parent.document.title="Uses of Package net.aksingh.java.api.owm (OWM JAPIs Docs)";
}
//-->
</script>
@ -78,8 +78,9 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/AbstractWeatherData.html#net.aksingh.java.api.owm">AbstractWeatherData</a>
<div class="block">This class provides default implementations for <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm"><code>CurrentWeatherData</code></a>
and <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm"><code>ForecastWeatherData</code></a> classes.</div>
<div class="block">This class provides default implementations for
<a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm"><code>CurrentWeatherData</code></a> and
<a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm"><code>ForecastWeatherData</code></a> classes.</div>
</td>
</tr>
<tr class="rowColor">
@ -109,38 +110,38 @@
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/CurrentWeatherData.html#net.aksingh.java.api.owm">CurrentWeatherData</a>
<div class="block">Parses current weather data (from the JSON data) and provides methods
to get/access the information about current weather.</div>
<div class="block">Parses current weather data (from the JSON data) and provides methods to
get/access the information about current weather.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/CurrentWeatherData.Clouds.html#net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a>
<div class="block">Parses data about clouds (from the JSON data) and provides methods
to get/access the information.</div>
<div class="block">Parses data about clouds (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/CurrentWeatherData.Coord.html#net.aksingh.java.api.owm">CurrentWeatherData.Coord</a>
<div class="block">Parses data about geographic coordinates (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about geographic coordinates (from the JSON data) and
provides methods to get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/CurrentWeatherData.Main.html#net.aksingh.java.api.owm">CurrentWeatherData.Main</a>
<div class="block">Parses data about main weather elements (from the JSON data) and
provides methods to get/access the information.</div>
<div class="block">Parses data about main weather elements (from the JSON data) and provides
methods to get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/CurrentWeatherData.Rain.html#net.aksingh.java.api.owm">CurrentWeatherData.Rain</a>
<div class="block">Parses data about rain (from the JSON data) and provides methods
to get/access the information.</div>
<div class="block">Parses data about rain (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/CurrentWeatherData.Sys.html#net.aksingh.java.api.owm">CurrentWeatherData.Sys</a>
<div class="block">Parses data about country, sunrise, and sunset (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about country, sunrise, and sunset (from the JSON data) and
provides methods to get/access the information.</div>
</td>
</tr>
<tr class="altColor">
@ -150,104 +151,101 @@
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/CurrentWeatherData.Wind.html#net.aksingh.java.api.owm">CurrentWeatherData.Wind</a>
<div class="block">Parses data about winds (from the JSON data) and provides methods
to get/access the information.</div>
<div class="block">Parses data about winds (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/DailyForecastData.html#net.aksingh.java.api.owm">DailyForecastData</a>
<div class="block">Parses daily forecast data (from the JSON data) and provides methods
to get/access the information about daily forecasted weather.</div>
<div class="block">Parses daily forecast data (from the JSON data) and provides methods to
get/access the information about daily forecasted weather.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/DailyForecastData.City.html#net.aksingh.java.api.owm">DailyForecastData.City</a>
<div class="block">Parses data about city (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about city (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/DailyForecastData.City.Coord.html#net.aksingh.java.api.owm">DailyForecastData.City.Coord</a>
<div class="block">Parses data about geographic coordinates (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about geographic coordinates (from the JSON data) and
provides methods to get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/DailyForecastData.Forecast.html#net.aksingh.java.api.owm">DailyForecastData.Forecast</a>
<div class="block">Parses data about forecasts (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about forecasts (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/DailyForecastData.Forecast.Temperature.html#net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a>
<div class="block">Parses data about temperature (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about temperature (from the JSON data) and provides
methods to get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/DailyForecastData.Forecast.Weather.html#net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a>
<div class="block">Parses data about weather (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about weather (from the JSON data) and provides methods
to get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.html#net.aksingh.java.api.owm">ForecastWeatherData</a>
<div class="block">Parses forecast weather data (from the JSON data) and provides methods
to get/access the information about forecasted weather.</div>
<div class="block">Parses forecast weather data (from the JSON data) and provides methods to
get/access the information about forecasted weather.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.City.html#net.aksingh.java.api.owm">ForecastWeatherData.City</a>
<div class="block">Parses data about city (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about city (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.City.Coord.html#net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a>
<div class="block">Parses data about geographic coordinates (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about geographic coordinates (from the JSON data) and
provides methods to get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.Forecast.html#net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a>
<div class="block">Parses data about forecasts (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about forecasts (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.Forecast.Clouds.html#net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a>
<div class="block">Parses data about clouds (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about clouds (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.Forecast.Main.html#net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a>
<div class="block">Parses data about main weather elements (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about main weather elements (from the JSON data) and
provides methods to get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.Forecast.Sys.html#net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a>
<div class="block">Parses data about main weather elements (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about main weather elements (from the JSON data) and
provides methods to get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.Forecast.Weather.html#net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a>
<div class="block">Parses data about weather (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about weather (from the JSON data) and provides methods
to get/access the information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/ForecastWeatherData.Forecast.Wind.html#net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a>
<div class="block">Parses data about wind (from the JSON data)
and provides methods to get/access the information.</div>
<div class="block">Parses data about wind (from the JSON data) and provides methods to
get/access the information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/OpenWeatherMap.OWM_Response.html#net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../net/aksingh/java/api/owm/class-use/OpenWeatherMap.OWM_URL.html#net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a>&nbsp;</td>
</tr>
</tbody>