mirror of
https://bitbucket.org/akapribot/owm-japis.git
synced 2025-04-24 23:07:12 -07:00
2.5.0.2 is ready! There is always room for corrections. :-)
This commit is contained in:
parent
135ff2bf74
commit
c295549579
106 changed files with 2060 additions and 7535 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
|
|||
/build/
|
||||
build.xml
|
||||
/lib/CopyLibs/
|
||||
/dist/
|
|
@ -29,6 +29,7 @@ Download the library's source and binaries from [OWM JAPIs Downloads][1].
|
|||
####2.5.0.2 (latest)
|
||||
|
||||
**Bug-fix version:**
|
||||
|
||||
1. Fixed bugs which caused wrong parsing of date and time.
|
||||
2. Improved code formatting and readability (for developers).
|
||||
|
||||
|
@ -36,12 +37,14 @@ Download the library's source and binaries from [OWM JAPIs Downloads][1].
|
|||
####2.5.0.1
|
||||
|
||||
**Implemented:**
|
||||
|
||||
1. Current Weather
|
||||
2. Weather Forecasts
|
||||
3. Daily Forecasts
|
||||
4. Wind degree to direction converter
|
||||
|
||||
**Not implemented but planned:**
|
||||
|
||||
1. Searching of City
|
||||
2. Weather Maps
|
||||
3. Country code to name converter
|
||||
|
@ -67,7 +70,7 @@ Kindly have a look on the example below for a clear understanding.
|
|||
|
||||
##Example
|
||||
### Basic Example
|
||||
####Source Code
|
||||
####Sample Code
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
|
@ -108,7 +111,7 @@ Professionally, you should always **write code which can handle errors/exception
|
|||
|
||||
Using OWM JAPIs, you can always check if a particular data is available or not. This is done by using the **has<data-name>()** functions. For example, **hasResponseCode()** function checks if the retrieved data has a response code or not; and if available, response code can be used to check if the whole data was downloaded and parsed correctly or not, as shown below in the example.
|
||||
|
||||
####Source Code
|
||||
####Sample Code
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
|
@ -116,7 +119,7 @@ Using OWM JAPIs, you can always check if a particular data is available or not.
|
|||
import net.aksingh.java.api.owm.OpenWeatherMap;
|
||||
import org.json.JSONException;
|
||||
|
||||
public class OwmJapisTest {
|
||||
public class OwmJapisExample2 {
|
||||
|
||||
public static void main(String[] args)
|
||||
throws IOException, MalformedURLException, JSONException {
|
||||
|
|
BIN
README.pdf
BIN
README.pdf
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>All Classes (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>All Classes (OWM JAPIs Docs)</title>
|
||||
<meta name="date" content="2014-07-03">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -47,7 +47,6 @@
|
|||
<li><a href="net/aksingh/java/api/owm/Tools.html" title="class in net.aksingh.java.api.owm" target="classFrame">Tools</a></li>
|
||||
<li><a href="net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm" target="classFrame">Tools.Convertor</a></li>
|
||||
<li><a href="net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm" target="classFrame">Tools.Downloader</a></li>
|
||||
<li><a href="net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm" target="classFrame">Tools.HTML</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>All Classes (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>All Classes (OWM JAPIs Docs)</title>
|
||||
<meta name="date" content="2014-07-03">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -47,7 +47,6 @@
|
|||
<li><a href="net/aksingh/java/api/owm/Tools.html" title="class in net.aksingh.java.api.owm">Tools</a></li>
|
||||
<li><a href="net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm">Tools.Convertor</a></li>
|
||||
<li><a href="net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm">Tools.Downloader</a></li>
|
||||
<li><a href="net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Tools.HTML</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -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>Constant Field Values (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Constant Field Values (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="Constant Field Values (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Constant Field Values (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -98,27 +98,20 @@
|
|||
<td class="colLast"><code>"coord"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.JSON_DATE_TIME">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_DATE_TIME">JSON_DATE_TIME</a></code></td>
|
||||
<td class="colLast"><code>"dt"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.JSON_MAIN">
|
||||
<!-- -->
|
||||
</a><code>protected final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_MAIN">JSON_MAIN</a></code></td>
|
||||
<td class="colLast"><code>"main"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.JSON_WEATHER">
|
||||
<!-- -->
|
||||
</a><code>protected final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_WEATHER">JSON_WEATHER</a></code></td>
|
||||
<td class="colLast"><code>"weather"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.JSON_WIND">
|
||||
<!-- -->
|
||||
</a><code>protected final java.lang.String</code></td>
|
||||
|
@ -130,383 +123,6 @@
|
|||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Clouds.JSON_CLOUDS_ALL">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#JSON_CLOUDS_ALL">JSON_CLOUDS_ALL</a></code></td>
|
||||
<td class="colLast"><code>"all"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Coord.JSON_COORD_LATITUDE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#JSON_COORD_LATITUDE">JSON_COORD_LATITUDE</a></code></td>
|
||||
<td class="colLast"><code>"lat"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Coord.JSON_COORD_LONGITUDE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#JSON_COORD_LONGITUDE">JSON_COORD_LONGITUDE</a></code></td>
|
||||
<td class="colLast"><code>"lon"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_HUMIDITY">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_HUMIDITY">JSON_MAIN_HUMIDITY</a></code></td>
|
||||
<td class="colLast"><code>"humidity"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_PRESSURE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_PRESSURE">JSON_MAIN_PRESSURE</a></code></td>
|
||||
<td class="colLast"><code>"pressure"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_TEMP">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP">JSON_MAIN_TEMP</a></code></td>
|
||||
<td class="colLast"><code>"temp"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_TEMP_MAX">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP_MAX">JSON_MAIN_TEMP_MAX</a></code></td>
|
||||
<td class="colLast"><code>"temp_max"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_TEMP_MIN">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP_MIN">JSON_MAIN_TEMP_MIN</a></code></td>
|
||||
<td class="colLast"><code>"temp_min"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_DESCRIPTION">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_DESCRIPTION">JSON_WEATHER_DESCRIPTION</a></code></td>
|
||||
<td class="colLast"><code>"description"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_ICON">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_ICON">JSON_WEATHER_ICON</a></code></td>
|
||||
<td class="colLast"><code>"icon"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_ID">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_ID">JSON_WEATHER_ID</a></code></td>
|
||||
<td class="colLast"><code>"id"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_MAIN">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_MAIN">JSON_WEATHER_MAIN</a></code></td>
|
||||
<td class="colLast"><code>"main"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Wind.JSON_WIND_DEGREE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#JSON_WIND_DEGREE">JSON_WIND_DEGREE</a></code></td>
|
||||
<td class="colLast"><code>"deg"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.AbstractWeatherData.Wind.JSON_WIND_SPEED">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#JSON_WIND_SPEED">JSON_WIND_SPEED</a></code></td>
|
||||
<td class="colLast"><code>"speed"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.JSON_BASE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_BASE">JSON_BASE</a></code></td>
|
||||
<td class="colLast"><code>"base"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.JSON_CITY_ID">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_CITY_ID">JSON_CITY_ID</a></code></td>
|
||||
<td class="colLast"><code>"id"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.JSON_CITY_NAME">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_CITY_NAME">JSON_CITY_NAME</a></code></td>
|
||||
<td class="colLast"><code>"name"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.JSON_RAIN">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_RAIN">JSON_RAIN</a></code></td>
|
||||
<td class="colLast"><code>"rain"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.JSON_RESPONSE_CODE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></code></td>
|
||||
<td class="colLast"><code>"cod"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.JSON_SYS">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_SYS">JSON_SYS</a></code></td>
|
||||
<td class="colLast"><code>"sys"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.Rain.JSON_RAIN_3HOURS">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#JSON_RAIN_3HOURS">JSON_RAIN_3HOURS</a></code></td>
|
||||
<td class="colLast"><code>"3h"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.Sys.JSON_SYS_COUNTRY_CODE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_COUNTRY_CODE">JSON_SYS_COUNTRY_CODE</a></code></td>
|
||||
<td class="colLast"><code>"country"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.Sys.JSON_SYS_SUNRISE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_SUNRISE">JSON_SYS_SUNRISE</a></code></td>
|
||||
<td class="colLast"><code>"sunrise"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.Sys.JSON_SYS_SUNSET">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_SUNSET">JSON_SYS_SUNSET</a></code></td>
|
||||
<td class="colLast"><code>"sunset"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.CurrentWeatherData.Wind.JSON_WIND_GUST">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#JSON_WIND_GUST">JSON_WIND_GUST</a></code></td>
|
||||
<td class="colLast"><code>"gust"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.JSON_CITY">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.html#JSON_CITY">JSON_CITY</a></code></td>
|
||||
<td class="colLast"><code>"city"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.JSON_FORECAST_LIST">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.html#JSON_FORECAST_LIST">JSON_FORECAST_LIST</a></code></td>
|
||||
<td class="colLast"><code>"list"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.JSON_RESPONSE_CODE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></code></td>
|
||||
<td class="colLast"><code>"cod"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.JSON_RESPONSE_FORECAST_COUNT">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_FORECAST_COUNT">JSON_RESPONSE_FORECAST_COUNT</a></code></td>
|
||||
<td class="colLast"><code>"cnt"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.JSON_RESPONSE_TIME">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_TIME">JSON_RESPONSE_TIME</a></code></td>
|
||||
<td class="colLast"><code>"message"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_COORD">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_COORD">JSON_CITY_COORD</a></code></td>
|
||||
<td class="colLast"><code>"coord"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_COUNTRY_CODE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_COUNTRY_CODE">JSON_CITY_COUNTRY_CODE</a></code></td>
|
||||
<td class="colLast"><code>"country"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_ID">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_ID">JSON_CITY_ID</a></code></td>
|
||||
<td class="colLast"><code>"id"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_NAME">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_NAME">JSON_CITY_NAME</a></code></td>
|
||||
<td class="colLast"><code>"name"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_POPULATION">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_POPULATION">JSON_CITY_POPULATION</a></code></td>
|
||||
<td class="colLast"><code>"population"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
|
@ -515,41 +131,6 @@
|
|||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_CLOUDS">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_CLOUDS">JSON_FORECAST_CLOUDS</a></code></td>
|
||||
<td class="colLast"><code>"clouds"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_HUMIDITY">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_HUMIDITY">JSON_FORECAST_HUMIDITY</a></code></td>
|
||||
<td class="colLast"><code>"humidity"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_PRESSURE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_PRESSURE">JSON_FORECAST_PRESSURE</a></code></td>
|
||||
<td class="colLast"><code>"pressure"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_WIND_DEGREE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_WIND_DEGREE">JSON_FORECAST_WIND_DEGREE</a></code></td>
|
||||
<td class="colLast"><code>"deg"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_WIND_SPEED">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_WIND_SPEED">JSON_FORECAST_WIND_SPEED</a></code></td>
|
||||
<td class="colLast"><code>"speed"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_TEMP">
|
||||
<!-- -->
|
||||
</a><code>public final java.lang.String</code></td>
|
||||
|
@ -613,178 +194,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.JSON_CITY">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_CITY">JSON_CITY</a></code></td>
|
||||
<td class="colLast"><code>"city"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.JSON_FORECAST_LIST">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_FORECAST_LIST">JSON_FORECAST_LIST</a></code></td>
|
||||
<td class="colLast"><code>"list"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.JSON_RESPONSE_CODE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></code></td>
|
||||
<td class="colLast"><code>"cod"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.JSON_RESPONSE_FORECAST_COUNT">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_FORECAST_COUNT">JSON_RESPONSE_FORECAST_COUNT</a></code></td>
|
||||
<td class="colLast"><code>"cnt"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.JSON_RESPONSE_TIME">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_TIME">JSON_RESPONSE_TIME</a></code></td>
|
||||
<td class="colLast"><code>"message"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_COORD">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_COORD">JSON_CITY_COORD</a></code></td>
|
||||
<td class="colLast"><code>"coord"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_COUNTRY_CODE">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_COUNTRY_CODE">JSON_CITY_COUNTRY_CODE</a></code></td>
|
||||
<td class="colLast"><code>"country"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_ID">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_ID">JSON_CITY_ID</a></code></td>
|
||||
<td class="colLast"><code>"id"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_NAME">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_NAME">JSON_CITY_NAME</a></code></td>
|
||||
<td class="colLast"><code>"name"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_POPULATION">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_POPULATION">JSON_CITY_POPULATION</a></code></td>
|
||||
<td class="colLast"><code>"population"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.Forecast.JSON_DATE_TIME_TEXT">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#JSON_DATE_TIME_TEXT">JSON_DATE_TIME_TEXT</a></code></td>
|
||||
<td class="colLast"><code>"dt_txt"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.Forecast.JSON_SYS">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#JSON_SYS">JSON_SYS</a></code></td>
|
||||
<td class="colLast"><code>"sys"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main.JSON_MAIN_GRND_LEVEL">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_GRND_LEVEL">JSON_MAIN_GRND_LEVEL</a></code></td>
|
||||
<td class="colLast"><code>"grnd_level"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main.JSON_MAIN_SEA_LEVEL">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_SEA_LEVEL">JSON_MAIN_SEA_LEVEL</a></code></td>
|
||||
<td class="colLast"><code>"sea_level"</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main.JSON_MAIN_TMP_KF">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_TMP_KF">JSON_MAIN_TMP_KF</a></code></td>
|
||||
<td class="colLast"><code>"temp_kf"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>net.aksingh.java.api.owm.<a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys.JSON_SYS_POD">
|
||||
<!-- -->
|
||||
</a><code>private final java.lang.String</code></td>
|
||||
<td><code><a href="net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#JSON_SYS_POD">JSON_SYS_POD</a></code></td>
|
||||
<td class="colLast"><code>"pod"</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>Deprecated List (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Deprecated List (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="Deprecated List (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Deprecated List (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>API Help (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>API Help (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="API Help (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="API Help (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -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>A-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>A-Index (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="A-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="A-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,15 +62,16 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_A_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_A_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">A</h2>
|
||||
<dl>
|
||||
<dt><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm"><span class="strong">AbstractWeatherData</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#AbstractWeatherData()">AbstractWeatherData()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
|
@ -78,9 +79,7 @@
|
|||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#AbstractWeatherData(org.json.JSONObject)">AbstractWeatherData(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm"><span class="strong">AbstractWeatherData.Clouds</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
|
@ -92,9 +91,7 @@
|
|||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#AbstractWeatherData.Clouds(org.json.JSONObject)">AbstractWeatherData.Clouds(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm"><span class="strong">AbstractWeatherData.Coord</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
|
@ -106,9 +103,7 @@
|
|||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#AbstractWeatherData.Coord(org.json.JSONObject)">AbstractWeatherData.Coord(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm"><span class="strong">AbstractWeatherData.Main</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
|
@ -120,9 +115,7 @@
|
|||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#AbstractWeatherData.Main(org.json.JSONObject)">AbstractWeatherData.Main(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">AbstractWeatherData.Weather</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
|
@ -134,9 +127,7 @@
|
|||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#AbstractWeatherData.Weather(org.json.JSONObject)">AbstractWeatherData.Weather(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm"><span class="strong">AbstractWeatherData.Wind</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
|
@ -148,12 +139,10 @@
|
|||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#AbstractWeatherData.Wind(org.json.JSONObject)">AbstractWeatherData.Wind(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>J-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>T-Index (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="J-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="T-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,290 +62,31 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_J_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_T_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">J</h2>
|
||||
<h2 class="title">T</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_BASE">JSON_BASE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/Tools.html" title="class in net.aksingh.java.api.owm"><span class="strong">Tools</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Base</code></div>
|
||||
<div class="block">Provides various tools, which help doing tasks in this application.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#JSON_CITY">JSON_CITY</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.html#Tools()">Tools()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.html" title="class in net.aksingh.java.api.owm">Tools</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm"><span class="strong">Tools.Convertor</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - City</div>
|
||||
<div class="block">Provides methods to do conversions.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_CITY">JSON_CITY</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Convertor.html#Tools.Convertor()">Tools.Convertor()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm">Tools.Convertor</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm"><span class="strong">Tools.Downloader</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - City</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_COORD">JSON_CITY_COORD</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Coordinates</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_COORD">JSON_CITY_COORD</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Coordinates</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_COUNTRY_CODE">JSON_CITY_COUNTRY_CODE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Country code of city</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_COUNTRY_CODE">JSON_CITY_COUNTRY_CODE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Country code of city</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_CITY_ID">JSON_CITY_ID</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_ID">JSON_CITY_ID</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_ID">JSON_CITY_ID</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_CITY_NAME">JSON_CITY_NAME</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_NAME">JSON_CITY_NAME</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_NAME">JSON_CITY_NAME</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_POPULATION">JSON_CITY_POPULATION</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Population of city</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_POPULATION">JSON_CITY_POPULATION</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Population of city</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_CLOUDS">JSON_CLOUDS</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Clouds</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#JSON_CLOUDS_ALL">JSON_CLOUDS_ALL</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Clouds -> All</code>
|
||||
(percentage of all clouds)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_COORD">JSON_COORD</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Coordinates (Geographic coordinates)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#JSON_COORD_LATITUDE">JSON_COORD_LATITUDE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Coord -> Latitude</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#JSON_COORD_LONGITUDE">JSON_COORD_LONGITUDE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Coord -> Longitude</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_DATE_TIME">JSON_DATE_TIME</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable Date-Time (date & time of the weather)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#JSON_DATE_TIME_TEXT">JSON_DATE_TIME_TEXT</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Date time text</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_CLOUDS">JSON_FORECAST_CLOUDS</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Percentage of clouds</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_HUMIDITY">JSON_FORECAST_HUMIDITY</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Humidity</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#JSON_FORECAST_LIST">JSON_FORECAST_LIST</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - List of forecasts</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_FORECAST_LIST">JSON_FORECAST_LIST</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - List of forecasts</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_PRESSURE">JSON_FORECAST_PRESSURE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Pressure</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_WIND_DEGREE">JSON_FORECAST_WIND_DEGREE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Wind degree</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_WIND_SPEED">JSON_FORECAST_WIND_SPEED</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Wind speed</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_MAIN">JSON_MAIN</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Main (Temperature, pressure, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_GRND_LEVEL">JSON_MAIN_GRND_LEVEL</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Ground level</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_HUMIDITY">JSON_MAIN_HUMIDITY</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Humidity</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_PRESSURE">JSON_MAIN_PRESSURE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Pressure</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_SEA_LEVEL">JSON_MAIN_SEA_LEVEL</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Sea level</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP">JSON_MAIN_TEMP</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Temperature</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP_MAX">JSON_MAIN_TEMP_MAX</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Maximum temperature</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP_MIN">JSON_MAIN_TEMP_MIN</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Minimum temperature</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_TMP_KF">JSON_MAIN_TMP_KF</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Main -> Temperature KF</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_RAIN">JSON_RAIN</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Rain</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#JSON_RAIN_3HOURS">JSON_RAIN_3HOURS</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Rain -> Rain per 3 hours</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_FORECAST_COUNT">JSON_RESPONSE_FORECAST_COUNT</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Forecast count</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_FORECAST_COUNT">JSON_RESPONSE_FORECAST_COUNT</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Forecast count</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_TIME">JSON_RESPONSE_TIME</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Response time</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_TIME">JSON_RESPONSE_TIME</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Response time</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_SYS">JSON_SYS</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Sys</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#JSON_SYS">JSON_SYS</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Sys (pod, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_COUNTRY_CODE">JSON_SYS_COUNTRY_CODE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Country</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#JSON_SYS_POD">JSON_SYS_POD</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Pod</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_SUNRISE">JSON_SYS_SUNRISE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Sunrise</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_SUNSET">JSON_SYS_SUNSET</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Sunset</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_TEMP">JSON_TEMP</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_DAY">JSON_TEMP_DAY</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Day</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_EVENING">JSON_TEMP_EVENING</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Evening</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MAX">JSON_TEMP_MAX</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Maximum</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MIN">JSON_TEMP_MIN</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Minimum</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MORNING">JSON_TEMP_MORNING</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Morning</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_NIGHT">JSON_TEMP_NIGHT</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Night</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_WEATHER">JSON_WEATHER</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON array - Weather (Weather name, description, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_DESCRIPTION">JSON_WEATHER_DESCRIPTION</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Weather -> Description</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_ICON">JSON_WEATHER_ICON</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> Icon</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_ID">JSON_WEATHER_ID</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> ID</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_MAIN">JSON_WEATHER_MAIN</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> Main (name of weather)</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_WIND">JSON_WIND</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON object - Wind</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#JSON_WIND_DEGREE">JSON_WIND_DEGREE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Degree</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#JSON_WIND_GUST">JSON_WIND_GUST</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Gust</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#JSON_WIND_SPEED">JSON_WIND_SPEED</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Speed</code></div>
|
||||
<div class="block">Provides methods to download data or files from the Internet.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Downloader.html#Tools.Downloader()">Tools.Downloader()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm">Tools.Downloader</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>L-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>V-Index (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="L-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="V-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-10.html">Prev Letter</a></li>
|
||||
<li><a href="index-12.html">Next Letter</a></li>
|
||||
<li>Next Letter</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-11.html" target="_top">Frames</a></li>
|
||||
|
@ -62,21 +62,22 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_L_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_V_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">L</h2>
|
||||
<h2 class="title">V</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#lat">lat</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dd>
|
||||
<div class="block">Latitude</div>
|
||||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#lon">lon</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#values()">values()</a></span> - Static method in enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dd>
|
||||
<div class="block">Longitude</div>
|
||||
<div class="block">Returns an array containing the constants of this enum type, in
|
||||
the order they are declared.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
@ -96,7 +97,7 @@
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-10.html">Prev Letter</a></li>
|
||||
<li><a href="index-12.html">Next Letter</a></li>
|
||||
<li>Next Letter</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-11.html" target="_top">Frames</a></li>
|
||||
|
|
|
@ -1,141 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>M-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="M-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-11.html">Prev Letter</a></li>
|
||||
<li><a href="index-13.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-12.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_M_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">M</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#main">main</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#main">main</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#maxTemp">maxTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Maximum temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#maxTemp">maxTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Maximum temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#minTemp">minTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Minimum temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#minTemp">minTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Minimum temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#mornTemp">mornTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Morning temperature</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-11.html">Prev Letter</a></li>
|
||||
<li><a href="index-13.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-12.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -1,127 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>N-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="N-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-12.html">Prev Letter</a></li>
|
||||
<li><a href="index-14.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-13.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-13.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_N_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">N</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#name">name</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Weather name</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> - package net.aksingh.java.api.owm</dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#nightTemp">nightTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Night temperature</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-12.html">Prev Letter</a></li>
|
||||
<li><a href="index-14.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-13.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-13.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -1,146 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>O-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="O-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-13.html">Prev Letter</a></li>
|
||||
<li><a href="index-15.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-14.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_O_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">O</h2>
|
||||
<dl>
|
||||
<dt><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm"><span class="strong">OpenWeatherMap</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Provides methods to get weather, forecast, and other data from
|
||||
OpenWeatherMap.org</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#OpenWeatherMap(java.lang.String)">OpenWeatherMap(String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#OpenWeatherMap(net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL, java.lang.String)">OpenWeatherMap(OpenWeatherMap.OWM_URL, String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm"><span class="strong">OpenWeatherMap.OWM_Response</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OpenWeatherMap.OWM_Response(java.lang.String)">OpenWeatherMap.OWM_Response(String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OpenWeatherMap.OWM_Response(net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL, java.lang.String)">OpenWeatherMap.OWM_Response(OpenWeatherMap.OWM_URL, String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm"><span class="strong">OpenWeatherMap.OWM_URL</span></a> - Enum in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#OpenWeatherMap.OWM_URL(java.lang.String)">OpenWeatherMap.OWM_URL(String)</a></span> - Constructor for enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OWM_APPID_VALUE">OWM_APPID_VALUE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OWM_MODE_VALUE">OWM_MODE_VALUE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OWM_UNITS_VALUE">OWM_UNITS_VALUE</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#owmResponse">owmResponse</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd>
|
||||
<div class="block">Declaring this class</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-13.html">Prev Letter</a></li>
|
||||
<li><a href="index-15.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-14.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -1,141 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>P-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="P-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-14.html">Prev Letter</a></li>
|
||||
<li><a href="index-16.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-15.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-15.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_P_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">P</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#percentOfClouds">percentOfClouds</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Percentage of all clouds</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#pod">pod</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Pod</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#population">population</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Population of city</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#population">population</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Population of city</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#pressure">pressure</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Pressure</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#pressure">pressure</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Pressure</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-14.html">Prev Letter</a></li>
|
||||
<li><a href="index-16.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-15.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-15.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -1,151 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>R-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="R-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-15.html">Prev Letter</a></li>
|
||||
<li><a href="index-17.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-16.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_R_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">R</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#rain">rain</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#rain3h">rain3h</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd>
|
||||
<div class="block">Rain per 3 hours</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#responseCode">responseCode</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Response code</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#responseCode">responseCode</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Response code</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#responseCode">responseCode</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Response code</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#responseForecastCount">responseForecastCount</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Forecast count</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#responseForecastCount">responseForecastCount</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Forecast count</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#responseTime">responseTime</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Response time</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#responseTime">responseTime</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Response time</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-15.html">Prev Letter</a></li>
|
||||
<li><a href="index-17.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-16.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -1,142 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>S-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="S-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-16.html">Prev Letter</a></li>
|
||||
<li><a href="index-18.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-17.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_S_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">S</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#seaLevel">seaLevel</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Sea level</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#speed">speed</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Wind speed</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.HTML.html#strictAddress(java.lang.String)">strictAddress(String)</a></span> - Static method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Tools.HTML</a></dt>
|
||||
<dd>
|
||||
<div class="block">Stricts a non-strict or non-compliant web address
|
||||
to a proper URL.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#sunrise">sunrise</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Sunrise time</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#sunset">sunset</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Sunset time</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#sys">sys</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#sys">sys</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-16.html">Prev Letter</a></li>
|
||||
<li><a href="index-18.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-17.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -1,152 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>T-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="T-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-17.html">Prev Letter</a></li>
|
||||
<li><a href="index-19.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-18.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-18.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_T_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">T</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#temp">temp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#temp">temp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#tempKF">tempKF</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Temperature KF</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/Tools.html" title="class in net.aksingh.java.api.owm"><span class="strong">Tools</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Provides various tools, which help doing tasks in this application.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.html#Tools()">Tools()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.html" title="class in net.aksingh.java.api.owm">Tools</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm"><span class="strong">Tools.Convertor</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Provides methods to do conversions.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Convertor.html#Tools.Convertor()">Tools.Convertor()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm">Tools.Convertor</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm"><span class="strong">Tools.Downloader</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Provides methods to download data or files from the Internet.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Downloader.html#Tools.Downloader()">Tools.Downloader()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm">Tools.Downloader</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm"><span class="strong">Tools.HTML</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Provides functions to handle HTML, e.g., correcting
|
||||
non-compliant or non-strict web addresses, etc.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.HTML.html#Tools.HTML()">Tools.HTML()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Tools.HTML</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-17.html">Prev Letter</a></li>
|
||||
<li><a href="index-19.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-18.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-18.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -1,128 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>V-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="V-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-18.html">Prev Letter</a></li>
|
||||
<li><a href="index-20.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-19.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-19.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_V_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">V</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#value">value</a></span> - Variable in enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#values()">values()</a></span> - Static method in enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns an array containing the constants of this enum type, in
|
||||
the order they are declared.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-18.html">Prev Letter</a></li>
|
||||
<li><a href="index-20.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-19.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-19.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -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>B-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>C-Index (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="B-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="C-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,17 +62,134 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_B_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_C_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">B</h2>
|
||||
<h2 class="title">C</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#base">base</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Convertor.html#convertDegree2Direction(float)">convertDegree2Direction(float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm">Tools.Convertor</a></dt>
|
||||
<dd>
|
||||
<div class="block">Base</div>
|
||||
<div class="block">Converts degree to direction.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCityCode(long)">currentWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCityCode(long)">currentWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCityName(java.lang.String)">currentWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCityName(java.lang.String, java.lang.String)">currentWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCityName(java.lang.String)">currentWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCityName(java.lang.String, java.lang.String)">currentWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCoordinates(float, float)">currentWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCoordinates(float, float)">currentWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses current weather data (from the JSON data) and provides methods to
|
||||
get/access the information about current weather.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#CurrentWeatherData(org.json.JSONObject)">CurrentWeatherData(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Clouds</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about clouds (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html#CurrentWeatherData.Clouds()">CurrentWeatherData.Clouds()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html#CurrentWeatherData.Clouds(org.json.JSONObject)">CurrentWeatherData.Clouds(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Coord</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data) and
|
||||
provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html#CurrentWeatherData.Coord()">CurrentWeatherData.Coord()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html#CurrentWeatherData.Coord(org.json.JSONObject)">CurrentWeatherData.Coord(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Main</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about main weather elements (from the JSON data) and provides
|
||||
methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html#CurrentWeatherData.Main()">CurrentWeatherData.Main()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html#CurrentWeatherData.Main(org.json.JSONObject)">CurrentWeatherData.Main(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Rain</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about rain (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#CurrentWeatherData.Rain()">CurrentWeatherData.Rain()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#CurrentWeatherData.Rain(org.json.JSONObject)">CurrentWeatherData.Rain(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Sys</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about country, sunrise, and sunset (from the JSON data) and
|
||||
provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#CurrentWeatherData.Sys()">CurrentWeatherData.Sys()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#CurrentWeatherData.Sys(org.json.JSONObject)">CurrentWeatherData.Sys(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Weather</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about weather code, name, etc.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html#CurrentWeatherData.Weather()">CurrentWeatherData.Weather()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html#CurrentWeatherData.Weather(org.json.JSONObject)">CurrentWeatherData.Weather(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Wind</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about winds (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#CurrentWeatherData.Wind()">CurrentWeatherData.Wind()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#CurrentWeatherData.Wind(org.json.JSONObject)">CurrentWeatherData.Wind(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherFromResponse(java.lang.String)">currentWeatherFromResponse(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -1,153 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>W-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="W-Index (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-19.html">Prev Letter</a></li>
|
||||
<li>Next Letter</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-20.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-20.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_W_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">W</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#weatherList">weatherList</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#weatherList">weatherList</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#weatherList">weatherList</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#weatherListCount">weatherListCount</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#weatherListCount">weatherListCount</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#weatherListCount">weatherListCount</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#wind">wind</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#wind">wind</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#windDegree">windDegree</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Wind degree</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#windSpeed">windSpeed</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Wind speed</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-19.html">Prev Letter</a></li>
|
||||
<li>Next Letter</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-20.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-20.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -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>C-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>D-Index (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="C-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="D-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,204 +62,109 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_C_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_D_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">C</h2>
|
||||
<h2 class="title">D</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#city">city</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCityCode(long, byte)">dailyForecastByCityCode(long, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#city">city</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCityCode(long, byte)">dailyForecastByCityCode(long, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#cityID">cityID</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCityName(java.lang.String, byte)">dailyForecastByCityName(String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCityName(java.lang.String, java.lang.String, byte)">dailyForecastByCityName(String, String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCityName(java.lang.String, byte)">dailyForecastByCityName(String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCityName(java.lang.String, java.lang.String, byte)">dailyForecastByCityName(String, String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCoordinates(float, float, byte)">dailyForecastByCoordinates(float, float, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCoordinates(float, float, byte)">dailyForecastByCoordinates(float, float, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">City code (ID)</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>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#cityID">cityID</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#DailyForecastData(org.json.JSONObject)">DailyForecastData(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">City code (ID)</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#cityID">cityID</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.City</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">City code (ID)</div>
|
||||
<div class="block">Parses data about city (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#cityName">cityName</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">City name</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#cityName">cityName</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">City name</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#cityName">cityName</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">City name</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#clouds">clouds</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#clouds">clouds</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#cloudsPercent">cloudsPercent</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Percentage of clouds</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Convertor.html#convertDegree2Direction(float)">convertDegree2Direction(float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm">Tools.Convertor</a></dt>
|
||||
<dd>
|
||||
<div class="block">Converts degree to direction.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#coord">coord</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#coord">coord</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#coord">coord</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#countryCode">countryCode</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Country code for the city</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#countryCode">countryCode</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Country code of city</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#countryCode">countryCode</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Country code of city</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCityCode(long)">currentWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCityCode(long)">currentWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCityName(java.lang.String)">currentWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCityName(java.lang.String, java.lang.String)">currentWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCityName(java.lang.String)">currentWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCityName(java.lang.String, java.lang.String)">currentWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherByCoordinates(float, float)">currentWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#currentWeatherByCoordinates(float, float)">currentWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses current weather data (from the JSON data) and provides methods
|
||||
to get/access the information about current weather.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#CurrentWeatherData(org.json.JSONObject)">CurrentWeatherData(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Clouds</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about clouds (from the JSON data) and provides methods
|
||||
to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html#CurrentWeatherData.Clouds()">CurrentWeatherData.Clouds()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#DailyForecastData.City()">DailyForecastData.City()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html#CurrentWeatherData.Clouds(org.json.JSONObject)">CurrentWeatherData.Clouds(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#DailyForecastData.City(org.json.JSONObject)">DailyForecastData.City(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Coord</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.City.Coord</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html#CurrentWeatherData.Coord()">CurrentWeatherData.Coord()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html#CurrentWeatherData.Coord(org.json.JSONObject)">CurrentWeatherData.Coord(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Main</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about main weather elements (from the JSON data) and
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data) and
|
||||
provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html#CurrentWeatherData.Main()">CurrentWeatherData.Main()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html#DailyForecastData.City.Coord()">DailyForecastData.City.Coord()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html#CurrentWeatherData.Main(org.json.JSONObject)">CurrentWeatherData.Main(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html#DailyForecastData.City.Coord(org.json.JSONObject)">DailyForecastData.City.Coord(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Rain</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.Forecast</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about rain (from the JSON data) and provides methods
|
||||
<div class="block">Parses data about forecasts (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#DailyForecastData.Forecast()">DailyForecastData.Forecast()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#DailyForecastData.Forecast(org.json.JSONObject)">DailyForecastData.Forecast(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.Forecast.Temperature</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about temperature (from the JSON data) and provides
|
||||
methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#DailyForecastData.Forecast.Temperature()">DailyForecastData.Forecast.Temperature()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#DailyForecastData.Forecast.Temperature(org.json.JSONObject)">DailyForecastData.Forecast.Temperature(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.Forecast.Weather</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about weather (from the JSON data) and provides methods
|
||||
to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#CurrentWeatherData.Rain()">CurrentWeatherData.Rain()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html#DailyForecastData.Forecast.Weather()">DailyForecastData.Forecast.Weather()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#CurrentWeatherData.Rain(org.json.JSONObject)">CurrentWeatherData.Rain(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html#DailyForecastData.Forecast.Weather(org.json.JSONObject)">DailyForecastData.Forecast.Weather(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Sys</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about country, sunrise, and sunset (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#CurrentWeatherData.Sys()">CurrentWeatherData.Sys()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#CurrentWeatherData.Sys(org.json.JSONObject)">CurrentWeatherData.Sys(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Weather</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about weather code, name, etc.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html#CurrentWeatherData.Weather()">CurrentWeatherData.Weather()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html#CurrentWeatherData.Weather(org.json.JSONObject)">CurrentWeatherData.Weather(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm"><span class="strong">CurrentWeatherData.Wind</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about winds (from the JSON data) and provides methods
|
||||
to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#CurrentWeatherData.Wind()">CurrentWeatherData.Wind()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#CurrentWeatherData.Wind(org.json.JSONObject)">CurrentWeatherData.Wind(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#currentWeatherFromResponse(java.lang.String)">currentWeatherFromResponse(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastFromResponse(java.lang.String)">dailyForecastFromResponse(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Downloader.html#downloadPage(java.lang.String)">downloadPage(String)</a></span> - Static method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm">Tools.Downloader</a></dt>
|
||||
<dd>
|
||||
<div class="block">Downloads a page/content from the Internet.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>D-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>F-Index (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="D-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="F-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,141 +62,144 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_D_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_F_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">D</h2>
|
||||
<h2 class="title">F</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCityCode(long, byte)">dailyForecastByCityCode(long, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCityCode(long)">forecastWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCityCode(long, byte)">dailyForecastByCityCode(long, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCityCode(long)">forecastWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCityName(java.lang.String, byte)">dailyForecastByCityName(String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCityName(java.lang.String)">forecastWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCityName(java.lang.String, java.lang.String, byte)">dailyForecastByCityName(String, String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCityName(java.lang.String, java.lang.String)">forecastWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCityName(java.lang.String, byte)">dailyForecastByCityName(String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCityName(java.lang.String)">forecastWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCityName(java.lang.String, java.lang.String, byte)">dailyForecastByCityName(String, String, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCityName(java.lang.String, java.lang.String)">forecastWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastByCoordinates(float, float, byte)">dailyForecastByCoordinates(float, float, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCoordinates(float, float)">forecastWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#dailyForecastByCoordinates(float, float, byte)">dailyForecastByCoordinates(float, float, byte)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCoordinates(float, float)">forecastWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<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 forecast weather data (from the JSON data) and provides methods to
|
||||
get/access the information about forecasted weather.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#DailyForecastData(org.json.JSONObject)">DailyForecastData(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#ForecastWeatherData(org.json.JSONObject)">ForecastWeatherData(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.City</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.City</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#DailyForecastData.City()">DailyForecastData.City()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#ForecastWeatherData.City()">ForecastWeatherData.City()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#DailyForecastData.City(org.json.JSONObject)">DailyForecastData.City(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#ForecastWeatherData.City(org.json.JSONObject)">ForecastWeatherData.City(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.City.Coord</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.City.Coord</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html#DailyForecastData.City.Coord()">DailyForecastData.City.Coord()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html#ForecastWeatherData.City.Coord()">ForecastWeatherData.City.Coord()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html#DailyForecastData.City.Coord(org.json.JSONObject)">DailyForecastData.City.Coord(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html#ForecastWeatherData.City.Coord(org.json.JSONObject)">ForecastWeatherData.City.Coord(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.Forecast</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#DailyForecastData.Forecast()">DailyForecastData.Forecast()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#ForecastWeatherData.Forecast()">ForecastWeatherData.Forecast()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#DailyForecastData.Forecast(org.json.JSONObject)">DailyForecastData.Forecast(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#ForecastWeatherData.Forecast(org.json.JSONObject)">ForecastWeatherData.Forecast(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.Forecast.Temperature</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Clouds</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<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 clouds (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#DailyForecastData.Forecast.Temperature()">DailyForecastData.Forecast.Temperature()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html#ForecastWeatherData.Forecast.Clouds()">ForecastWeatherData.Forecast.Clouds()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#DailyForecastData.Forecast.Temperature(org.json.JSONObject)">DailyForecastData.Forecast.Temperature(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html#ForecastWeatherData.Forecast.Clouds(org.json.JSONObject)">ForecastWeatherData.Forecast.Clouds(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">DailyForecastData.Forecast.Weather</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Main</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<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 main weather elements (from the JSON data) and
|
||||
provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html#DailyForecastData.Forecast.Weather()">DailyForecastData.Forecast.Weather()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#ForecastWeatherData.Forecast.Main()">ForecastWeatherData.Forecast.Main()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html#DailyForecastData.Forecast.Weather(org.json.JSONObject)">DailyForecastData.Forecast.Weather(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#ForecastWeatherData.Forecast.Main(org.json.JSONObject)">ForecastWeatherData.Forecast.Main(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#dailyForecastFromResponse(java.lang.String)">dailyForecastFromResponse(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Sys</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about main weather elements (from the JSON data) and
|
||||
provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#ForecastWeatherData.Forecast.Sys()">ForecastWeatherData.Forecast.Sys()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#ForecastWeatherData.Forecast.Sys(org.json.JSONObject)">ForecastWeatherData.Forecast.Sys(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Weather</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about weather (from the JSON data) and provides methods
|
||||
to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html#ForecastWeatherData.Forecast.Weather()">ForecastWeatherData.Forecast.Weather()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html#ForecastWeatherData.Forecast.Weather(org.json.JSONObject)">ForecastWeatherData.Forecast.Weather(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Wind</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about wind (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html#ForecastWeatherData.Forecast.Wind()">ForecastWeatherData.Forecast.Wind()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html#ForecastWeatherData.Forecast.Wind(org.json.JSONObject)">ForecastWeatherData.Forecast.Wind(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherFromResponse(java.lang.String)">forecastWeatherFromResponse(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#dateTime">dateTime</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Date and time of the weather.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#dateTimeText">dateTimeText</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Date time text</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#dayTemp">dayTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Day temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#degree">degree</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Wind degree (direction of wind)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#description">description</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Weather description</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/Tools.Downloader.html#downloadPage(java.lang.String)">downloadPage(String)</a></span> - Static method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm">Tools.Downloader</a></dt>
|
||||
<dd>
|
||||
<div class="block">Downloads a page/content from the Internet.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>E-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>G-Index (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="E-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="G-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,17 +62,205 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_E_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_G_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">E</h2>
|
||||
<h2 class="title">G</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#eveTemp">eveTemp</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getBaseStation()">getBaseStation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getCity_Object()">getCity_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getCity_Object()">getCity_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getCityCode()">getCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCityCode()">getCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCityCode()">getCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getCityName()">getCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCityName()">getCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCityName()">getCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCityPopulation()">getCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCityPopulation()">getCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getClouds_Object()">getClouds_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getClouds_Object()">getClouds_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getCoordinates_Object()">getCoordinates_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCoordinates_Object()">getCoordinates_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCoordinates_Object()">getCoordinates_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#getCountryCode()">getCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCountryCode()">getCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCountryCode()">getCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#getDateTime()">getDateTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Evening temperature</div>
|
||||
<div class="block">Returns data for date and time of this weather.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getDateTimeText()">getDateTimeText()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getDayTemperature()">getDayTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getEveningTemperature()">getEveningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getForecast_List()">getForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getForecast_List()">getForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getForecast_List_Count()">getForecast_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getForecast_List_Count()">getForecast_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#getGroundLevel()">getGroundLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getHumidity()">getHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for humidity of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getHumidity()">getHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#getLatitude()">getLatitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for latitude of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#getLongitude()">getLongitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for longitude of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getMainData_Object()">getMainData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getMainData_Object()">getMainData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMaximumTemperature()">getMaximumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getMaxTemperature()">getMaxTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for maximum temperature of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMinimumTemperature()">getMinimumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getMinTemperature()">getMinTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for minimum temperature of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMorningTemperature()">getMorningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getNightTemperature()">getNightTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#getParameter()">getParameter()</a></span> - Method in enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the parameter.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#getPercentageOfClouds()">getPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for percentage of all clouds.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getPercentageOfClouds()">getPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#getPod()">getPod()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getPressure()">getPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for pressure of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getPressure()">getPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#getRain3Hours()">getRain3Hours()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getRain_Object()">getRain_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getResponseCode()">getResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getResponseCode()">getResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getResponseCode()">getResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getResponseForecastCount()">getResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getResponseForecastCount()">getResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getResponseTime()">getResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getResponseTime()">getResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#getSeaLevel()">getSeaLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#getSunriseTime()">getSunriseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#getSunsetTime()">getSunsetTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getSysData_Object()">getSysData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getSysData_Object()">getSysData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getTemperature()">getTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for temperature of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getTemperature_Object()">getTemperature_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#getTempKF()">getTempKF()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getWeather_List()">getWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWeather_List()">getWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getWeather_List()">getWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getWeather_List_Count()">getWeather_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWeather_List_Count()">getWeather_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getWeather_List_Count()">getWeather_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherCode()">getWeatherCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for code for weather of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherDescription()">getWeatherDescription()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for description for weather of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherIconName()">getWeatherIconName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for name of icon for weather of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherName()">getWeatherName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for name for weather of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getWind_Object()">getWind_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getWind_Object()">getWind_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#getWindDegree()">getWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for degree of wind in the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWindDegree()">getWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#getWindGust()">getWindGust()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#getWindSpeed()">getWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for speed of wind in the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWindSpeed()">getWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>F-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>H-Index (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="F-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="H-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,178 +62,164 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_F_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_H_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">F</h2>
|
||||
<h2 class="title">H</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#forecastList">forecastList</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">List of forecast information</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#forecastList">forecastList</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">List of forecast information</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#forecastListCount">forecastListCount</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Count (number) of elements in list of forecast information</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#forecastListCount">forecastListCount</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Count (number) of elements in list of forecast information</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCityCode(long)">forecastWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasBaseStation()">hasBaseStation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCityCode(long)">forecastWeatherByCityCode(long)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasCityCode()">hasCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCityName(java.lang.String)">forecastWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCityCode()">hasCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCityName(java.lang.String, java.lang.String)">forecastWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCityCode()">hasCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCityName(java.lang.String)">forecastWeatherByCityName(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasCityName()">hasCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCityName(java.lang.String, java.lang.String)">forecastWeatherByCityName(String, String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCityName()">hasCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherByCoordinates(float, float)">forecastWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCityName()">hasCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#forecastWeatherByCoordinates(float, float)">forecastWeatherByCoordinates(float, float)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCityPopulation()">hasCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCityPopulation()">hasCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#hasCountryCode()">hasCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCountryCode()">hasCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCountryCode()">hasCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#hasDateTime()">hasDateTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<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">Tells if the data for date and time of this weather is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#ForecastWeatherData(org.json.JSONObject)">ForecastWeatherData(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#hasDateTimeText()">hasDateTimeText()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasDayTemperature()">hasDayTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasEveningTemperature()">hasEveningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasForecast_List()">hasForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasForecast_List()">hasForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#hasGroundLevel()">hasGroundLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasHumidity()">hasHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Tells if the data for humidity of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.City</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasHumidity()">hasHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#hasLatitude()">hasLatitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about city (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
<div class="block">Tells if the data for latitude of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#ForecastWeatherData.City()">ForecastWeatherData.City()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#hasLongitude()">hasLongitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
<div class="block">Tells if the data for longitude of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#ForecastWeatherData.City(org.json.JSONObject)">ForecastWeatherData.City(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMaximumTemperature()">hasMaximumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasMaxTemperature()">hasMaxTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Tells if the data for maximum temperature of the city is available or
|
||||
not.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.City.Coord</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMinimumTemperature()">hasMinimumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasMinTemperature()">hasMinTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
<div class="block">Tells if the data for minimum temperature of the city is available or
|
||||
not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html#ForecastWeatherData.City.Coord()">ForecastWeatherData.City.Coord()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMorningTemperature()">hasMorningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasNightTemperature()">hasNightTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#hasPercentageOfClouds()">hasPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
<div class="block">Tells if the data for percentage of all clouds is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html#ForecastWeatherData.City.Coord(org.json.JSONObject)">ForecastWeatherData.City.Coord(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasPercentageOfClouds()">hasPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#hasPod()">hasPod()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasPressure()">hasPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Tells if the data for pressure of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasPressure()">hasPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#hasRain3Hours()">hasRain3Hours()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasResponseCode()">hasResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasResponseCode()">hasResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasResponseCode()">hasResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasResponseForecastCount()">hasResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasResponseForecastCount()">hasResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasResponseTime()">hasResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasResponseTime()">hasResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#hasSeaLevel()">hasSeaLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#hasSunriseTime()">hasSunriseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#hasSunsetTime()">hasSunsetTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasTemperature()">hasTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about forecasts (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
<div class="block">Tells if the data for temperature of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#ForecastWeatherData.Forecast()">ForecastWeatherData.Forecast()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#hasTempKF()">hasTempKF()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasWeather_List()">hasWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasWeather_List()">hasWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#hasWeather_List()">hasWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherCode()">hasWeatherCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
<div class="block">Tells if the data for weather's code is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#ForecastWeatherData.Forecast(org.json.JSONObject)">ForecastWeatherData.Forecast(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherDescription()">hasWeatherDescription()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Tells if the data for weather's description is available or not.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Clouds</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherIconName()">hasWeatherIconName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about clouds (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
<div class="block">Tells if the data for name of weather's icon is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html#ForecastWeatherData.Forecast.Clouds()">ForecastWeatherData.Forecast.Clouds()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherName()">hasWeatherName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
<div class="block">Tells if the data for weather's name is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html#ForecastWeatherData.Forecast.Clouds(org.json.JSONObject)">ForecastWeatherData.Forecast.Clouds(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#hasWindDegree()">hasWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Tells if the data for degree (degree gives direction) of wind in the
|
||||
city is available or not.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Main</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasWindDegree()">hasWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#hasWindGust()">hasWindGust()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#hasWindSpeed()">hasWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<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">Tells if the data for speed of wind in the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#ForecastWeatherData.Forecast.Main()">ForecastWeatherData.Forecast.Main()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#ForecastWeatherData.Forecast.Main(org.json.JSONObject)">ForecastWeatherData.Forecast.Main(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Sys</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about main weather elements (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#ForecastWeatherData.Forecast.Sys()">ForecastWeatherData.Forecast.Sys()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#ForecastWeatherData.Forecast.Sys(org.json.JSONObject)">ForecastWeatherData.Forecast.Sys(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Weather</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about weather (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html#ForecastWeatherData.Forecast.Weather()">ForecastWeatherData.Forecast.Weather()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html#ForecastWeatherData.Forecast.Weather(org.json.JSONObject)">ForecastWeatherData.Forecast.Weather(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm"><span class="strong">ForecastWeatherData.Forecast.Wind</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parses data about wind (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html#ForecastWeatherData.Forecast.Wind()">ForecastWeatherData.Forecast.Wind()</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Non-parameterized constructor</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html#ForecastWeatherData.Forecast.Wind(org.json.JSONObject)">ForecastWeatherData.Forecast.Wind(JSONObject)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#forecastWeatherFromResponse(java.lang.String)">forecastWeatherFromResponse(String)</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasWindSpeed()">hasWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>G-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>J-Index (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="G-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="J-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,213 +62,61 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_G_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_J_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">G</h2>
|
||||
<h2 class="title">J</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getBaseStation()">getBaseStation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getCity_Object()">getCity_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getCity_Object()">getCity_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getCityCode()">getCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCityCode()">getCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCityCode()">getCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getCityName()">getCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCityName()">getCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCityName()">getCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCityPopulation()">getCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCityPopulation()">getCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getClouds_Object()">getClouds_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getClouds_Object()">getClouds_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getCoordinates_Object()">getCoordinates_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCoordinates_Object()">getCoordinates_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCoordinates_Object()">getCoordinates_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#getCountryCode()">getCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#getCountryCode()">getCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#getCountryCode()">getCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#getDateTime()">getDateTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_CLOUDS">JSON_CLOUDS</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for date and time of this weather.</div>
|
||||
<div class="block">Key for JSON object - Clouds</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getDateTimeText()">getDateTimeText()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getDayTemperature()">getDayTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getEveningTemperature()">getEveningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getForecast_List()">getForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getForecast_List()">getForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getForecast_List_Count()">getForecast_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getForecast_List_Count()">getForecast_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#getGroundLevel()">getGroundLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getHumidity()">getHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_COORD">JSON_COORD</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for humidity of the city.</div>
|
||||
<div class="block">Key for JSON object - Coordinates (Geographic coordinates)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getHumidity()">getHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#getLatitude()">getLatitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_MAIN">JSON_MAIN</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for latitude of the city.</div>
|
||||
<div class="block">Key for JSON object - Main (Temperature, pressure, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#getLongitude()">getLongitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_TEMP">JSON_TEMP</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for longitude of the city.</div>
|
||||
<div class="block">Key for JSON object - Temperature</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getMainData_Object()">getMainData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getMainData_Object()">getMainData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMaximumTemperature()">getMaximumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getMaxTemperature()">getMaxTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_DAY">JSON_TEMP_DAY</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for maximum temperature of the city.</div>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Day</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMinimumTemperature()">getMinimumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getMinTemperature()">getMinTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_EVENING">JSON_TEMP_EVENING</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for minimum temperature of the city.</div>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Evening</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMorningTemperature()">getMorningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getNightTemperature()">getNightTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#getParameter()">getParameter()</a></span> - Method in enum net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm">OpenWeatherMap.OWM_URL</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MAX">JSON_TEMP_MAX</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the parameter.</div>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Maximum</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#getPercentageOfClouds()">getPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MIN">JSON_TEMP_MIN</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for percentage of all clouds.</div>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Minimum</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getPercentageOfClouds()">getPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#getPod()">getPod()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getPressure()">getPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MORNING">JSON_TEMP_MORNING</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for pressure of the city.</div>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Morning</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getPressure()">getPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#getRain3Hours()">getRain3Hours()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getRain_Object()">getRain_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getResponseCode()">getResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getResponseCode()">getResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getResponseCode()">getResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getResponseForecastCount()">getResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getResponseForecastCount()">getResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#getResponseTime()">getResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#getResponseTime()">getResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#getSeaLevel()">getSeaLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#getSunriseTime()">getSunriseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#getSunsetTime()">getSunsetTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getSysData_Object()">getSysData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getSysData_Object()">getSysData_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#getTemperature()">getTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_NIGHT">JSON_TEMP_NIGHT</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for temperature of the city.</div>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Night</code></div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getTemperature_Object()">getTemperature_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#getTempKF()">getTempKF()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getWeather_List()">getWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWeather_List()">getWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getWeather_List()">getWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getWeather_List_Count()">getWeather_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWeather_List_Count()">getWeather_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getWeather_List_Count()">getWeather_List_Count()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherCode()">getWeatherCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_WEATHER">JSON_WEATHER</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for code for weather of the city.</div>
|
||||
<div class="block">Key for JSON array - Weather (Weather name, description, etc.)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherDescription()">getWeatherDescription()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_WIND">JSON_WIND</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for description for weather of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherIconName()">getWeatherIconName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for name of icon for weather of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#getWeatherName()">getWeatherName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for name for weather of the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#getWind_Object()">getWind_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#getWind_Object()">getWind_Object()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#getWindDegree()">getWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for degree of wind in the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWindDegree()">getWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#getWindGust()">getWindGust()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#getWindSpeed()">getWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns data for speed of wind in the city.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#getWindSpeed()">getWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#groundLevel">groundLevel</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Ground level</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#gust">gust</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Wind gust</div>
|
||||
<div class="block">Key for JSON object - Wind</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>H-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>N-Index (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="H-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="N-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,170 +62,15 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_H_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_N_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">H</h2>
|
||||
<h2 class="title">N</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasBaseStation()">hasBaseStation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> - package net.aksingh.java.api.owm</dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasCityCode()">hasCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCityCode()">hasCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCityCode()">hasCityCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasCityName()">hasCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCityName()">hasCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCityName()">hasCityName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCityPopulation()">hasCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCityPopulation()">hasCityPopulation()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#hasCountryCode()">hasCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.City.html#hasCountryCode()">hasCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html#hasCountryCode()">hasCountryCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.html#hasDateTime()">hasDateTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for date and time of this weather is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#hasDateTimeText()">hasDateTimeText()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasDayTemperature()">hasDayTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasEveningTemperature()">hasEveningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasForecast_List()">hasForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasForecast_List()">hasForecast_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#hasGroundLevel()">hasGroundLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasHumidity()">hasHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for humidity of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasHumidity()">hasHumidity()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#hasLatitude()">hasLatitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for latitude of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#hasLongitude()">hasLongitude()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for longitude of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMaximumTemperature()">hasMaximumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasMaxTemperature()">hasMaxTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for maximum temperature of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMinimumTemperature()">hasMinimumTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasMinTemperature()">hasMinTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for minimum temperature of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMorningTemperature()">hasMorningTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasNightTemperature()">hasNightTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#hasPercentageOfClouds()">hasPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for percentage of all clouds is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasPercentageOfClouds()">hasPercentageOfClouds()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#hasPod()">hasPod()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasPressure()">hasPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for pressure of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasPressure()">hasPressure()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#hasRain3Hours()">hasRain3Hours()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasResponseCode()">hasResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasResponseCode()">hasResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasResponseCode()">hasResponseCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasResponseForecastCount()">hasResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasResponseForecastCount()">hasResponseForecastCount()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.html#hasResponseTime()">hasResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.html" title="class in net.aksingh.java.api.owm">DailyForecastData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.html#hasResponseTime()">hasResponseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#hasSeaLevel()">hasSeaLevel()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#hasSunriseTime()">hasSunriseTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#hasSunsetTime()">hasSunsetTime()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasTemperature()">hasTemperature()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for temperature of the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#hasTempKF()">hasTempKF()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.html#hasWeather_List()">hasWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasWeather_List()">hasWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#hasWeather_List()">hasWeather_List()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherCode()">hasWeatherCode()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for weather's code is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherDescription()">hasWeatherDescription()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for weather's description is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherIconName()">hasWeatherIconName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for name of weather's icon is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#hasWeatherName()">hasWeatherName()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for weather's name is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#hasWindDegree()">hasWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for degree (degree gives direction) of wind
|
||||
in the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasWindDegree()">hasWindDegree()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#hasWindGust()">hasWindGust()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#hasWindSpeed()">hasWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tells if the data for speed of wind in the city is available or not.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#hasWindSpeed()">hasWindSpeed()</a></span> - Method in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#humidity">humidity</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></dt>
|
||||
<dd>
|
||||
<div class="block">Humidity</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#humidity">humidity</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dt>
|
||||
<dd>
|
||||
<div class="block">Humidity</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:36 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>I-Index (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>O-Index (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="I-Index (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="O-Index (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,21 +62,30 @@
|
|||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a name="_I_">
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> <a name="_O_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">I</h2>
|
||||
<h2 class="title">O</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#icon">icon</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dt><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm"><span class="strong">OpenWeatherMap</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd>
|
||||
<div class="block">Weather icon</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#id">id</a></span> - Variable in class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></dt>
|
||||
<dd>
|
||||
<div class="block">Weather ID</div>
|
||||
<div class="block">Provides methods to get weather, forecast, and other data from
|
||||
OpenWeatherMap.org</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#OpenWeatherMap(java.lang.String)">OpenWeatherMap(String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.html#OpenWeatherMap(net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL, java.lang.String)">OpenWeatherMap(OpenWeatherMap.OWM_URL, String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm"><span class="strong">OpenWeatherMap.OWM_Response</span></a> - Class in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OpenWeatherMap.OWM_Response(java.lang.String)">OpenWeatherMap.OWM_Response(String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OpenWeatherMap.OWM_Response(net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL, java.lang.String)">OpenWeatherMap.OWM_Response(OpenWeatherMap.OWM_URL, String)</a></span> - Constructor for class net.aksingh.java.api.owm.<a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html" title="enum in net.aksingh.java.api.owm"><span class="strong">OpenWeatherMap.OWM_URL</span></a> - Enum in <a href="../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> </div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">F</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">J</a> <a href="index-8.html">N</a> <a href="index-9.html">O</a> <a href="index-10.html">T</a> <a href="index-11.html">V</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -2,15 +2,49 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc on Sat Aug 10 23:46:36 IST 2013 -->
|
||||
<!-- Generated by javadoc on Thu Jul 03 01:05:55 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>OpenWeatherMap.org JAPIs</title>
|
||||
<title>OWM JAPIs Docs</title>
|
||||
<script type="text/javascript">
|
||||
targetPage = "" + window.location.search;
|
||||
if (targetPage != "" && targetPage != "undefined")
|
||||
targetPage = targetPage.substring(1);
|
||||
if (targetPage.indexOf(":") != -1)
|
||||
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
|
||||
targetPage = "undefined";
|
||||
function validURL(url) {
|
||||
var pos = url.indexOf(".html");
|
||||
if (pos == -1 || pos != url.length - 5)
|
||||
return false;
|
||||
var allowNumber = false;
|
||||
var allowSep = false;
|
||||
var seenDot = false;
|
||||
for (var i = 0; i < url.length - 5; i++) {
|
||||
var ch = url.charAt(i);
|
||||
if ('a' <= ch && ch <= 'z' ||
|
||||
'A' <= ch && ch <= 'Z' ||
|
||||
ch == '$' ||
|
||||
ch == '_') {
|
||||
allowNumber = true;
|
||||
allowSep = true;
|
||||
} else if ('0' <= ch && ch <= '9'
|
||||
|| ch == '-') {
|
||||
if (!allowNumber)
|
||||
return false;
|
||||
} else if (ch == '/' || ch == '.') {
|
||||
if (!allowSep)
|
||||
return false;
|
||||
allowNumber = false;
|
||||
allowSep = false;
|
||||
if (ch == '.')
|
||||
seenDot = true;
|
||||
if (ch == '/' && seenDot)
|
||||
return false;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
function loadFrames() {
|
||||
if (targetPage != "" && targetPage != "undefined")
|
||||
top.classFrame.location = top.targetPage;
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:34 IST 2013 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>AbstractWeatherData.Clouds (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>AbstractWeatherData.Clouds (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="AbstractWeatherData.Clouds (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="AbstractWeatherData.Clouds (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -108,8 +108,9 @@
|
|||
extends java.lang.Object</pre>
|
||||
<div class="block">This class provides default implementations for <code>Clouds</code>.
|
||||
Standard behaviors like the <code>has</code> and the <code>get</code>
|
||||
methods for information about clouds (for example, percentage of
|
||||
clouds, etc.) are defined here.</div>
|
||||
methods for information about clouds (for example, percentage of clouds,
|
||||
etc.) are defined here.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -122,34 +123,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#JSON_CLOUDS_ALL">JSON_CLOUDS_ALL</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Clouds -> All</code>
|
||||
(percentage of all clouds)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#percentOfClouds">percentOfClouds</a></strong></code>
|
||||
<div class="block">Percentage of all clouds</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -168,9 +141,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html#AbstractWeatherData.Clouds(org.json.JSONObject)">AbstractWeatherData.Clouds</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -216,36 +187,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_CLOUDS_ALL">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CLOUDS_ALL</h4>
|
||||
<pre>private final java.lang.String JSON_CLOUDS_ALL</pre>
|
||||
<div class="block">Key for JSON variable <code>Clouds -> All</code>
|
||||
(percentage of all clouds)</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Clouds.JSON_CLOUDS_ALL">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="percentOfClouds">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>percentOfClouds</h4>
|
||||
<pre>private final float percentOfClouds</pre>
|
||||
<div class="block">Percentage of all clouds</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -260,8 +201,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Clouds</h4>
|
||||
<pre>public AbstractWeatherData.Clouds()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -276,8 +218,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Clouds</h4>
|
||||
<pre>public AbstractWeatherData.Clouds(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about clouds</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -296,8 +239,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasPercentageOfClouds</h4>
|
||||
<pre>public boolean hasPercentageOfClouds()</pre>
|
||||
<div class="block">Tells if the data for percentage of all clouds is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for percentage of all clouds is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getPercentageOfClouds()">
|
||||
|
@ -307,9 +252,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getPercentageOfClouds</h4>
|
||||
<pre>public float getPercentageOfClouds()</pre>
|
||||
<div class="block">Returns data for percentage of all clouds.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Percentage of all clouds if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for percentage of all clouds.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Percentage of all clouds if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -363,13 +309,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:34 IST 2013 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>AbstractWeatherData.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>AbstractWeatherData.Coord (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="AbstractWeatherData.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="AbstractWeatherData.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -108,8 +108,9 @@
|
|||
extends java.lang.Object</pre>
|
||||
<div class="block">This class provides default implementations for <code>Coord</code>.
|
||||
Standard behaviors like the <code>has</code> and the <code>get</code>
|
||||
methods for information about geographic coordinates (latitude
|
||||
and longitude) are defined here.</div>
|
||||
methods for information about geographic coordinates (latitude and
|
||||
longitude) are defined here.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Version:</span></dt>
|
||||
<dd>2013/07/28</dd>
|
||||
<dt><span class="strong">Author:</span></dt>
|
||||
|
@ -120,45 +121,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#JSON_COORD_LATITUDE">JSON_COORD_LATITUDE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Coord -> Latitude</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#JSON_COORD_LONGITUDE">JSON_COORD_LONGITUDE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Coord -> Longitude</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#lat">lat</a></strong></code>
|
||||
<div class="block">Latitude</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#lon">lon</a></strong></code>
|
||||
<div class="block">Longitude</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -177,9 +139,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html#AbstractWeatherData.Coord(org.json.JSONObject)">AbstractWeatherData.Coord</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -237,56 +197,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_COORD_LATITUDE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_COORD_LATITUDE</h4>
|
||||
<pre>private final java.lang.String JSON_COORD_LATITUDE</pre>
|
||||
<div class="block">Key for JSON variable <code>Coord -> Latitude</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Coord.JSON_COORD_LATITUDE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_COORD_LONGITUDE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_COORD_LONGITUDE</h4>
|
||||
<pre>private final java.lang.String JSON_COORD_LONGITUDE</pre>
|
||||
<div class="block">Key for JSON variable <code>Coord -> Longitude</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Coord.JSON_COORD_LONGITUDE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="lat">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>lat</h4>
|
||||
<pre>private final float lat</pre>
|
||||
<div class="block">Latitude</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="lon">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>lon</h4>
|
||||
<pre>private final float lon</pre>
|
||||
<div class="block">Longitude</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -301,8 +211,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Coord</h4>
|
||||
<pre>public AbstractWeatherData.Coord()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -317,8 +228,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Coord</h4>
|
||||
<pre>public AbstractWeatherData.Coord(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about coordinates</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -337,8 +249,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasLatitude</h4>
|
||||
<pre>public boolean hasLatitude()</pre>
|
||||
<div class="block">Tells if the data for latitude of the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for latitude of the city is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasLongitude()">
|
||||
|
@ -348,8 +262,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasLongitude</h4>
|
||||
<pre>public boolean hasLongitude()</pre>
|
||||
<div class="block">Tells if the data for longitude of the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for longitude of the city is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getLatitude()">
|
||||
|
@ -359,9 +275,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getLatitude</h4>
|
||||
<pre>public float getLatitude()</pre>
|
||||
<div class="block">Returns data for latitude of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Latitude of the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for latitude of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Latitude of the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getLongitude()">
|
||||
|
@ -371,9 +288,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getLongitude</h4>
|
||||
<pre>public float getLongitude()</pre>
|
||||
<div class="block">Returns data for longitude of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Longitude of the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for longitude of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Longitude of the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -427,13 +345,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:34 IST 2013 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>AbstractWeatherData.Main (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>AbstractWeatherData.Main (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="AbstractWeatherData.Main (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="AbstractWeatherData.Main (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -109,7 +109,8 @@ extends java.lang.Object</pre>
|
|||
<div class="block">This class provides default implementations for <code>Main</code>.
|
||||
Standard behaviors like the <code>has</code> and the <code>get</code>
|
||||
methods for information about main weather elements (for example,
|
||||
temperature, pressure, humidity, etc.) are defined here.</div>
|
||||
temperature, pressure, humidity, etc.) are defined here.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -122,81 +123,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#humidity">humidity</a></strong></code>
|
||||
<div class="block">Humidity</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_HUMIDITY">JSON_MAIN_HUMIDITY</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Humidity</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_PRESSURE">JSON_MAIN_PRESSURE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Pressure</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP">JSON_MAIN_TEMP</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Temperature</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP_MAX">JSON_MAIN_TEMP_MAX</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Maximum temperature</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#JSON_MAIN_TEMP_MIN">JSON_MAIN_TEMP_MIN</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Minimum temperature</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#maxTemp">maxTemp</a></strong></code>
|
||||
<div class="block">Maximum temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#minTemp">minTemp</a></strong></code>
|
||||
<div class="block">Minimum temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#pressure">pressure</a></strong></code>
|
||||
<div class="block">Pressure</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#temp">temp</a></strong></code>
|
||||
<div class="block">Temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -215,9 +141,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#AbstractWeatherData.Main(org.json.JSONObject)">AbstractWeatherData.Main</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -274,13 +198,15 @@ extends java.lang.Object</pre>
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasMaxTemperature()">hasMaxTemperature</a></strong>()</code>
|
||||
<div class="block">Tells if the data for maximum temperature of the city is available or not.</div>
|
||||
<div class="block">Tells if the data for maximum temperature of the city is available or
|
||||
not.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html#hasMinTemperature()">hasMinTemperature</a></strong>()</code>
|
||||
<div class="block">Tells if the data for minimum temperature of the city is available or not.</div>
|
||||
<div class="block">Tells if the data for minimum temperature of the city is available or
|
||||
not.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
|
@ -311,119 +237,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_MAIN_TEMP">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_TEMP</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_TEMP</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Temperature</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_TEMP">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_MAIN_TEMP_MIN">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_TEMP_MIN</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_TEMP_MIN</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Minimum temperature</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_TEMP_MIN">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_MAIN_TEMP_MAX">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_TEMP_MAX</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_TEMP_MAX</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Maximum temperature</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_TEMP_MAX">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_MAIN_PRESSURE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_PRESSURE</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_PRESSURE</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Pressure</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_PRESSURE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_MAIN_HUMIDITY">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_HUMIDITY</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_HUMIDITY</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Humidity</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Main.JSON_MAIN_HUMIDITY">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="temp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>temp</h4>
|
||||
<pre>private final float temp</pre>
|
||||
<div class="block">Temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="minTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>minTemp</h4>
|
||||
<pre>private final float minTemp</pre>
|
||||
<div class="block">Minimum temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="maxTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>maxTemp</h4>
|
||||
<pre>private final float maxTemp</pre>
|
||||
<div class="block">Maximum temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="pressure">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>pressure</h4>
|
||||
<pre>private final float pressure</pre>
|
||||
<div class="block">Pressure</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="humidity">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>humidity</h4>
|
||||
<pre>private final float humidity</pre>
|
||||
<div class="block">Humidity</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -438,8 +251,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Main</h4>
|
||||
<pre>public AbstractWeatherData.Main()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -454,8 +268,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Main</h4>
|
||||
<pre>public AbstractWeatherData.Main(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about main weather
|
||||
elements. For example, temperature, pressure, etc.</dd></dl>
|
||||
</li>
|
||||
|
@ -475,8 +290,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasTemperature</h4>
|
||||
<pre>public boolean hasTemperature()</pre>
|
||||
<div class="block">Tells if the data for temperature of the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for temperature of the city is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasMinTemperature()">
|
||||
|
@ -486,8 +303,11 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasMinTemperature</h4>
|
||||
<pre>public boolean hasMinTemperature()</pre>
|
||||
<div class="block">Tells if the data for minimum temperature of the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for minimum temperature of the city is available or
|
||||
not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasMaxTemperature()">
|
||||
|
@ -497,8 +317,11 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasMaxTemperature</h4>
|
||||
<pre>public boolean hasMaxTemperature()</pre>
|
||||
<div class="block">Tells if the data for maximum temperature of the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for maximum temperature of the city is available or
|
||||
not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasPressure()">
|
||||
|
@ -508,8 +331,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasPressure</h4>
|
||||
<pre>public boolean hasPressure()</pre>
|
||||
<div class="block">Tells if the data for pressure of the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for pressure of the city is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasHumidity()">
|
||||
|
@ -519,8 +344,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasHumidity</h4>
|
||||
<pre>public boolean hasHumidity()</pre>
|
||||
<div class="block">Tells if the data for humidity of the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for humidity of the city is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getTemperature()">
|
||||
|
@ -530,9 +357,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getTemperature</h4>
|
||||
<pre>public float getTemperature()</pre>
|
||||
<div class="block">Returns data for temperature of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Temperature of the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for temperature of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Temperature of the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getMinTemperature()">
|
||||
|
@ -542,9 +370,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getMinTemperature</h4>
|
||||
<pre>public float getMinTemperature()</pre>
|
||||
<div class="block">Returns data for minimum temperature of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Minimum temperature of the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for minimum temperature of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Minimum temperature of the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getMaxTemperature()">
|
||||
|
@ -554,9 +383,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getMaxTemperature</h4>
|
||||
<pre>public float getMaxTemperature()</pre>
|
||||
<div class="block">Returns data for maximum temperature of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Maximum temperature of the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for maximum temperature of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Maximum temperature of the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getPressure()">
|
||||
|
@ -566,9 +396,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getPressure</h4>
|
||||
<pre>public float getPressure()</pre>
|
||||
<div class="block">Returns data for pressure of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Pressure of the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for pressure of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Pressure of the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getHumidity()">
|
||||
|
@ -578,9 +409,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getHumidity</h4>
|
||||
<pre>public float getHumidity()</pre>
|
||||
<div class="block">Returns data for humidity of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Humidity of the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for humidity of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Humidity of the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -634,13 +466,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:34 IST 2013 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>AbstractWeatherData.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>AbstractWeatherData.Weather (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="AbstractWeatherData.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="AbstractWeatherData.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -109,7 +109,8 @@ extends java.lang.Object</pre>
|
|||
<div class="block">This class provides default implementations for <code>Weather</code>.
|
||||
Standard behaviors like the <code>has</code> and the <code>get</code>
|
||||
methods for information about weather (for example, id, name,
|
||||
description, icon, etc.) are defined here.</div>
|
||||
description, icon, etc.) are defined here.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -122,69 +123,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#description">description</a></strong></code>
|
||||
<div class="block">Weather description</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#icon">icon</a></strong></code>
|
||||
<div class="block">Weather icon</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#id">id</a></strong></code>
|
||||
<div class="block">Weather ID</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_DESCRIPTION">JSON_WEATHER_DESCRIPTION</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Weather -> Description</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_ICON">JSON_WEATHER_ICON</a></strong></code>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> Icon</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_ID">JSON_WEATHER_ID</a></strong></code>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> ID</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#JSON_WEATHER_MAIN">JSON_WEATHER_MAIN</a></strong></code>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> Main (name of weather)</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#name">name</a></strong></code>
|
||||
<div class="block">Weather name</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -203,9 +141,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html#AbstractWeatherData.Weather(org.json.JSONObject)">AbstractWeatherData.Weather</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -287,98 +223,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_WEATHER_ID">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WEATHER_ID</h4>
|
||||
<pre>private final java.lang.String JSON_WEATHER_ID</pre>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> ID</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_ID">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_WEATHER_MAIN">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WEATHER_MAIN</h4>
|
||||
<pre>private final java.lang.String JSON_WEATHER_MAIN</pre>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> Main (name of weather)</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_MAIN">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_WEATHER_DESCRIPTION">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WEATHER_DESCRIPTION</h4>
|
||||
<pre>private final java.lang.String JSON_WEATHER_DESCRIPTION</pre>
|
||||
<div class="block">Key for JSON variable <code>Weather -> Description</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_DESCRIPTION">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_WEATHER_ICON">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WEATHER_ICON</h4>
|
||||
<pre>private final java.lang.String JSON_WEATHER_ICON</pre>
|
||||
<div class="block">Key for JSON variable in array <code>Weather -> Icon</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Weather.JSON_WEATHER_ICON">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="id">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>id</h4>
|
||||
<pre>private final int id</pre>
|
||||
<div class="block">Weather ID</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="name">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>name</h4>
|
||||
<pre>private final java.lang.String name</pre>
|
||||
<div class="block">Weather name</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="description">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>description</h4>
|
||||
<pre>private final java.lang.String description</pre>
|
||||
<div class="block">Weather description</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="icon">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>icon</h4>
|
||||
<pre>private final java.lang.String icon</pre>
|
||||
<div class="block">Weather icon</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -393,8 +237,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Weather</h4>
|
||||
<pre>public AbstractWeatherData.Weather()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -409,9 +254,11 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Weather</h4>
|
||||
<pre>public AbstractWeatherData.Weather(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about weather id, name, etc.</dd></dl>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about weather id, name,
|
||||
etc.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -429,8 +276,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasWeatherCode</h4>
|
||||
<pre>public boolean hasWeatherCode()</pre>
|
||||
<div class="block">Tells if the data for weather's code is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for weather's code is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasWeatherName()">
|
||||
|
@ -440,8 +289,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasWeatherName</h4>
|
||||
<pre>public boolean hasWeatherName()</pre>
|
||||
<div class="block">Tells if the data for weather's name is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for weather's name is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasWeatherDescription()">
|
||||
|
@ -451,8 +302,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasWeatherDescription</h4>
|
||||
<pre>public boolean hasWeatherDescription()</pre>
|
||||
<div class="block">Tells if the data for weather's description is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for weather's description is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasWeatherIconName()">
|
||||
|
@ -462,8 +315,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasWeatherIconName</h4>
|
||||
<pre>public boolean hasWeatherIconName()</pre>
|
||||
<div class="block">Tells if the data for name of weather's icon is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for name of weather's icon is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getWeatherCode()">
|
||||
|
@ -473,9 +328,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getWeatherCode</h4>
|
||||
<pre>public int getWeatherCode()</pre>
|
||||
<div class="block">Returns data for code for weather of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Code for weather of the city if available,
|
||||
otherwise <code>Integer.MIN_VALUE</code></dd></dl>
|
||||
<div class="block">Returns data for code for weather of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Code for weather of the city if available, otherwise
|
||||
<code>Integer.MIN_VALUE</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getWeatherName()">
|
||||
|
@ -485,9 +341,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getWeatherName</h4>
|
||||
<pre>public java.lang.String getWeatherName()</pre>
|
||||
<div class="block">Returns data for name for weather of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Name for weather of the city if available,
|
||||
otherwise <code>null</code></dd></dl>
|
||||
<div class="block">Returns data for name for weather of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Name for weather of the city if available, otherwise
|
||||
<code>null</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getWeatherDescription()">
|
||||
|
@ -497,9 +354,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getWeatherDescription</h4>
|
||||
<pre>public java.lang.String getWeatherDescription()</pre>
|
||||
<div class="block">Returns data for description for weather of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Description for weather of the city if available,
|
||||
otherwise <code>null</code></dd></dl>
|
||||
<div class="block">Returns data for description for weather of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Description for weather of the city if available, otherwise
|
||||
<code>null</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getWeatherIconName()">
|
||||
|
@ -509,9 +367,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getWeatherIconName</h4>
|
||||
<pre>public java.lang.String getWeatherIconName()</pre>
|
||||
<div class="block">Returns data for name of icon for weather of the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Name of icon for weather of the city if available,
|
||||
otherwise <code>null</code></dd></dl>
|
||||
<div class="block">Returns data for name of icon for weather of the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Name of icon for weather of the city if available, otherwise
|
||||
<code>null</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -565,13 +424,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:34 IST 2013 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>AbstractWeatherData.Wind (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>AbstractWeatherData.Wind (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="AbstractWeatherData.Wind (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="AbstractWeatherData.Wind (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -107,9 +107,10 @@
|
|||
<pre>public abstract static class <span class="strong">AbstractWeatherData.Wind</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">This class provides default implementations for <code>Wind</code>.
|
||||
Standard behaviors like the <code>has</code> and the <code>get</code>
|
||||
methods for information about wind (for example, speed, degree,
|
||||
etc.) are defined here.</div>
|
||||
Standard behaviors like the <code>has</code> and the <code>get</code>
|
||||
methods for information about wind (for example, speed, degree, etc.) are
|
||||
defined here.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -122,45 +123,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#degree">degree</a></strong></code>
|
||||
<div class="block">Wind degree (direction of wind)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#JSON_WIND_DEGREE">JSON_WIND_DEGREE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Degree</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#JSON_WIND_SPEED">JSON_WIND_SPEED</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Speed</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#speed">speed</a></strong></code>
|
||||
<div class="block">Wind speed</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -179,9 +141,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#AbstractWeatherData.Wind(org.json.JSONObject)">AbstractWeatherData.Wind</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -214,8 +174,8 @@ extends java.lang.Object</pre>
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html#hasWindDegree()">hasWindDegree</a></strong>()</code>
|
||||
<div class="block">Tells if the data for degree (degree gives direction) of wind
|
||||
in the city is available or not.</div>
|
||||
<div class="block">Tells if the data for degree (degree gives direction) of wind in the
|
||||
city is available or not.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
|
@ -240,56 +200,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_WIND_SPEED">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WIND_SPEED</h4>
|
||||
<pre>private final java.lang.String JSON_WIND_SPEED</pre>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Speed</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Wind.JSON_WIND_SPEED">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_WIND_DEGREE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WIND_DEGREE</h4>
|
||||
<pre>private final java.lang.String JSON_WIND_DEGREE</pre>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Degree</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.Wind.JSON_WIND_DEGREE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="speed">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>speed</h4>
|
||||
<pre>private final float speed</pre>
|
||||
<div class="block">Wind speed</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="degree">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>degree</h4>
|
||||
<pre>private final float degree</pre>
|
||||
<div class="block">Wind degree (direction of wind)</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -304,8 +214,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Wind</h4>
|
||||
<pre>public AbstractWeatherData.Wind()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -320,8 +231,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData.Wind</h4>
|
||||
<pre>public AbstractWeatherData.Wind(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about wind</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -340,8 +252,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasWindSpeed</h4>
|
||||
<pre>public boolean hasWindSpeed()</pre>
|
||||
<div class="block">Tells if the data for speed of wind in the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for speed of wind in the city is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasWindDegree()">
|
||||
|
@ -351,9 +265,11 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasWindDegree</h4>
|
||||
<pre>public boolean hasWindDegree()</pre>
|
||||
<div class="block">Tells if the data for degree (degree gives direction) of wind
|
||||
in the city is available or not.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
<div class="block">Tells if the data for degree (degree gives direction) of wind in the
|
||||
city is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise
|
||||
<code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getWindSpeed()">
|
||||
|
@ -363,9 +279,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getWindSpeed</h4>
|
||||
<pre>public float getWindSpeed()</pre>
|
||||
<div class="block">Returns data for speed of wind in the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Speed of wind in the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for speed of wind in the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Speed of wind in the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getWindDegree()">
|
||||
|
@ -375,9 +292,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getWindDegree</h4>
|
||||
<pre>public float getWindDegree()</pre>
|
||||
<div class="block">Returns data for degree of wind in the city.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Degree of wind in the city if available,
|
||||
otherwise <code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
<div class="block">Returns data for degree of wind in the city.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Degree of wind in the city if available, otherwise
|
||||
<code>Float.NaN</code>, i.e., Not a Number.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -431,13 +349,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:34 IST 2013 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>AbstractWeatherData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>AbstractWeatherData (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="AbstractWeatherData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="AbstractWeatherData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -102,11 +102,13 @@
|
|||
<br>
|
||||
<pre>public abstract class <span class="strong">AbstractWeatherData</span>
|
||||
extends java.lang.Object</pre>
|
||||
<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.
|
||||
Standard behaviors like the <code>has</code> and the <code>get</code>
|
||||
methods for information about weather or forecast (for example,
|
||||
temperature, pressure, weather, clouds, wind, etc.) are defined here.</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. Standard
|
||||
behaviors like the <code>has</code> and the <code>get</code> methods for
|
||||
information about weather or forecast (for example, temperature, pressure,
|
||||
weather, clouds, wind, etc.) are defined here.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -177,29 +179,17 @@ extends java.lang.Object</pre>
|
|||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.Date</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html#dateTime">dateTime</a></strong></code>
|
||||
<div class="block">Date and time of the weather.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>protected java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_CLOUDS">JSON_CLOUDS</a></strong></code>
|
||||
<div class="block">Key for JSON object - Clouds</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>protected java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_COORD">JSON_COORD</a></strong></code>
|
||||
<div class="block">Key for JSON object - Coordinates (Geographic coordinates)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_DATE_TIME">JSON_DATE_TIME</a></strong></code>
|
||||
<div class="block">Key for JSON variable Date-Time (date & time of the weather)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html#JSON_MAIN">JSON_MAIN</a></strong></code>
|
||||
|
@ -239,9 +229,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html#AbstractWeatherData(org.json.JSONObject)">AbstractWeatherData</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -340,7 +328,7 @@ extends java.lang.Object</pre>
|
|||
<a name="JSON_WIND">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WIND</h4>
|
||||
<pre>protected final java.lang.String JSON_WIND</pre>
|
||||
|
@ -348,28 +336,6 @@ extends java.lang.Object</pre>
|
|||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.JSON_WIND">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_DATE_TIME">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_DATE_TIME</h4>
|
||||
<pre>private final java.lang.String JSON_DATE_TIME</pre>
|
||||
<div class="block">Key for JSON variable Date-Time (date & time of the weather)</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.AbstractWeatherData.JSON_DATE_TIME">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="dateTime">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>dateTime</h4>
|
||||
<pre>private final java.util.Date dateTime</pre>
|
||||
<div class="block">Date and time of the weather. This is answer for the question that
|
||||
when is/will be this weather.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
|
@ -386,8 +352,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData</h4>
|
||||
<pre>public AbstractWeatherData()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -402,8 +369,9 @@ extends java.lang.Object</pre>
|
|||
<h4>AbstractWeatherData</h4>
|
||||
<pre>public AbstractWeatherData(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing weather data</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -422,7 +390,8 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>hasDateTime</h4>
|
||||
<pre>public boolean hasDateTime()</pre>
|
||||
<div class="block">Tells if the data for date and time of this weather is available or not.</div>
|
||||
<div class="block">Tells if the data for date and time of this weather is available or not.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data available, otherwise <code>false</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -433,9 +402,10 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>getDateTime</h4>
|
||||
<pre>public java.util.Date getDateTime()</pre>
|
||||
<div class="block">Returns data for date and time of this weather.</div>
|
||||
<div class="block">Returns data for date and time of this weather.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Date and time (in object of <code>Date</code>) if available,
|
||||
otherwise <code>null</code></dd></dl>
|
||||
otherwise <code>null</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData.Clouds (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData.Clouds (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="CurrentWeatherData.Clouds (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData.Clouds (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">CurrentWeatherData.Clouds</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></pre>
|
||||
<div class="block">Parses data about clouds (from the JSON data) and provides methods
|
||||
to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about clouds (from the JSON data) and provides methods to
|
||||
get/access the information. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +155,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clo
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html#CurrentWeatherData.Clouds(org.json.JSONObject)">CurrentWeatherData.Clouds</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +203,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clo
|
|||
<h4>CurrentWeatherData.Clouds</h4>
|
||||
<pre>public CurrentWeatherData.Clouds()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,8 +220,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clo
|
|||
<h4>CurrentWeatherData.Clouds</h4>
|
||||
<pre>public CurrentWeatherData.Clouds(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about clouds</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData.Coord (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="CurrentWeatherData.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">CurrentWeatherData.Coord</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></pre>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data) and
|
||||
provides methods to get/access the information. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +155,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html#CurrentWeatherData.Coord(org.json.JSONObject)">CurrentWeatherData.Coord</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +203,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
<h4>CurrentWeatherData.Coord</h4>
|
||||
<pre>public CurrentWeatherData.Coord()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,8 +220,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
<h4>CurrentWeatherData.Coord</h4>
|
||||
<pre>public CurrentWeatherData.Coord(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about coordinates</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData.Main (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData.Main (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="CurrentWeatherData.Main (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData.Main (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">CurrentWeatherData.Main</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></pre>
|
||||
<div class="block">Parses data about main weather elements (from the JSON data) and
|
||||
provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about main weather elements (from the JSON data) and provides
|
||||
methods to get/access the information. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +155,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html#CurrentWeatherData.Main(org.json.JSONObject)">CurrentWeatherData.Main</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +203,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
<h4>CurrentWeatherData.Main</h4>
|
||||
<pre>public CurrentWeatherData.Main()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,10 +220,11 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
<h4>CurrentWeatherData.Main</h4>
|
||||
<pre>public CurrentWeatherData.Main(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about main
|
||||
weather elements (temperature, pressure, etc.)</dd></dl>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about main weather
|
||||
elements (temperature, pressure, etc.)</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData.Rain (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData.Rain (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="CurrentWeatherData.Rain (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData.Rain (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -102,22 +102,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">CurrentWeatherData.Rain</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses data about rain (from the JSON data) and provides methods
|
||||
to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about rain (from the JSON data) and provides methods to
|
||||
get/access the information. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -130,33 +132,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#JSON_RAIN_3HOURS">JSON_RAIN_3HOURS</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Rain -> Rain per 3 hours</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#rain3h">rain3h</a></strong></code>
|
||||
<div class="block">Rain per 3 hours</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -175,9 +150,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html#CurrentWeatherData.Rain(org.json.JSONObject)">CurrentWeatherData.Rain</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -219,35 +192,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_RAIN_3HOURS">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RAIN_3HOURS</h4>
|
||||
<pre>private final java.lang.String JSON_RAIN_3HOURS</pre>
|
||||
<div class="block">Key for JSON variable <code>Rain -> Rain per 3 hours</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.Rain.JSON_RAIN_3HOURS">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="rain3h">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>rain3h</h4>
|
||||
<pre>private final float rain3h</pre>
|
||||
<div class="block">Rain per 3 hours</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -262,8 +206,9 @@ extends java.lang.Object</pre>
|
|||
<h4>CurrentWeatherData.Rain</h4>
|
||||
<pre>public CurrentWeatherData.Rain()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -278,8 +223,9 @@ extends java.lang.Object</pre>
|
|||
<h4>CurrentWeatherData.Rain</h4>
|
||||
<pre>public CurrentWeatherData.Rain(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about rain</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -360,13 +306,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData.Sys (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData.Sys (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="CurrentWeatherData.Sys (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData.Sys (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -102,22 +102,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">CurrentWeatherData.Sys</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses data about country, sunrise, and sunset (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about country, sunrise, and sunset (from the JSON data) and
|
||||
provides methods to get/access the information. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -130,57 +132,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#countryCode">countryCode</a></strong></code>
|
||||
<div class="block">Country code for the city</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_COUNTRY_CODE">JSON_SYS_COUNTRY_CODE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Country</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_SUNRISE">JSON_SYS_SUNRISE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Sunrise</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#JSON_SYS_SUNSET">JSON_SYS_SUNSET</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Sunset</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.Date</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#sunrise">sunrise</a></strong></code>
|
||||
<div class="block">Sunrise time</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.util.Date</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#sunset">sunset</a></strong></code>
|
||||
<div class="block">Sunset time</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -199,9 +150,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html#CurrentWeatherData.Sys(org.json.JSONObject)">CurrentWeatherData.Sys</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -259,77 +208,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_SYS_COUNTRY_CODE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_SYS_COUNTRY_CODE</h4>
|
||||
<pre>private final java.lang.String JSON_SYS_COUNTRY_CODE</pre>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Country</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.Sys.JSON_SYS_COUNTRY_CODE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_SYS_SUNRISE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_SYS_SUNRISE</h4>
|
||||
<pre>private final java.lang.String JSON_SYS_SUNRISE</pre>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Sunrise</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.Sys.JSON_SYS_SUNRISE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_SYS_SUNSET">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_SYS_SUNSET</h4>
|
||||
<pre>private final java.lang.String JSON_SYS_SUNSET</pre>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Sunset</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.Sys.JSON_SYS_SUNSET">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="countryCode">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>countryCode</h4>
|
||||
<pre>private final java.lang.String countryCode</pre>
|
||||
<div class="block">Country code for the city</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="sunrise">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>sunrise</h4>
|
||||
<pre>private final java.util.Date sunrise</pre>
|
||||
<div class="block">Sunrise time</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="sunset">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>sunset</h4>
|
||||
<pre>private final java.util.Date sunset</pre>
|
||||
<div class="block">Sunset time</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -344,8 +222,9 @@ extends java.lang.Object</pre>
|
|||
<h4>CurrentWeatherData.Sys</h4>
|
||||
<pre>public CurrentWeatherData.Sys()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -360,8 +239,9 @@ extends java.lang.Object</pre>
|
|||
<h4>CurrentWeatherData.Sys</h4>
|
||||
<pre>public CurrentWeatherData.Sys(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about country, sunrise,
|
||||
and sunset.</dd></dl>
|
||||
</li>
|
||||
|
@ -479,13 +359,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData.Weather (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="CurrentWeatherData.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">CurrentWeatherData.Weather</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></pre>
|
||||
<div class="block">Parses data about weather code, name, etc. (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about weather code, name, etc. (from the JSON data) and
|
||||
provides methods to get/access the information. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +155,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html#CurrentWeatherData.Weather(org.json.JSONObject)">CurrentWeatherData.Weather</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +203,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
<h4>CurrentWeatherData.Weather</h4>
|
||||
<pre>public CurrentWeatherData.Weather()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,9 +220,11 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
<h4>CurrentWeatherData.Weather</h4>
|
||||
<pre>public CurrentWeatherData.Weather(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about weather id, name, etc.</dd></dl>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about weather id, name,
|
||||
etc.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData.Wind (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData.Wind (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="CurrentWeatherData.Wind (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData.Wind (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">CurrentWeatherData.Wind</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></pre>
|
||||
<div class="block">Parses data about winds (from the JSON data) and provides methods
|
||||
to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about winds (from the JSON data) and provides methods to
|
||||
get/access the information. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -135,33 +137,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#gust">gust</a></strong></code>
|
||||
<div class="block">Wind gust</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#JSON_WIND_GUST">JSON_WIND_GUST</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Gust</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -180,9 +155,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html#CurrentWeatherData.Wind(org.json.JSONObject)">CurrentWeatherData.Wind</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -231,35 +204,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_WIND_GUST">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_WIND_GUST</h4>
|
||||
<pre>private final java.lang.String JSON_WIND_GUST</pre>
|
||||
<div class="block">Key for JSON variable <code>Wind -> Gust</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.Wind.JSON_WIND_GUST">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="gust">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>gust</h4>
|
||||
<pre>private final float gust</pre>
|
||||
<div class="block">Wind gust</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -274,8 +218,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
<h4>CurrentWeatherData.Wind</h4>
|
||||
<pre>public CurrentWeatherData.Wind()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -290,8 +235,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
<h4>CurrentWeatherData.Wind</h4>
|
||||
<pre>public CurrentWeatherData.Wind(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about wind</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -372,13 +318,13 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CurrentWeatherData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>CurrentWeatherData (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="CurrentWeatherData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="CurrentWeatherData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#fields_inherited_from_class_net.aksingh.java.api.owm.AbstractWeatherData">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -103,22 +103,23 @@
|
|||
<br>
|
||||
<pre>public class <span class="strong">CurrentWeatherData</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></pre>
|
||||
<div class="block">Parses current weather data (from the JSON data) and provides methods
|
||||
to get/access the information about current weather.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
<div class="block">Parses current weather data (from the JSON data) and provides methods to
|
||||
get/access the information about current weather. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e., if
|
||||
the data was available (successfully downloaded) and was parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data exists,
|
||||
otherwise <code>get</code> methods will give value as per following
|
||||
basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -146,36 +147,36 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></strong></code>
|
||||
<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="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></strong></code>
|
||||
<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="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></strong></code>
|
||||
<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="rowColor">
|
||||
|
@ -187,8 +188,8 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></strong></code>
|
||||
<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>
|
||||
</table>
|
||||
|
@ -200,109 +201,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#base">base</a></strong></code>
|
||||
<div class="block">Base</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private long</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#cityID">cityID</a></strong></code>
|
||||
<div class="block">City code (ID)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#cityName">cityName</a></strong></code>
|
||||
<div class="block">City name</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#clouds">clouds</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#coord">coord</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_BASE">JSON_BASE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Base</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_CITY_ID">JSON_CITY_ID</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_CITY_NAME">JSON_CITY_NAME</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_RAIN">JSON_RAIN</a></strong></code>
|
||||
<div class="block">Key for JSON object - Rain</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#JSON_SYS">JSON_SYS</a></strong></code>
|
||||
<div class="block">Key for JSON object - Sys</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#main">main</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#rain">rain</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#responseCode">responseCode</a></strong></code>
|
||||
<div class="block">Response code</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#sys">sys</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#weatherList">weatherList</a></strong></code>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#weatherListCount">weatherListCount</a></strong></code>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#wind">wind</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="fields_inherited_from_class_net.aksingh.java.api.owm.AbstractWeatherData">
|
||||
<!-- -->
|
||||
|
@ -325,9 +223,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#CurrentWeatherData(org.json.JSONObject)">CurrentWeatherData</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -436,194 +332,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_RAIN">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RAIN</h4>
|
||||
<pre>private final java.lang.String JSON_RAIN</pre>
|
||||
<div class="block">Key for JSON object - Rain</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.JSON_RAIN">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_SYS">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_SYS</h4>
|
||||
<pre>private final java.lang.String JSON_SYS</pre>
|
||||
<div class="block">Key for JSON object - Sys</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.JSON_SYS">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_BASE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_BASE</h4>
|
||||
<pre>private final java.lang.String JSON_BASE</pre>
|
||||
<div class="block">Key for JSON variable <code>Base</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.JSON_BASE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_ID">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_ID</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_ID</pre>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.JSON_CITY_ID">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_NAME">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_NAME</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_NAME</pre>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.JSON_CITY_NAME">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_RESPONSE_CODE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RESPONSE_CODE</h4>
|
||||
<pre>private final java.lang.String JSON_RESPONSE_CODE</pre>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.CurrentWeatherData.JSON_RESPONSE_CODE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="base">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>base</h4>
|
||||
<pre>private final java.lang.String base</pre>
|
||||
<div class="block">Base</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cityID">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cityID</h4>
|
||||
<pre>private final long cityID</pre>
|
||||
<div class="block">City code (ID)</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cityName">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cityName</h4>
|
||||
<pre>private final java.lang.String cityName</pre>
|
||||
<div class="block">City name</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="responseCode">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>responseCode</h4>
|
||||
<pre>private final int responseCode</pre>
|
||||
<div class="block">Response code</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="clouds">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>clouds</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a> clouds</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="coord">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>coord</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a> coord</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="main">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>main</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a> main</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="rain">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>rain</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a> rain</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="sys">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>sys</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a> sys</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="wind">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>wind</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a> wind</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="weatherList">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>weatherList</h4>
|
||||
<pre>private final java.util.List<<a href="../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a>> weatherList</pre>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="weatherListCount">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>weatherListCount</h4>
|
||||
<pre>private final int weatherListCount</pre>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -638,8 +346,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<h4>CurrentWeatherData</h4>
|
||||
<pre>public CurrentWeatherData(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing current weather data</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -855,13 +564,13 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#fields_inherited_from_class_net.aksingh.java.api.owm.AbstractWeatherData">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>DailyForecastData.City.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>DailyForecastData.City.Coord (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="DailyForecastData.City.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="DailyForecastData.City.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,25 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">DailyForecastData.City.Coord</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></pre>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data) and
|
||||
provides methods to get/access the information. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the
|
||||
information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +156,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html#DailyForecastData.City.Coord(org.json.JSONObject)">DailyForecastData.City.Coord</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +204,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
<h4>DailyForecastData.City.Coord</h4>
|
||||
<pre>public DailyForecastData.City.Coord()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,8 +221,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
<h4>DailyForecastData.City.Coord</h4>
|
||||
<pre>public DailyForecastData.City.Coord(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about clouds</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>DailyForecastData.City (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>DailyForecastData.City (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="DailyForecastData.City (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="DailyForecastData.City (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -102,23 +102,25 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">DailyForecastData.City</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses data about city (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
For example, city name, coordinates, country name, population, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about city (from the JSON data) and provides methods to
|
||||
get/access the information. For example, city name, coordinates, country
|
||||
name, population, etc. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -146,81 +148,8 @@ extends java.lang.Object</pre>
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></strong></code>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private long</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#cityID">cityID</a></strong></code>
|
||||
<div class="block">City code (ID)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#cityName">cityName</a></strong></code>
|
||||
<div class="block">City name</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#coord">coord</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#countryCode">countryCode</a></strong></code>
|
||||
<div class="block">Country code of city</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_COORD">JSON_CITY_COORD</a></strong></code>
|
||||
<div class="block">Key for JSON object - Coordinates</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_COUNTRY_CODE">JSON_CITY_COUNTRY_CODE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Country code of city</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_ID">JSON_CITY_ID</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_NAME">JSON_CITY_NAME</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#JSON_CITY_POPULATION">JSON_CITY_POPULATION</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Population of city</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private long</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#population">population</a></strong></code>
|
||||
<div class="block">Population of city</div>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data) and
|
||||
provides methods to get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -244,9 +173,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#DailyForecastData.City(org.json.JSONObject)">DailyForecastData.City</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -316,118 +243,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_CITY_COORD">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_COORD</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_COORD</pre>
|
||||
<div class="block">Key for JSON object - Coordinates</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_COORD">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_ID">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_ID</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_ID</pre>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_ID">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_NAME">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_NAME</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_NAME</pre>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_NAME">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_COUNTRY_CODE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_COUNTRY_CODE</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_COUNTRY_CODE</pre>
|
||||
<div class="block">Key for JSON variable <code>Country code of city</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_COUNTRY_CODE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_POPULATION">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_POPULATION</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_POPULATION</pre>
|
||||
<div class="block">Key for JSON variable <code>Population of city</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.City.JSON_CITY_POPULATION">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cityID">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cityID</h4>
|
||||
<pre>private final long cityID</pre>
|
||||
<div class="block">City code (ID)</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cityName">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cityName</h4>
|
||||
<pre>private final java.lang.String cityName</pre>
|
||||
<div class="block">City name</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="countryCode">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>countryCode</h4>
|
||||
<pre>private final java.lang.String countryCode</pre>
|
||||
<div class="block">Country code of city</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="population">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>population</h4>
|
||||
<pre>private final long population</pre>
|
||||
<div class="block">Population of city</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="coord">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>coord</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a> coord</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -442,8 +257,9 @@ extends java.lang.Object</pre>
|
|||
<h4>DailyForecastData.City</h4>
|
||||
<pre>public DailyForecastData.City()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -458,8 +274,9 @@ extends java.lang.Object</pre>
|
|||
<h4>DailyForecastData.City</h4>
|
||||
<pre>public DailyForecastData.City(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about city</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -603,13 +420,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>DailyForecastData.Forecast.Temperature (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>DailyForecastData.Forecast.Temperature (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="DailyForecastData.Forecast.Temperature (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="DailyForecastData.Forecast.Temperature (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -102,23 +102,25 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">DailyForecastData.Forecast.Temperature</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses data about temperature (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
For example, weather id, name, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about temperature (from the JSON data) and provides
|
||||
methods to get/access the information. For example, weather id, name,
|
||||
etc. This class provides <code>has</code> and <code>get</code>
|
||||
methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -144,18 +146,6 @@ extends java.lang.Object</pre>
|
|||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#dayTemp">dayTemp</a></strong></code>
|
||||
<div class="block">Day temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#eveTemp">eveTemp</a></strong></code>
|
||||
<div class="block">Evening temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_DAY">JSON_TEMP_DAY</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Temp -> Day</code></div>
|
||||
|
@ -191,30 +181,6 @@ extends java.lang.Object</pre>
|
|||
<div class="block">Key for JSON variable <code>Temp -> Night</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#maxTemp">maxTemp</a></strong></code>
|
||||
<div class="block">Maximum temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#minTemp">minTemp</a></strong></code>
|
||||
<div class="block">Minimum temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#mornTemp">mornTemp</a></strong></code>
|
||||
<div class="block">Morning temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#nightTemp">nightTemp</a></strong></code>
|
||||
<div class="block">Night temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -236,9 +202,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#DailyForecastData.Forecast.Temperature(org.json.JSONObject)">DailyForecastData.Forecast.Temperature</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -384,7 +348,7 @@ extends java.lang.Object</pre>
|
|||
<a name="JSON_TEMP_MORNING">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>JSON_TEMP_MORNING</h4>
|
||||
<pre>public final java.lang.String JSON_TEMP_MORNING</pre>
|
||||
|
@ -392,66 +356,6 @@ extends java.lang.Object</pre>
|
|||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature.JSON_TEMP_MORNING">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="dayTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>dayTemp</h4>
|
||||
<pre>private final float dayTemp</pre>
|
||||
<div class="block">Day temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="minTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>minTemp</h4>
|
||||
<pre>private final float minTemp</pre>
|
||||
<div class="block">Minimum temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="maxTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>maxTemp</h4>
|
||||
<pre>private final float maxTemp</pre>
|
||||
<div class="block">Maximum temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="nightTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>nightTemp</h4>
|
||||
<pre>private final float nightTemp</pre>
|
||||
<div class="block">Night temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="eveTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>eveTemp</h4>
|
||||
<pre>private final float eveTemp</pre>
|
||||
<div class="block">Evening temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="mornTemp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>mornTemp</h4>
|
||||
<pre>private final float mornTemp</pre>
|
||||
<div class="block">Morning temperature</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
|
@ -468,8 +372,9 @@ extends java.lang.Object</pre>
|
|||
<h4>DailyForecastData.Forecast.Temperature</h4>
|
||||
<pre>public DailyForecastData.Forecast.Temperature()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -484,8 +389,9 @@ extends java.lang.Object</pre>
|
|||
<h4>DailyForecastData.Forecast.Temperature</h4>
|
||||
<pre>public DailyForecastData.Forecast.Temperature(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about temperature</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>DailyForecastData.Forecast.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>DailyForecastData.Forecast.Weather (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="DailyForecastData.Forecast.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="DailyForecastData.Forecast.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,23 +107,25 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">DailyForecastData.Forecast.Weather</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></pre>
|
||||
<div class="block">Parses data about weather (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
For example, weather id, name, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about weather (from the JSON data) and provides methods
|
||||
to get/access the information. For example, weather id, name, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods to
|
||||
access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -154,9 +156,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html#DailyForecastData.Forecast.Weather(org.json.JSONObject)">DailyForecastData.Forecast.Weather</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -204,8 +204,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
<h4>DailyForecastData.Forecast.Weather</h4>
|
||||
<pre>public DailyForecastData.Forecast.Weather()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -220,8 +221,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
<h4>DailyForecastData.Forecast.Weather</h4>
|
||||
<pre>public DailyForecastData.Forecast.Weather(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about weather</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>DailyForecastData.Forecast (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>DailyForecastData.Forecast (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="DailyForecastData.Forecast (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="DailyForecastData.Forecast (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">DailyForecastData.Forecast</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></pre>
|
||||
<div class="block">Parses data about forecasts (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about forecasts (from the JSON data) and provides methods to
|
||||
get/access the information. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -150,15 +152,15 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></strong></code>
|
||||
<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>
|
||||
</table>
|
||||
|
@ -184,87 +186,11 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#cloudsPercent">cloudsPercent</a></strong></code>
|
||||
<div class="block">Percentage of clouds</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#humidity">humidity</a></strong></code>
|
||||
<div class="block">Humidity</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_CLOUDS">JSON_FORECAST_CLOUDS</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Percentage of clouds</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_HUMIDITY">JSON_FORECAST_HUMIDITY</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Humidity</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_PRESSURE">JSON_FORECAST_PRESSURE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Pressure</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_WIND_DEGREE">JSON_FORECAST_WIND_DEGREE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Wind degree</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_FORECAST_WIND_SPEED">JSON_FORECAST_WIND_SPEED</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Wind speed</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#JSON_TEMP">JSON_TEMP</a></strong></code>
|
||||
<div class="block">Key for JSON object - Temperature</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#pressure">pressure</a></strong></code>
|
||||
<div class="block">Pressure</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#temp">temp</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#weatherList">weatherList</a></strong></code>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#weatherListCount">weatherListCount</a></strong></code>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#windDegree">windDegree</a></strong></code>
|
||||
<div class="block">Wind degree</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#windSpeed">windSpeed</a></strong></code>
|
||||
<div class="block">Wind speed</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="fields_inherited_from_class_net.aksingh.java.api.owm.AbstractWeatherData">
|
||||
|
@ -293,9 +219,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#DailyForecastData.Forecast(org.json.JSONObject)">DailyForecastData.Forecast</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -401,7 +325,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<a name="JSON_TEMP">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>JSON_TEMP</h4>
|
||||
<pre>public final java.lang.String JSON_TEMP</pre>
|
||||
|
@ -409,140 +333,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_TEMP">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_FORECAST_PRESSURE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_FORECAST_PRESSURE</h4>
|
||||
<pre>private final java.lang.String JSON_FORECAST_PRESSURE</pre>
|
||||
<div class="block">Key for JSON variable <code>Pressure</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_PRESSURE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_FORECAST_HUMIDITY">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_FORECAST_HUMIDITY</h4>
|
||||
<pre>private final java.lang.String JSON_FORECAST_HUMIDITY</pre>
|
||||
<div class="block">Key for JSON variable <code>Humidity</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_HUMIDITY">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_FORECAST_WIND_SPEED">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_FORECAST_WIND_SPEED</h4>
|
||||
<pre>private final java.lang.String JSON_FORECAST_WIND_SPEED</pre>
|
||||
<div class="block">Key for JSON variable <code>Wind speed</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_WIND_SPEED">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_FORECAST_WIND_DEGREE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_FORECAST_WIND_DEGREE</h4>
|
||||
<pre>private final java.lang.String JSON_FORECAST_WIND_DEGREE</pre>
|
||||
<div class="block">Key for JSON variable <code>Wind degree</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_WIND_DEGREE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_FORECAST_CLOUDS">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_FORECAST_CLOUDS</h4>
|
||||
<pre>private final java.lang.String JSON_FORECAST_CLOUDS</pre>
|
||||
<div class="block">Key for JSON variable <code>Percentage of clouds</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.JSON_FORECAST_CLOUDS">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="pressure">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>pressure</h4>
|
||||
<pre>private final float pressure</pre>
|
||||
<div class="block">Pressure</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="humidity">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>humidity</h4>
|
||||
<pre>private final float humidity</pre>
|
||||
<div class="block">Humidity</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="windSpeed">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>windSpeed</h4>
|
||||
<pre>private final float windSpeed</pre>
|
||||
<div class="block">Wind speed</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="windDegree">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>windDegree</h4>
|
||||
<pre>private final float windDegree</pre>
|
||||
<div class="block">Wind degree</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cloudsPercent">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cloudsPercent</h4>
|
||||
<pre>private final float cloudsPercent</pre>
|
||||
<div class="block">Percentage of clouds</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="temp">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>temp</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a> temp</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="weatherList">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>weatherList</h4>
|
||||
<pre>private final java.util.List<<a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a>> weatherList</pre>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="weatherListCount">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>weatherListCount</h4>
|
||||
<pre>private final int weatherListCount</pre>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
|
@ -559,8 +349,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<h4>DailyForecastData.Forecast</h4>
|
||||
<pre>public DailyForecastData.Forecast()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -575,8 +366,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<h4>DailyForecastData.Forecast</h4>
|
||||
<pre>public DailyForecastData.Forecast(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about forecasts</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>DailyForecastData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>DailyForecastData (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="DailyForecastData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="DailyForecastData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -98,23 +98,25 @@
|
|||
<br>
|
||||
<pre>public class <span class="strong">DailyForecastData</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses daily forecast data (from the JSON data) and provides methods
|
||||
to get/access the information about daily forecasted weather.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
<div class="block">Parses daily forecast data (from the JSON data) and provides methods to
|
||||
get/access the information about daily forecasted weather. This class
|
||||
provides <code>has</code> and <code>get</code> methods to access the
|
||||
information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e., if
|
||||
the data was available (successfully downloaded) and was parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data exists,
|
||||
otherwise <code>get</code> methods will give value as per following
|
||||
basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Objects: Data initialized with default/non-parameterized constructor<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -142,94 +144,15 @@ extends java.lang.Object</pre>
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></strong></code>
|
||||
<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="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></strong></code>
|
||||
<div class="block">Parses data about forecasts (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#city">city</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#forecastList">forecastList</a></strong></code>
|
||||
<div class="block">List of forecast information</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#forecastListCount">forecastListCount</a></strong></code>
|
||||
<div class="block">Count (number) of elements in list of forecast information</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#JSON_CITY">JSON_CITY</a></strong></code>
|
||||
<div class="block">Key for JSON object - City</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#JSON_FORECAST_LIST">JSON_FORECAST_LIST</a></strong></code>
|
||||
<div class="block">Key for JSON object - List of forecasts</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_FORECAST_COUNT">JSON_RESPONSE_FORECAST_COUNT</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Forecast count</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#JSON_RESPONSE_TIME">JSON_RESPONSE_TIME</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Response time</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#responseCode">responseCode</a></strong></code>
|
||||
<div class="block">Response code</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#responseForecastCount">responseForecastCount</a></strong></code>
|
||||
<div class="block">Forecast count</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#responseTime">responseTime</a></strong></code>
|
||||
<div class="block">Response time</div>
|
||||
<div class="block">Parses data about forecasts (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -248,9 +171,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.html#DailyForecastData(org.json.JSONObject)">DailyForecastData</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -324,128 +245,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_CITY">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY</h4>
|
||||
<pre>private final java.lang.String JSON_CITY</pre>
|
||||
<div class="block">Key for JSON object - City</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.JSON_CITY">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_FORECAST_LIST">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_FORECAST_LIST</h4>
|
||||
<pre>private final java.lang.String JSON_FORECAST_LIST</pre>
|
||||
<div class="block">Key for JSON object - List of forecasts</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.JSON_FORECAST_LIST">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_RESPONSE_CODE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RESPONSE_CODE</h4>
|
||||
<pre>private final java.lang.String JSON_RESPONSE_CODE</pre>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.JSON_RESPONSE_CODE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_RESPONSE_TIME">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RESPONSE_TIME</h4>
|
||||
<pre>private final java.lang.String JSON_RESPONSE_TIME</pre>
|
||||
<div class="block">Key for JSON variable <code>Response time</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.JSON_RESPONSE_TIME">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_RESPONSE_FORECAST_COUNT">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RESPONSE_FORECAST_COUNT</h4>
|
||||
<pre>private final java.lang.String JSON_RESPONSE_FORECAST_COUNT</pre>
|
||||
<div class="block">Key for JSON variable <code>Forecast count</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.JSON_RESPONSE_FORECAST_COUNT">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="responseCode">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>responseCode</h4>
|
||||
<pre>private final java.lang.String responseCode</pre>
|
||||
<div class="block">Response code</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="responseTime">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>responseTime</h4>
|
||||
<pre>private final float responseTime</pre>
|
||||
<div class="block">Response time</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="responseForecastCount">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>responseForecastCount</h4>
|
||||
<pre>private final int responseForecastCount</pre>
|
||||
<div class="block">Forecast count</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="city">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>city</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a> city</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="forecastList">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>forecastList</h4>
|
||||
<pre>private final java.util.List<<a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a>> forecastList</pre>
|
||||
<div class="block">List of forecast information</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="forecastListCount">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>forecastListCount</h4>
|
||||
<pre>private final int forecastListCount</pre>
|
||||
<div class="block">Count (number) of elements in list of forecast information</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -460,8 +259,9 @@ extends java.lang.Object</pre>
|
|||
<h4>DailyForecastData</h4>
|
||||
<pre>public DailyForecastData(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about daily forecasts</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -614,13 +414,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.City.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.City.Coord (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="ForecastWeatherData.City.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.City.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,25 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.City.Coord</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Coord</a></pre>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data) and
|
||||
provides methods to get/access the information. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the
|
||||
information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +156,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html#ForecastWeatherData.City.Coord(org.json.JSONObject)">ForecastWeatherData.City.Coord</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +204,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
<h4>ForecastWeatherData.City.Coord</h4>
|
||||
<pre>public ForecastWeatherData.City.Coord()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,8 +221,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Coo
|
|||
<h4>ForecastWeatherData.City.Coord</h4>
|
||||
<pre>public ForecastWeatherData.City.Coord(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about clouds</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.City (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.City (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="ForecastWeatherData.City (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.City (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -102,23 +102,25 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.City</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses data about city (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
For example, city name, coordinates, country name, population, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about city (from the JSON data) and provides methods to
|
||||
get/access the information. For example, city name, coordinates, country
|
||||
name, population, etc. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -146,81 +148,8 @@ extends java.lang.Object</pre>
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></strong></code>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private long</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#cityID">cityID</a></strong></code>
|
||||
<div class="block">City code (ID)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#cityName">cityName</a></strong></code>
|
||||
<div class="block">City name</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#coord">coord</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#countryCode">countryCode</a></strong></code>
|
||||
<div class="block">Country code of city</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_COORD">JSON_CITY_COORD</a></strong></code>
|
||||
<div class="block">Key for JSON object - Coordinates</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_COUNTRY_CODE">JSON_CITY_COUNTRY_CODE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Country code of city</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_ID">JSON_CITY_ID</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_NAME">JSON_CITY_NAME</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#JSON_CITY_POPULATION">JSON_CITY_POPULATION</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Population of city</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private long</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#population">population</a></strong></code>
|
||||
<div class="block">Population of city</div>
|
||||
<div class="block">Parses data about geographic coordinates (from the JSON data) and
|
||||
provides methods to get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -244,9 +173,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#ForecastWeatherData.City(org.json.JSONObject)">ForecastWeatherData.City</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -316,118 +243,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_CITY_COORD">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_COORD</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_COORD</pre>
|
||||
<div class="block">Key for JSON object - Coordinates</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_COORD">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_ID">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_ID</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_ID</pre>
|
||||
<div class="block">Key for JSON variable <code>City code (ID)</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_ID">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_NAME">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_NAME</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_NAME</pre>
|
||||
<div class="block">Key for JSON variable <code>City name</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_NAME">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_COUNTRY_CODE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_COUNTRY_CODE</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_COUNTRY_CODE</pre>
|
||||
<div class="block">Key for JSON variable <code>Country code of city</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_COUNTRY_CODE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_CITY_POPULATION">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY_POPULATION</h4>
|
||||
<pre>private final java.lang.String JSON_CITY_POPULATION</pre>
|
||||
<div class="block">Key for JSON variable <code>Population of city</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.City.JSON_CITY_POPULATION">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cityID">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cityID</h4>
|
||||
<pre>private final long cityID</pre>
|
||||
<div class="block">City code (ID)</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cityName">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cityName</h4>
|
||||
<pre>private final java.lang.String cityName</pre>
|
||||
<div class="block">City name</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="countryCode">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>countryCode</h4>
|
||||
<pre>private final java.lang.String countryCode</pre>
|
||||
<div class="block">Country code of city</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="population">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>population</h4>
|
||||
<pre>private final long population</pre>
|
||||
<div class="block">Population of city</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="coord">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>coord</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a> coord</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -442,8 +257,9 @@ extends java.lang.Object</pre>
|
|||
<h4>ForecastWeatherData.City</h4>
|
||||
<pre>public ForecastWeatherData.City()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -458,8 +274,9 @@ extends java.lang.Object</pre>
|
|||
<h4>ForecastWeatherData.City</h4>
|
||||
<pre>public ForecastWeatherData.City(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about city</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -603,13 +420,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.Forecast.Clouds (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.Forecast.Clouds (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="ForecastWeatherData.Forecast.Clouds (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.Forecast.Clouds (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.Forecast.Clouds</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Clouds</a></pre>
|
||||
<div class="block">Parses data about clouds (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about clouds (from the JSON data) and provides methods to
|
||||
get/access the information. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +155,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clo
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html#ForecastWeatherData.Forecast.Clouds(org.json.JSONObject)">ForecastWeatherData.Forecast.Clouds</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +203,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clo
|
|||
<h4>ForecastWeatherData.Forecast.Clouds</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Clouds()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,8 +220,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Clo
|
|||
<h4>ForecastWeatherData.Forecast.Clouds</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Clouds(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about clouds</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.Forecast.Main (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.Forecast.Main (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="ForecastWeatherData.Forecast.Main (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.Forecast.Main (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -107,23 +107,26 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.Forecast.Main</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Main.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Main</a></pre>
|
||||
<div class="block">Parses data about main weather elements (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
For example, temperature, pressure, sea level, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about main weather elements (from the JSON data) and
|
||||
provides methods to get/access the information. For example,
|
||||
temperature, pressure, sea level, etc. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the
|
||||
information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -136,57 +139,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#groundLevel">groundLevel</a></strong></code>
|
||||
<div class="block">Ground level</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_GRND_LEVEL">JSON_MAIN_GRND_LEVEL</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Ground level</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_SEA_LEVEL">JSON_MAIN_SEA_LEVEL</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Sea level</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#JSON_MAIN_TMP_KF">JSON_MAIN_TMP_KF</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Main -> Temperature KF</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#seaLevel">seaLevel</a></strong></code>
|
||||
<div class="block">Sea level</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#tempKF">tempKF</a></strong></code>
|
||||
<div class="block">Temperature KF</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -205,9 +157,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html#ForecastWeatherData.Forecast.Main(org.json.JSONObject)">ForecastWeatherData.Forecast.Main</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -272,77 +222,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_MAIN_SEA_LEVEL">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_SEA_LEVEL</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_SEA_LEVEL</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Sea level</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main.JSON_MAIN_SEA_LEVEL">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_MAIN_GRND_LEVEL">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_GRND_LEVEL</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_GRND_LEVEL</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Ground level</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main.JSON_MAIN_GRND_LEVEL">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_MAIN_TMP_KF">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_MAIN_TMP_KF</h4>
|
||||
<pre>private final java.lang.String JSON_MAIN_TMP_KF</pre>
|
||||
<div class="block">Key for JSON variable <code>Main -> Temperature KF</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main.JSON_MAIN_TMP_KF">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="seaLevel">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>seaLevel</h4>
|
||||
<pre>private final float seaLevel</pre>
|
||||
<div class="block">Sea level</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="groundLevel">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>groundLevel</h4>
|
||||
<pre>private final float groundLevel</pre>
|
||||
<div class="block">Ground level</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="tempKF">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>tempKF</h4>
|
||||
<pre>private final float tempKF</pre>
|
||||
<div class="block">Temperature KF</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -357,8 +236,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
<h4>ForecastWeatherData.Forecast.Main</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Main()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -373,10 +253,11 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
<h4>ForecastWeatherData.Forecast.Main</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Main(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about main
|
||||
weather elements</dd></dl>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about main weather
|
||||
elements</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -492,13 +373,13 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Mai
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.Forecast.Sys (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.Forecast.Sys (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="ForecastWeatherData.Forecast.Sys (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.Forecast.Sys (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -102,23 +102,26 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.Forecast.Sys</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses data about main weather elements (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
For example, temperature, pressure, sea level, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about main weather elements (from the JSON data) and
|
||||
provides methods to get/access the information. For example,
|
||||
temperature, pressure, sea level, etc. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the
|
||||
information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -131,33 +134,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#JSON_SYS_POD">JSON_SYS_POD</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Pod</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#pod">pod</a></strong></code>
|
||||
<div class="block">Pod</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -176,9 +152,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html#ForecastWeatherData.Forecast.Sys(org.json.JSONObject)">ForecastWeatherData.Forecast.Sys</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -220,35 +194,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_SYS_POD">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_SYS_POD</h4>
|
||||
<pre>private final java.lang.String JSON_SYS_POD</pre>
|
||||
<div class="block">Key for JSON variable <code>Sys -> Pod</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys.JSON_SYS_POD">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="pod">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>pod</h4>
|
||||
<pre>private final java.lang.String pod</pre>
|
||||
<div class="block">Pod</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -263,8 +208,9 @@ extends java.lang.Object</pre>
|
|||
<h4>ForecastWeatherData.Forecast.Sys</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Sys()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -279,10 +225,11 @@ extends java.lang.Object</pre>
|
|||
<h4>ForecastWeatherData.Forecast.Sys</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Sys(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about sys.
|
||||
For example, pod, etc.</dd></dl>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about sys. For
|
||||
example, pod, etc.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -362,13 +309,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.Forecast.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.Forecast.Weather (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="ForecastWeatherData.Forecast.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.Forecast.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,23 +107,25 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.Forecast.Weather</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Weather</a></pre>
|
||||
<div class="block">Parses data about weather (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
For example, weather id, name, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about weather (from the JSON data) and provides methods
|
||||
to get/access the information. For example, weather id, name, etc.
|
||||
This class provides <code>has</code> and <code>get</code> methods to
|
||||
access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -154,9 +156,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html#ForecastWeatherData.Forecast.Weather(org.json.JSONObject)">ForecastWeatherData.Forecast.Weather</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -204,8 +204,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
<h4>ForecastWeatherData.Forecast.Weather</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Weather()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -220,10 +221,11 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wea
|
|||
<h4>ForecastWeatherData.Forecast.Weather</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Weather(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about weather
|
||||
code, name, etc.</dd></dl>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about weather code,
|
||||
name, etc.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.Forecast.Wind (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.Forecast.Wind (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="ForecastWeatherData.Forecast.Wind (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.Forecast.Wind (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.Forecast.Wind</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData.Wind</a></pre>
|
||||
<div class="block">Parses data about wind (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about wind (from the JSON data) and provides methods to
|
||||
get/access the information. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists,
|
||||
i.e., if the data was available (successfully downloaded) and was
|
||||
parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -153,9 +155,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html#ForecastWeatherData.Forecast.Wind(org.json.JSONObject)">ForecastWeatherData.Forecast.Wind</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -203,8 +203,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
<h4>ForecastWeatherData.Forecast.Wind</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Wind()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -219,8 +220,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.Win
|
|||
<h4>ForecastWeatherData.Forecast.Wind</h4>
|
||||
<pre>public ForecastWeatherData.Forecast.Wind(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about wind</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData.Forecast (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData.Forecast (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="ForecastWeatherData.Forecast (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData.Forecast (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#fields_inherited_from_class_net.aksingh.java.api.owm.AbstractWeatherData">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -107,22 +107,24 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">ForecastWeatherData.Forecast</span>
|
||||
extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.html" title="class in net.aksingh.java.api.owm">AbstractWeatherData</a></pre>
|
||||
<div class="block">Parses data about forecasts (from the JSON data)
|
||||
and provides methods to get/access the information.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
<div class="block">Parses data about forecasts (from the JSON data) and provides methods to
|
||||
get/access the information. This class provides <code>has</code> and
|
||||
<code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e.,
|
||||
if the data was available (successfully downloaded) and was parsed
|
||||
correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -150,36 +152,36 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></strong></code>
|
||||
<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>
|
||||
</table>
|
||||
|
@ -198,59 +200,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#clouds">clouds</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#dateTimeText">dateTimeText</a></strong></code>
|
||||
<div class="block">Date time text</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#JSON_DATE_TIME_TEXT">JSON_DATE_TIME_TEXT</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Date time text</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#JSON_SYS">JSON_SYS</a></strong></code>
|
||||
<div class="block">Key for JSON object - Sys (pod, etc.)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#main">main</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#sys">sys</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#weatherList">weatherList</a></strong></code>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#weatherListCount">weatherListCount</a></strong></code>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#wind">wind</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="fields_inherited_from_class_net.aksingh.java.api.owm.AbstractWeatherData">
|
||||
<!-- -->
|
||||
|
@ -278,9 +227,7 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#ForecastWeatherData.Forecast(org.json.JSONObject)">ForecastWeatherData.Forecast</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -357,102 +304,6 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_SYS">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_SYS</h4>
|
||||
<pre>private final java.lang.String JSON_SYS</pre>
|
||||
<div class="block">Key for JSON object - Sys (pod, etc.)</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.Forecast.JSON_SYS">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_DATE_TIME_TEXT">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_DATE_TIME_TEXT</h4>
|
||||
<pre>private final java.lang.String JSON_DATE_TIME_TEXT</pre>
|
||||
<div class="block">Key for JSON variable <code>Date time text</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.Forecast.JSON_DATE_TIME_TEXT">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="dateTimeText">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>dateTimeText</h4>
|
||||
<pre>private final java.lang.String dateTimeText</pre>
|
||||
<div class="block">Date time text</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="clouds">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>clouds</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a> clouds</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="main">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>main</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a> main</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="sys">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>sys</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a> sys</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="wind">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>wind</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a> wind</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="weatherList">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>weatherList</h4>
|
||||
<pre>private final java.util.List<<a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a>> weatherList</pre>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="weatherListCount">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>weatherListCount</h4>
|
||||
<pre>private final int weatherListCount</pre>
|
||||
<div class="block">Count (number) of elements in list of weather information</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -467,8 +318,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<h4>ForecastWeatherData.Forecast</h4>
|
||||
<pre>public ForecastWeatherData.Forecast()</pre>
|
||||
<div class="block">Non-parameterized constructor
|
||||
|
||||
<p>Initializes variables as per following basis:<br>
|
||||
<p>
|
||||
<p>
|
||||
Initializes variables as per following basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
|
@ -483,8 +335,9 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<h4>ForecastWeatherData.Forecast</h4>
|
||||
<pre>public ForecastWeatherData.Forecast(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about forecasts</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -628,13 +481,13 @@ extends <a href="../../../../../net/aksingh/java/api/owm/AbstractWeatherData.htm
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#fields_inherited_from_class_net.aksingh.java.api.owm.AbstractWeatherData">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>ForecastWeatherData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>ForecastWeatherData (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="ForecastWeatherData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="ForecastWeatherData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -98,23 +98,24 @@
|
|||
<br>
|
||||
<pre>public class <span class="strong">ForecastWeatherData</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Parses forecast weather data (from the JSON data) and provides methods
|
||||
to get/access the information about forecasted weather.
|
||||
This class provides <code>has</code> and <code>get</code> methods
|
||||
to access the information.
|
||||
|
||||
<p><code>has</code> methods can be used to check
|
||||
if the data exists, i.e., if the data was available (successfully
|
||||
downloaded) and was parsed correctly.
|
||||
|
||||
<p><code>get</code> methods can be used to access the data, if the data
|
||||
exists, otherwise <code>get</code> methods will give value as per
|
||||
following basis:<br>
|
||||
<div class="block">Parses forecast weather data (from the JSON data) and provides methods to
|
||||
get/access the information about forecasted weather. This class provides
|
||||
<code>has</code> and <code>get</code> methods to access the information.
|
||||
<p>
|
||||
<p>
|
||||
<code>has</code> methods can be used to check if the data exists, i.e., if
|
||||
the data was available (successfully downloaded) and was parsed correctly.
|
||||
<p>
|
||||
<p>
|
||||
<code>get</code> methods can be used to access the data, if the data exists,
|
||||
otherwise <code>get</code> methods will give value as per following
|
||||
basis:<br>
|
||||
Boolean: <code>false</code><br>
|
||||
Integral: Minimum value (MIN_VALUE)<br>
|
||||
Floating point: Not a number (NaN)<br>
|
||||
Objects: Data initialized with default/non-parameterized constructor<br>
|
||||
Others: <code>null</code><br></div>
|
||||
Others: <code>null</code><br>
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -142,94 +143,15 @@ extends java.lang.Object</pre>
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></strong></code>
|
||||
<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="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></strong></code>
|
||||
<div class="block">Parses data about forecasts (from the JSON data)
|
||||
and provides methods to get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#city">city</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#forecastList">forecastList</a></strong></code>
|
||||
<div class="block">List of forecast information</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#forecastListCount">forecastListCount</a></strong></code>
|
||||
<div class="block">Count (number) of elements in list of forecast information</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_CITY">JSON_CITY</a></strong></code>
|
||||
<div class="block">Key for JSON object - City</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_FORECAST_LIST">JSON_FORECAST_LIST</a></strong></code>
|
||||
<div class="block">Key for JSON object - List of forecasts</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_CODE">JSON_RESPONSE_CODE</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_FORECAST_COUNT">JSON_RESPONSE_FORECAST_COUNT</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Forecast count</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#JSON_RESPONSE_TIME">JSON_RESPONSE_TIME</a></strong></code>
|
||||
<div class="block">Key for JSON variable <code>Response time</code></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#responseCode">responseCode</a></strong></code>
|
||||
<div class="block">Response code</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#responseForecastCount">responseForecastCount</a></strong></code>
|
||||
<div class="block">Forecast count</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private float</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#responseTime">responseTime</a></strong></code>
|
||||
<div class="block">Response time</div>
|
||||
<div class="block">Parses data about forecasts (from the JSON data) and provides methods to
|
||||
get/access the information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -248,9 +170,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#ForecastWeatherData(org.json.JSONObject)">ForecastWeatherData</a></strong>(org.json.JSONObject jsonObj)</code>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<div class="block">Parameterized constructor</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -324,128 +244,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="JSON_CITY">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_CITY</h4>
|
||||
<pre>private final java.lang.String JSON_CITY</pre>
|
||||
<div class="block">Key for JSON object - City</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.JSON_CITY">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_FORECAST_LIST">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_FORECAST_LIST</h4>
|
||||
<pre>private final java.lang.String JSON_FORECAST_LIST</pre>
|
||||
<div class="block">Key for JSON object - List of forecasts</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.JSON_FORECAST_LIST">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_RESPONSE_CODE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RESPONSE_CODE</h4>
|
||||
<pre>private final java.lang.String JSON_RESPONSE_CODE</pre>
|
||||
<div class="block">Key for JSON variable <code>Response code</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.JSON_RESPONSE_CODE">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_RESPONSE_TIME">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RESPONSE_TIME</h4>
|
||||
<pre>private final java.lang.String JSON_RESPONSE_TIME</pre>
|
||||
<div class="block">Key for JSON variable <code>Response time</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.JSON_RESPONSE_TIME">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="JSON_RESPONSE_FORECAST_COUNT">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON_RESPONSE_FORECAST_COUNT</h4>
|
||||
<pre>private final java.lang.String JSON_RESPONSE_FORECAST_COUNT</pre>
|
||||
<div class="block">Key for JSON variable <code>Forecast count</code></div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.ForecastWeatherData.JSON_RESPONSE_FORECAST_COUNT">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="responseCode">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>responseCode</h4>
|
||||
<pre>private final java.lang.String responseCode</pre>
|
||||
<div class="block">Response code</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="responseTime">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>responseTime</h4>
|
||||
<pre>private final float responseTime</pre>
|
||||
<div class="block">Response time</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="responseForecastCount">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>responseForecastCount</h4>
|
||||
<pre>private final int responseForecastCount</pre>
|
||||
<div class="block">Forecast count</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="city">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>city</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a> city</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="forecastList">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>forecastList</h4>
|
||||
<pre>private final java.util.List<<a href="../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a>> forecastList</pre>
|
||||
<div class="block">List of forecast information</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="forecastListCount">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>forecastListCount</h4>
|
||||
<pre>private final int forecastListCount</pre>
|
||||
<div class="block">Count (number) of elements in list of forecast information</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -460,8 +258,9 @@ extends java.lang.Object</pre>
|
|||
<h4>ForecastWeatherData</h4>
|
||||
<pre>public ForecastWeatherData(org.json.JSONObject jsonObj)</pre>
|
||||
<div class="block">Parameterized constructor
|
||||
|
||||
Initializes variables from values from the given JSON object.</div>
|
||||
<p>
|
||||
Initializes variables from values from the given JSON object.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about clouds</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -614,13 +413,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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>OpenWeatherMap.OWM_Response (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>OpenWeatherMap.OWM_Response (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="OpenWeatherMap.OWM_Response (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="OpenWeatherMap.OWM_Response (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -108,33 +108,6 @@ extends java.lang.Object</pre>
|
|||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OWM_APPID_VALUE">OWM_APPID_VALUE</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OWM_MODE_VALUE">OWM_MODE_VALUE</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html#OWM_UNITS_VALUE">OWM_UNITS_VALUE</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -242,41 +215,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="OWM_MODE_VALUE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>OWM_MODE_VALUE</h4>
|
||||
<pre>private final java.lang.String OWM_MODE_VALUE</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="OWM_UNITS_VALUE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>OWM_UNITS_VALUE</h4>
|
||||
<pre>private final java.lang.String OWM_UNITS_VALUE</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="OWM_APPID_VALUE">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>OWM_APPID_VALUE</h4>
|
||||
<pre>private final java.lang.String OWM_APPID_VALUE</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -539,13 +477,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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>OpenWeatherMap.OWM_URL (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>OpenWeatherMap.OWM_URL (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="OpenWeatherMap.OWM_URL (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="OpenWeatherMap.OWM_URL (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -63,13 +63,13 @@
|
|||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -179,25 +179,6 @@ extends java.lang.Enum<<a href="../../../../../net/aksingh/java/api/owm/OpenW
|
|||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_URL.html#value">value</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
|
@ -404,23 +385,6 @@ the order they are declared.</div>
|
|||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="value">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>value</h4>
|
||||
<pre>private final java.lang.String value</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
|
@ -471,7 +435,8 @@ with the specified name</dd>
|
|||
<li class="blockList">
|
||||
<h4>getParameter</h4>
|
||||
<pre>public java.lang.String getParameter()</pre>
|
||||
<div class="block">Returns the parameter.</div>
|
||||
<div class="block">Returns the parameter.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Parameter</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -527,13 +492,13 @@ with the specified name</dd>
|
|||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -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:54 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>OpenWeatherMap (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>OpenWeatherMap (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="OpenWeatherMap (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="OpenWeatherMap (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
@ -99,7 +99,8 @@
|
|||
<pre>public class <span class="strong">OpenWeatherMap</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Provides methods to get weather, forecast, and other data from
|
||||
OpenWeatherMap.org</div>
|
||||
OpenWeatherMap.org
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -135,27 +136,6 @@ extends java.lang.Object</pre>
|
|||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.html#owmResponse">owmResponse</a></strong></code>
|
||||
<div class="block">Declaring this class</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
|
@ -275,24 +255,6 @@ extends java.lang.Object</pre>
|
|||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="owmResponse">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>owmResponse</h4>
|
||||
<pre>private final <a href="../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a> owmResponse</pre>
|
||||
<div class="block">Declaring this class</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
|
@ -627,13 +589,13 @@ extends java.lang.Object</pre>
|
|||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -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>Tools.Convertor (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Tools.Convertor (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="Tools.Convertor (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Tools.Convertor (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -102,8 +102,9 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">Tools.Convertor</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Provides methods to do conversions.
|
||||
For example, converting degree to direction, etc.</div>
|
||||
<div class="block">Provides methods to do conversions. For example, converting degree to
|
||||
direction, etc.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -198,8 +199,11 @@ extends java.lang.Object</pre>
|
|||
<h4>convertDegree2Direction</h4>
|
||||
<pre>public java.lang.String convertDegree2Direction(float degree)
|
||||
throws java.lang.IllegalArgumentException</pre>
|
||||
<div class="block">Converts degree to direction.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>Direction</dd>
|
||||
<div class="block">Converts degree to direction.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>degree</code> - <p></dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>Direction
|
||||
<p></dd>
|
||||
<dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.lang.IllegalArgumentException</code> - Degree should be between 0 and 360.</dd></dl>
|
||||
</li>
|
||||
|
|
|
@ -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>Tools.Downloader (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Tools.Downloader (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="Tools.Downloader (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Tools.Downloader (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm"><span class="strong">Next Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/Tools.Downloader.html" target="_top">Frames</a></li>
|
||||
|
@ -102,7 +102,8 @@
|
|||
<br>
|
||||
<pre>public static class <span class="strong">Tools.Downloader</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Provides methods to download data or files from the Internet.</div>
|
||||
<div class="block">Provides methods to download data or files from the Internet.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
|
@ -198,18 +199,24 @@ extends java.lang.Object</pre>
|
|||
<pre>public static java.lang.String downloadPage(java.lang.String pageAddress)
|
||||
throws java.net.MalformedURLException,
|
||||
java.io.IOException</pre>
|
||||
<div class="block">Downloads a page/content from the Internet.
|
||||
This method gets the content of the web page, whose URL is given by
|
||||
the <code>pageAddress</code>.
|
||||
|
||||
<p>NOTE: <code>pageAddress</code> should be a correct URL, else
|
||||
this method will throw <code>MalformedURLException</code>.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pageAddress</code> - Address of the web page to get from the Internet.</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>Content of the web page</dd>
|
||||
<div class="block">Downloads a page/content from the Internet. This method gets the
|
||||
content of the web page, whose URL is given by the
|
||||
<code>pageAddress</code>.
|
||||
<p>
|
||||
<p>
|
||||
NOTE: <code>pageAddress</code> should be a correct URL, else this
|
||||
method will throw <code>MalformedURLException</code>.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pageAddress</code> - Address of the web page to get from the Internet.
|
||||
<p></dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>Content of the web page
|
||||
<p></dd>
|
||||
<dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.net.MalformedURLException</code> - Address of the web page is not correct.</dd>
|
||||
<dd><code>java.io.IOException</code> - Error while loading the page from the Internet or connection
|
||||
got disconnected.</dd></dl>
|
||||
<dd><code>java.net.MalformedURLException</code> - Address of the web page is not correct.
|
||||
<p></dd>
|
||||
<dd><code>java.io.IOException</code> - Error while loading the page from the
|
||||
Internet or connection got
|
||||
disconnected.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -238,7 +245,7 @@ extends java.lang.Object</pre>
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm"><span class="strong">Next Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/Tools.Downloader.html" target="_top">Frames</a></li>
|
||||
|
|
|
@ -1,278 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:35 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Tools.HTML (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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="Tools.HTML (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/Tools.HTML.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/Tools.HTML.html" target="_top">Frames</a></li>
|
||||
<li><a href="Tools.HTML.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">net.aksingh.java.api.owm</div>
|
||||
<h2 title="Class Tools.HTML" class="title">Class Tools.HTML</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>net.aksingh.java.api.owm.Tools.HTML</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../../../net/aksingh/java/api/owm/Tools.html" title="class in net.aksingh.java.api.owm">Tools</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <span class="strong">Tools.HTML</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Provides functions to handle HTML, e.g., correcting
|
||||
non-compliant or non-strict web addresses, etc.</div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
<dd>2013/08/05</dd>
|
||||
<dt><span class="strong">Author:</span></dt>
|
||||
<dd>Ashutosh Kumar Singh</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html#Tools.HTML()">Tools.HTML</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html#strictAddress(java.lang.String)">strictAddress</a></strong>(java.lang.String inputString)</code>
|
||||
<div class="block">Stricts a non-strict or non-compliant web address
|
||||
to a proper URL.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="Tools.HTML()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Tools.HTML</h4>
|
||||
<pre>public Tools.HTML()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="strictAddress(java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>strictAddress</h4>
|
||||
<pre>public static java.lang.String strictAddress(java.lang.String inputString)</pre>
|
||||
<div class="block">Stricts a non-strict or non-compliant web address
|
||||
to a proper URL.
|
||||
|
||||
<p>Note: This function checks and stricts only some parts of the
|
||||
URL, which are necessary to be corrected for accessing data from
|
||||
the OpenWeatherMap.org</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>inputString</code> - String to be converted to strict HTML address</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>HTML standards-followed and stricted URL</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/Tools.HTML.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.Downloader.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/Tools.HTML.html" target="_top">Frames</a></li>
|
||||
<li><a href="Tools.HTML.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -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>Tools (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Tools (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="Tools (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Tools (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -98,18 +98,19 @@
|
|||
<br>
|
||||
<pre>public class <span class="strong">Tools</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Provides various tools, which help doing tasks in this application.
|
||||
For example, tool for downloading content from the Internet, tool for
|
||||
correcting and stricting web addresses, etc.
|
||||
|
||||
<p>Note: This class directly do not provide any functions, but has
|
||||
<code>static</code> sub-classes which provide various
|
||||
related tools, i.e., this class only behaves as the container for those
|
||||
classes.</div>
|
||||
<div class="block">Provides various tools, which help doing tasks in this application. For
|
||||
example, tool for downloading content from the Internet, tool for correcting,
|
||||
etc.
|
||||
<p>
|
||||
<p>
|
||||
Note: This class directly do not provide any functions, but has
|
||||
<code>static</code> sub-classes which provide various related tools, i.e.,
|
||||
this class only behaves as the container for those classes.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
<dd>2013-08-05</dd>
|
||||
<dd>2014-07-01</dd>
|
||||
<dt><span class="strong">Author:</span></dt>
|
||||
<dd>Ashutosh Kumar Singh</dd></dl>
|
||||
</li>
|
||||
|
@ -142,13 +143,6 @@ extends java.lang.Object</pre>
|
|||
<div class="block">Provides methods to download data or files from the Internet.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Tools.HTML</a></strong></code>
|
||||
<div class="block">Provides functions to handle HTML, e.g., correcting
|
||||
non-compliant or non-strict web addresses, etc.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.AbstractWeatherData.Clouds (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Clouds (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 Class net.aksingh.java.api.owm.AbstractWeatherData.Clouds (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Clouds (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -83,15 +83,15 @@
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></strong></code>
|
||||
<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>
|
||||
</tbody>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.AbstractWeatherData.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Coord (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 Class net.aksingh.java.api.owm.AbstractWeatherData.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -83,22 +83,22 @@
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></strong></code>
|
||||
<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="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></strong></code>
|
||||
<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>
|
||||
</tbody>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.AbstractWeatherData.Main (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Main (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 Class net.aksingh.java.api.owm.AbstractWeatherData.Main (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Main (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -83,15 +83,15 @@
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></strong></code>
|
||||
<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>
|
||||
</tbody>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.AbstractWeatherData.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Weather (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 Class net.aksingh.java.api.owm.AbstractWeatherData.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -89,15 +89,15 @@
|
|||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></strong></code>
|
||||
<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>
|
||||
</tbody>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.AbstractWeatherData.Wind (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Wind (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 Class net.aksingh.java.api.owm.AbstractWeatherData.Wind (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.AbstractWeatherData.Wind (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -83,15 +83,15 @@
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></strong></code>
|
||||
<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="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></strong></code>
|
||||
<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>
|
||||
</tbody>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.AbstractWeatherData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.AbstractWeatherData (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 Class net.aksingh.java.api.owm.AbstractWeatherData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.AbstractWeatherData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -83,22 +83,22 @@
|
|||
<tr class="altColor">
|
||||
<td class="colFirst"><code>class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></strong></code>
|
||||
<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"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></strong></code>
|
||||
<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>
|
||||
</tbody>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData.Clouds (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Clouds (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 Class net.aksingh.java.api.owm.CurrentWeatherData.Clouds (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Clouds (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></code></td>
|
||||
<td class="colLast"><span class="strong">CurrentWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#clouds">clouds</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Clouds.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Clouds</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Coord (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 Class net.aksingh.java.api.owm.CurrentWeatherData.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></code></td>
|
||||
<td class="colLast"><span class="strong">CurrentWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#coord">coord</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Coord.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Coord</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData.Main (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Main (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 Class net.aksingh.java.api.owm.CurrentWeatherData.Main (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Main (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></code></td>
|
||||
<td class="colLast"><span class="strong">CurrentWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#main">main</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Main.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Main</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData.Rain (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Rain (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 Class net.aksingh.java.api.owm.CurrentWeatherData.Rain (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Rain (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></code></td>
|
||||
<td class="colLast"><span class="strong">CurrentWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#rain">rain</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Rain.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Rain</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData.Sys (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Sys (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 Class net.aksingh.java.api.owm.CurrentWeatherData.Sys (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Sys (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></code></td>
|
||||
<td class="colLast"><span class="strong">CurrentWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#sys">sys</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Sys.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Sys</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Weather (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 Class net.aksingh.java.api.owm.CurrentWeatherData.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,21 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> with type parameters of type <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a>></code></td>
|
||||
<td class="colLast"><span class="strong">CurrentWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#weatherList">weatherList</a></strong></code>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return types with arguments of type <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Weather.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Weather</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData.Wind (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Wind (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 Class net.aksingh.java.api.owm.CurrentWeatherData.Wind (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData.Wind (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></code></td>
|
||||
<td class="colLast"><span class="strong">CurrentWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.html#wind">wind</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/CurrentWeatherData.Wind.html" title="class in net.aksingh.java.api.owm">CurrentWeatherData.Wind</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.CurrentWeatherData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.CurrentWeatherData (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 Class net.aksingh.java.api.owm.CurrentWeatherData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.CurrentWeatherData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.DailyForecastData.City.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.DailyForecastData.City.Coord (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 Class net.aksingh.java.api.owm.DailyForecastData.City.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.DailyForecastData.City.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></code></td>
|
||||
<td class="colLast"><span class="strong">DailyForecastData.City.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html#coord">coord</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.Coord.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City.Coord</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.DailyForecastData.City (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.DailyForecastData.City (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 Class net.aksingh.java.api.owm.DailyForecastData.City (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.DailyForecastData.City (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></code></td>
|
||||
<td class="colLast"><span class="strong">DailyForecastData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.html#city">city</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.City.html" title="class in net.aksingh.java.api.owm">DailyForecastData.City</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature (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 Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></code></td>
|
||||
<td class="colLast"><span class="strong">DailyForecastData.Forecast.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#temp">temp</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Temperature</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Weather (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 Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.DailyForecastData.Forecast.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,21 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> with type parameters of type <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a>></code></td>
|
||||
<td class="colLast"><span class="strong">DailyForecastData.Forecast.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html#weatherList">weatherList</a></strong></code>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return types with arguments of type <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast.Weather</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.DailyForecastData.Forecast (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.DailyForecastData.Forecast (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 Class net.aksingh.java.api.owm.DailyForecastData.Forecast (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.DailyForecastData.Forecast (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,21 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> with type parameters of type <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a>></code></td>
|
||||
<td class="colLast"><span class="strong">DailyForecastData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.html#forecastList">forecastList</a></strong></code>
|
||||
<div class="block">List of forecast information</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return types with arguments of type <a href="../../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.DailyForecastData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.DailyForecastData (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 Class net.aksingh.java.api.owm.DailyForecastData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.DailyForecastData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.City.Coord (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.City.Coord (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 Class net.aksingh.java.api.owm.ForecastWeatherData.City.Coord (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.City.Coord (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.City.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html#coord">coord</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.Coord.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City.Coord</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.City (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.City (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 Class net.aksingh.java.api.owm.ForecastWeatherData.City (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.City (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#city">city</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.City.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.City</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Clouds (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Clouds (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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Clouds (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Clouds (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.Forecast.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#clouds">clouds</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Clouds.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Clouds</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main (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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.Forecast.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#main">main</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Main.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Main</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys (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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.Forecast.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#sys">sys</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Sys.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Sys</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Weather (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Weather (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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Weather (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Weather (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,21 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> with type parameters of type <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a>></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.Forecast.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#weatherList">weatherList</a></strong></code>
|
||||
<div class="block">List of weather information (code, name, etc.)</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return types with arguments of type <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Weather</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Wind (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Wind (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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Wind (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Wind (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,19 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.Forecast.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html#wind">wind</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.Wind.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast.Wind</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast (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 Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData.Forecast (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -73,21 +73,6 @@
|
|||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> with type parameters of type <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.List<<a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a>></code></td>
|
||||
<td class="colLast"><span class="strong">ForecastWeatherData.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.html#forecastList">forecastList</a></strong></code>
|
||||
<div class="block">List of forecast information</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> that return types with arguments of type <a href="../../../../../../net/aksingh/java/api/owm/ForecastWeatherData.Forecast.html" title="class in net.aksingh.java.api.owm">ForecastWeatherData.Forecast</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.ForecastWeatherData (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.ForecastWeatherData (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 Class net.aksingh.java.api.owm.ForecastWeatherData (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.ForecastWeatherData (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response (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 Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -65,34 +65,7 @@
|
|||
<div class="header">
|
||||
<h2 title="Uses of Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response" class="title">Uses of Class<br>net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="net.aksingh.java.api.owm">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a> in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">net.aksingh.java.api.owm</a> declared as <a href="../../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../../../net/aksingh/java/api/owm/OpenWeatherMap.OWM_Response.html" title="class in net.aksingh.java.api.owm">OpenWeatherMap.OWM_Response</a></code></td>
|
||||
<td class="colLast"><span class="strong">OpenWeatherMap.</span><code><strong><a href="../../../../../../net/aksingh/java/api/owm/OpenWeatherMap.html#owmResponse">owmResponse</a></strong></code>
|
||||
<div class="block">Declaring this class</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL (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 Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.OpenWeatherMap.OWM_URL (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.OpenWeatherMap (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.OpenWeatherMap (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 Class net.aksingh.java.api.owm.OpenWeatherMap (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.OpenWeatherMap (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.Tools.Convertor (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.Tools.Convertor (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 Class net.aksingh.java.api.owm.Tools.Convertor (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.Tools.Convertor (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -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 Class net.aksingh.java.api.owm.Tools.Downloader (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.Tools.Downloader (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 Class net.aksingh.java.api.owm.Tools.Downloader (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Uses of Class net.aksingh.java.api.owm.Tools.Downloader (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -1,114 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:35 IST 2013 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class net.aksingh.java.api.owm.Tools.HTML (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<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 Class net.aksingh.java.api.owm.Tools.HTML (OpenWeatherMap.org JAPIs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../../index.html?net/aksingh/java/api/owm/class-use/Tools.HTML.html" target="_top">Frames</a></li>
|
||||
<li><a href="Tools.HTML.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class net.aksingh.java.api.owm.Tools.HTML" class="title">Uses of Class<br>net.aksingh.java.api.owm.Tools.HTML</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of net.aksingh.java.api.owm.Tools.HTML</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../../index.html?net/aksingh/java/api/owm/class-use/Tools.HTML.html" target="_top">Frames</a></li>
|
||||
<li><a href="Tools.HTML.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue