mirror of
https://bitbucket.org/akapribot/owm-japis.git
synced 2025-04-25 07:17:11 -07:00
2.5.0.2 is ready! There is always room for corrections. :-)
This commit is contained in:
parent
135ff2bf74
commit
c295549579
106 changed files with 2060 additions and 7535 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue