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>net.aksingh.java.api.owm (OpenWeatherMap.org JAPIs)</title>
<meta name="date" content="2013-08-10">
<title>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="net.aksingh.java.api.owm (OpenWeatherMap.org JAPIs)";
parent.document.title="net.aksingh.java.api.owm (OWM JAPIs Docs)";
}
//-->
</script>
@ -78,8 +78,9 @@
<tr class="altColor">
<td class="colFirst"><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></td>
<td class="colLast">
<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">
@ -115,43 +116,43 @@
<tr class="altColor">
<td class="colFirst"><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></td>
<td class="colLast">
<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">
@ -163,119 +164,119 @@
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></td>
<td class="colLast">
<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="colFirst"><a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></td>
<td class="colLast">
<div class="block">Provides methods to get weather, forecast, and other data from
<div class="block">Provides methods to get weather, forecast, and other data from
OpenWeatherMap.org</div>
</td>
</tr>
@ -301,13 +302,6 @@
<div class="block">Provides methods to download data or files from the Internet.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Tools.HTML</a></td>
<td class="colLast">
<div class="block">Provides functions to handle HTML, e.g., correcting
non-compliant or non-strict web addresses, etc.</div>
</td>
</tr>
</tbody>
</table>
</li>