This commit is contained in:
Éric Lemoine
2012-10-21 21:28:25 +02:00
parent 406ea86fb7
commit e9c319cb5e
82 changed files with 1268 additions and 166 deletions

View File

@@ -140,7 +140,7 @@
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 13</li></ul></dd>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 21</li></ul></dd>
@@ -214,7 +214,7 @@
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 23</li></ul></dd>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 31</li></ul></dd>
@@ -232,6 +232,412 @@
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="createStringXY"><span class="type-signature">&lt;static> </span>createStringXY</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>precision</code></td>
<td class="type">
<span class="param-type">number=</span>
</td>
<td class="description last">(Optional) Precision.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 38</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Coordinate format.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">ol.CoordinateFormatType</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="toStringHDMS"><span class="type-signature">&lt;static> </span>toStringHDMS</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>coordinate</code></td>
<td class="type">
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last">Coordinate.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 65</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Hemisphere, degrees, minutes and seconds.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">string</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="toStringXY"><span class="type-signature">&lt;static> </span>toStringXY</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>coordinate</code></td>
<td class="type">
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last">Coordinate.</td>
</tr>
<tr>
<td class="name"><code>precision</code></td>
<td class="type">
<span class="param-type">number=</span>
</td>
<td class="description last">(Optional) Precision.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 80</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
XY.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">string</span>
</dd>
</dl>
</dd>
</dl>
@@ -252,7 +658,7 @@
<br clear="both">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer>
<script> prettyPrint(); </script>