beartrack-mobile/www/js/gpx-parse/doc/GpxWaypoint.html

928 lines
14 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: GpxWaypoint</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: GpxWaypoint</h1>
<section>
<header>
<h2>
GpxWaypoint
</h2>
<div class="class-description">Represents a waypoint, point of interest, or named feature on a map.</div>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name" id="GpxWaypoint"><span class="type-signature"></span>new GpxWaypoint<span class="signature">(lat, lon, elevation, time, magvar, geoidheight, name, cmt, desc, src, links, sym, type)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
Constructs a gpx waypoint.
</div>
<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>lat</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last">The latitude of the waypoint.</td>
</tr>
<tr>
<td class="name"><code>lon</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last">The longtitude of the waypoint.</td>
</tr>
<tr>
<td class="name"><code>elevation</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last">of the waypoint.</td>
</tr>
<tr>
<td class="name"><code>time</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">The time at the waypoint.</td>
</tr>
<tr>
<td class="name"><code>magvar</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last">The magnetic variation at the waypoint.</td>
</tr>
<tr>
<td class="name"><code>geoidheight</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last">The geoid height at the waypoint.</td>
</tr>
<tr>
<td class="name"><code>name</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">The name of the waypoint.</td>
</tr>
<tr>
<td class="name"><code>cmt</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">A comment regarding the waypoint.</td>
</tr>
<tr>
<td class="name"><code>desc</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">A description of the waypoint.</td>
</tr>
<tr>
<td class="name"><code>src</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">The source of the waypoint.</td>
</tr>
<tr>
<td class="name"><code>links</code></td>
<td class="type">
<span class="param-type">string[]</span>
</td>
<td class="description last">An array of links for the waypoint.</td>
</tr>
<tr>
<td class="name"><code>sym</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">The symbol of the waypoint.</td>
</tr>
<tr>
<td class="name"><code>type</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">The type of waypoint.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line19">line 19</a>
</li></ul></dd>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name" id="cmt"><span class="type-signature"></span>cmt<span class="type-signature"> :string</span></h4>
</dt>
<dd>
<div class="description">
cmt of the Waypoint
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line42">line 42</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="desc"><span class="type-signature"></span>desc<span class="type-signature"> :string</span></h4>
</dt>
<dd>
<div class="description">
Description of the Waypoint
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line53">line 53</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="elevation"><span class="type-signature"></span>elevation<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
Elevation at the Waypoint
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Number</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line95">line 95</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="lat"><span class="type-signature"></span>lat<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
Latitude of the Waypoint
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Number</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line72">line 72</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="lon"><span class="type-signature"></span>lon<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
Longtitude of the Waypoint
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Number</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line83">line 83</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :string</span></h4>
</dt>
<dd>
<div class="description">
Name of the Waypoint
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line31">line 31</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="time"><span class="type-signature"></span>time<span class="type-signature"> :Date</span></h4>
</dt>
<dd>
<div class="description">
Time associated with the Waypoint
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Date</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="gpxWaypoint.js.html">gpxWaypoint.js</a>, <a href="gpxWaypoint.js.html#line107">line 107</a>
</li></ul></dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-geomutils.html">geomutils</a></li><li><a href="module-gpx-parse.html">gpx-parse</a></li></ul><h3>Classes</h3><ul><li><a href="GpxExtent.html">GpxExtent</a></li><li><a href="GpxMetaData.html">GpxMetaData</a></li><li><a href="GpxResult.html">GpxResult</a></li><li><a href="GpxRoute.html">GpxRoute</a></li><li><a href="GpxTrack.html">GpxTrack</a></li><li><a href="GpxWaypoint.html">GpxWaypoint</a></li></ul><h3><a href="global.html">Global</a></h3>
</nav>
<br clear="both">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Wed Aug 13 2014 09:19:33 GMT+0100 (BST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>