Skip to content

Commit

Permalink
Update docs. This was performed automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed Aug 5, 2018
1 parent 390bf3e commit 69286bb
Show file tree
Hide file tree
Showing 10 changed files with 2,428 additions and 2,001 deletions.
506 changes: 254 additions & 252 deletions api/NetTopologySuite.IO.GpxDegrees.html

Large diffs are not rendered by default.

506 changes: 254 additions & 252 deletions api/NetTopologySuite.IO.GpxDgpsStationId.html

Large diffs are not rendered by default.

171 changes: 137 additions & 34 deletions api/NetTopologySuite.IO.GpxExtensionWriter.html

Large diffs are not rendered by default.

20 changes: 13 additions & 7 deletions api/NetTopologySuite.IO.GpxFixKind.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@

<h1 id="NetTopologySuite_IO_GpxFixKind" data-uid="NetTopologySuite.IO.GpxFixKind" class="text-break">Enum GpxFixKind
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>Specifies what kind of GPS fix a particular waypoint had.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="NetTopologySuite.IO.html">NetTopologySuite.IO</a></h6>
<h6><strong>Assembly</strong>: NetTopologySuite.IO.GPX.dll</h6>
Expand All @@ -103,23 +104,28 @@ <h3 id="fields">Fields
<tbody>
<tr>
<td id="NetTopologySuite_IO_GpxFixKind_DGPS">DGPS</td>
<td></td>
<td><p>Differential GPS (DGPS) fix.</p>
</td>
</tr>
<tr>
<td id="NetTopologySuite_IO_GpxFixKind_None">None</td>
<td></td>
<td><p>No fix.</p>
</td>
</tr>
<tr>
<td id="NetTopologySuite_IO_GpxFixKind_PPS">PPS</td>
<td></td>
<td><p>Precise Positioning Service (PPS) fix.</p>
</td>
</tr>
<tr>
<td id="NetTopologySuite_IO_GpxFixKind_ThreeDimensional">ThreeDimensional</td>
<td></td>
<td><p>3D fix.</p>
</td>
</tr>
<tr>
<td id="NetTopologySuite_IO_GpxFixKind_TwoDimensional">TwoDimensional</td>
<td></td>
<td><p>2D fix.</p>
</td>
</tr>
</tbody>
</thead></thead></table>
Expand All @@ -134,7 +140,7 @@ <h3 id="fields">Fields
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/new/develop/doc/overwrite/new?filename=NetTopologySuite_IO_GpxFixKind.md&amp;value=---%0Auid%3A%20NetTopologySuite.IO.GpxFixKind%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxFixKind.cs/#L3" class="contribution-link">View Source</a>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxFixKind.cs/#L6" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
560 changes: 296 additions & 264 deletions api/NetTopologySuite.IO.GpxLatitude.html

Large diffs are not rendered by default.

560 changes: 296 additions & 264 deletions api/NetTopologySuite.IO.GpxLongitude.html

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions api/NetTopologySuite.IO.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,14 @@ <h4><a class="xref" href="NetTopologySuite.IO.GpxExtensionReader.html">GpxExtens
</p>
</section>
<h4><a class="xref" href="NetTopologySuite.IO.GpxExtensionWriter.html">GpxExtensionWriter</a></h4>
<section></section>
<section><p>Provides hooks to turn extension content into GPX &quot;extensions&quot; elements.</p>
<p>
The default behavior in this base class passes through an <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable&lt;T&gt;</a> of
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.xml.linq.xelement">XElement</a> objects if that&apos;s what&apos;s stored, otherwise it will yield an empty
sequence. This allows us to round-trip when the default <a class="xref" href="NetTopologySuite.IO.GpxExtensionReader.html">GpxExtensionReader</a>
implementation is used, and not much else.
</p>
</section>
<h4><a class="xref" href="NetTopologySuite.IO.GpxMetadata.html">GpxMetadata</a></h4>
<section></section>
<h4><a class="xref" href="NetTopologySuite.IO.GpxPerson.html">GpxPerson</a></h4>
Expand Down Expand Up @@ -149,15 +156,18 @@ <h4><a class="xref" href="NetTopologySuite.IO.GpxDgpsStationId.html">GpxDgpsStat
<section><p>Represents the ID of a DGPS station.</p>
</section>
<h4><a class="xref" href="NetTopologySuite.IO.GpxLatitude.html">GpxLatitude</a></h4>
<section></section>
<section><p>Represents a latitude value.</p>
</section>
<h4><a class="xref" href="NetTopologySuite.IO.GpxLongitude.html">GpxLongitude</a></h4>
<section></section>
<section><p>Represents a longitude value.</p>
</section>
<h4><a class="xref" href="NetTopologySuite.IO.ImmutableGpxWaypointTable.Enumerator.html">ImmutableGpxWaypointTable.Enumerator</a></h4>
<section></section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="NetTopologySuite.IO.GpxFixKind.html">GpxFixKind</a></h4>
<section></section>
<section><p>Specifies what kind of GPS fix a particular waypoint had.</p>
</section>
</article>
</div>

Expand Down
180 changes: 90 additions & 90 deletions index.json

Large diffs are not rendered by default.

0 comments on commit 69286bb

Please sign in to comment.