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 4, 2018
1 parent a3861c5 commit b1af789
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 17 deletions.
25 changes: 15 additions & 10 deletions index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"index.html": {
"href": "index.html",
"title": "NetTopologySuite.IO.GPX | NetTopologySuite.IO.GPX",
"keywords": "NetTopologySuite.IO.GPX Adds reading and writing capabilities to convert between GPX (*.gpx) files and NetTopologySuite features ."
},
"api/NetTopologySuite.IO.html": {
"href": "api/NetTopologySuite.IO.html",
"title": "Namespace NetTopologySuite.IO | NetTopologySuite.IO.GPX",
"keywords": "Namespace NetTopologySuite.IO Classes GpxBoundingBox Represents two lat/lon pairs defining the extent of an element. GpxCopyright Represents copyright-related information. GpxEmail Represents an e-mail address by ID and domain, kept separate in GPX files in an attempt to defeat simple e-mail harvesting schemes. GpxExtensionReader Provides hooks to interpret arbitrary GPX extension element content as (perhaps) something with a richer, more type-safe data model. The default behavior in this base class preserves the XElement representation of the source data, so that a GpxExtensionWriter in its own default mode will be able to write it back out again. GpxExtensionWriter GpxMetadata GpxPerson GpxReader GpxReaderSettings GpxRoute GpxTrack GpxTrackSegment GpxVisitorBase GpxWaypoint GpxWebLink A link to an external resource (Web page, digital photo, video clip, etc) with additional information. GpxWriter GpxWriterSettings ImmutableGpxWaypointTable NetTopologySuiteFeatureBuilderGpxVisitor NetTopologySuiteGpxFeatureConverter Structs GpxDegrees Represents an angle, in degrees. GpxDgpsStationId Represents an angle, in degrees. GpxLatitude GpxLongitude ImmutableGpxWaypointTable.Enumerator Enums GpxFixKind"
},
"release-notes.html": {
"href": "release-notes.html",
"title": "NetTopologySuite.IO.GPX Release Notes | NetTopologySuite.IO.GPX",
"keywords": "NetTopologySuite.IO.GPX Release Notes To be released Nothing yet 0.1.1 Fix a copy-paste error in GpxTrack ( #11 ) 0.1.0 Initial release."
},
"api/NetTopologySuite.IO.GpxWaypoint.html": {
"href": "api/NetTopologySuite.IO.GpxWaypoint.html",
"title": "Class GpxWaypoint | NetTopologySuite.IO.GPX",
Expand Down Expand Up @@ -54,11 +69,6 @@
"title": "Struct ImmutableGpxWaypointTable.Enumerator | NetTopologySuite.IO.GPX",
"keywords": "Struct ImmutableGpxWaypointTable.Enumerator Implements IEnumerator < GpxWaypoint > IEnumerator IDisposable Inherited Members ValueType.Equals(Object) ValueType.GetHashCode() ValueType.ToString() Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : NetTopologySuite.IO Assembly : NetTopologySuite.IO.GPX.dll Syntax public struct Enumerator : IEnumerator<GpxWaypoint>, IEnumerator, IDisposable Properties | Improve this Doc View Source Current Declaration public GpxWaypoint Current { get; } Property Value Type Description GpxWaypoint Methods | Improve this Doc View Source MoveNext() Declaration public bool MoveNext() Returns Type Description Boolean Explicit Interface Implementations | Improve this Doc View Source IEnumerator.Current Declaration object IEnumerator.Current { get; } Returns Type Description Object | Improve this Doc View Source IEnumerator.Reset() Declaration void IEnumerator.Reset() | Improve this Doc View Source IDisposable.Dispose() Declaration void IDisposable.Dispose() Implements System.Collections.Generic.IEnumerator<T> System.Collections.IEnumerator System.IDisposable"
},
"api/NetTopologySuite.IO.html": {
"href": "api/NetTopologySuite.IO.html",
"title": "Namespace NetTopologySuite.IO | NetTopologySuite.IO.GPX",
"keywords": "Namespace NetTopologySuite.IO Classes GpxBoundingBox Represents two lat/lon pairs defining the extent of an element. GpxCopyright Represents copyright-related information. GpxEmail Represents an e-mail address by ID and domain, kept separate in GPX files in an attempt to defeat simple e-mail harvesting schemes. GpxExtensionReader Provides hooks to interpret arbitrary GPX extension element content as (perhaps) something with a richer, more type-safe data model. The default behavior in this base class preserves the XElement representation of the source data, so that a GpxExtensionWriter in its own default mode will be able to write it back out again. GpxExtensionWriter GpxMetadata GpxPerson GpxReader GpxReaderSettings GpxRoute GpxTrack GpxTrackSegment GpxVisitorBase GpxWaypoint GpxWebLink A link to an external resource (Web page, digital photo, video clip, etc) with additional information. GpxWriter GpxWriterSettings ImmutableGpxWaypointTable NetTopologySuiteFeatureBuilderGpxVisitor NetTopologySuiteGpxFeatureConverter Structs GpxDegrees Represents an angle, in degrees. GpxDgpsStationId Represents an angle, in degrees. GpxLatitude GpxLongitude ImmutableGpxWaypointTable.Enumerator Enums GpxFixKind"
},
"api/NetTopologySuite.IO.GpxTrackSegment.html": {
"href": "api/NetTopologySuite.IO.GpxTrackSegment.html",
"title": "Class GpxTrackSegment | NetTopologySuite.IO.GPX",
Expand Down Expand Up @@ -119,11 +129,6 @@
"title": "Struct GpxLatitude | NetTopologySuite.IO.GPX",
"keywords": "Struct GpxLatitude Implements IEquatable < GpxLatitude > IComparable < GpxLatitude > IComparable IFormattable IConvertible Inherited Members Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : NetTopologySuite.IO Assembly : NetTopologySuite.IO.GPX.dll Syntax public struct GpxLatitude : IEquatable<GpxLatitude>, IComparable<GpxLatitude>, IComparable, IFormattable, IConvertible Constructors | Improve this Doc View Source GpxLatitude(Double) Declaration public GpxLatitude(double val) Parameters Type Name Description Double val Fields | Improve this Doc View Source Value Declaration public readonly double Value Field Value Type Description Double Methods | Improve this Doc View Source CompareTo(GpxLatitude) Declaration public int CompareTo(GpxLatitude other) Parameters Type Name Description GpxLatitude other Returns Type Description Int32 | Improve this Doc View Source CompareTo(Object) Declaration public int CompareTo(object obj) Parameters Type Name Description Object obj Returns Type Description Int32 | Improve this Doc View Source Equals(GpxLatitude) Declaration public bool Equals(GpxLatitude other) Parameters Type Name Description GpxLatitude other Returns Type Description Boolean | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides ValueType.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides ValueType.GetHashCode() | Improve this Doc View Source GetTypeCode() Declaration public TypeCode GetTypeCode() Returns Type Description TypeCode | Improve this Doc View Source ToBoolean(IFormatProvider) Declaration public bool ToBoolean(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Boolean | Improve this Doc View Source ToByte(IFormatProvider) Declaration public byte ToByte(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Byte | Improve this Doc View Source ToChar(IFormatProvider) Declaration public char ToChar(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Char | Improve this Doc View Source ToDateTime(IFormatProvider) Declaration public DateTime ToDateTime(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description DateTime | Improve this Doc View Source ToDecimal(IFormatProvider) Declaration public decimal ToDecimal(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Decimal | Improve this Doc View Source ToDouble(IFormatProvider) Declaration public double ToDouble(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Double | Improve this Doc View Source ToInt16(IFormatProvider) Declaration public short ToInt16(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Int16 | Improve this Doc View Source ToInt32(IFormatProvider) Declaration public int ToInt32(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Int32 | Improve this Doc View Source ToInt64(IFormatProvider) Declaration public long ToInt64(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Int64 | Improve this Doc View Source ToSByte(IFormatProvider) Declaration public sbyte ToSByte(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description SByte | Improve this Doc View Source ToSingle(IFormatProvider) Declaration public float ToSingle(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description Single | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides ValueType.ToString() | Improve this Doc View Source ToString(IFormatProvider) Declaration public string ToString(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description String | Improve this Doc View Source ToString(String, IFormatProvider) Declaration public string ToString(string format, IFormatProvider formatProvider) Parameters Type Name Description String format IFormatProvider formatProvider Returns Type Description String | Improve this Doc View Source ToType(Type, IFormatProvider) Declaration public object ToType(Type conversionType, IFormatProvider provider) Parameters Type Name Description Type conversionType IFormatProvider provider Returns Type Description Object | Improve this Doc View Source ToUInt16(IFormatProvider) Declaration public ushort ToUInt16(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description UInt16 | Improve this Doc View Source ToUInt32(IFormatProvider) Declaration public uint ToUInt32(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description UInt32 | Improve this Doc View Source ToUInt64(IFormatProvider) Declaration public ulong ToUInt64(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description UInt64 Operators | Improve this Doc View Source Equality(GpxLatitude, GpxLatitude) Declaration public static bool operator ==(GpxLatitude lat1, GpxLatitude lat2) Parameters Type Name Description GpxLatitude lat1 GpxLatitude lat2 Returns Type Description Boolean | Improve this Doc View Source Explicit(Double to GpxLatitude) Declaration public static explicit operator GpxLatitude(double val) Parameters Type Name Description Double val Returns Type Description GpxLatitude | Improve this Doc View Source GreaterThan(GpxLatitude, GpxLatitude) Declaration public static bool operator>(GpxLatitude lat1, GpxLatitude lat2) Parameters Type Name Description GpxLatitude lat1 GpxLatitude lat2 Returns Type Description Boolean | Improve this Doc View Source GreaterThanOrEqual(GpxLatitude, GpxLatitude) Declaration public static bool operator >=(GpxLatitude lat1, GpxLatitude lat2) Parameters Type Name Description GpxLatitude lat1 GpxLatitude lat2 Returns Type Description Boolean | Improve this Doc View Source Implicit(GpxLatitude to Double) Declaration public static implicit operator double (GpxLatitude lat) Parameters Type Name Description GpxLatitude lat Returns Type Description Double | Improve this Doc View Source Inequality(GpxLatitude, GpxLatitude) Declaration public static bool operator !=(GpxLatitude lat1, GpxLatitude lat2) Parameters Type Name Description GpxLatitude lat1 GpxLatitude lat2 Returns Type Description Boolean | Improve this Doc View Source LessThan(GpxLatitude, GpxLatitude) Declaration public static bool operator <(GpxLatitude lat1, GpxLatitude lat2) Parameters Type Name Description GpxLatitude lat1 GpxLatitude lat2 Returns Type Description Boolean | Improve this Doc View Source LessThanOrEqual(GpxLatitude, GpxLatitude) Declaration public static bool operator <=(GpxLatitude lat1, GpxLatitude lat2) Parameters Type Name Description GpxLatitude lat1 GpxLatitude lat2 Returns Type Description Boolean Implements System.IEquatable<T> System.IComparable<T> System.IComparable System.IFormattable System.IConvertible"
},
"index.html": {
"href": "index.html",
"title": "NetTopologySuite.IO.GPX | NetTopologySuite.IO.GPX",
"keywords": "NetTopologySuite.IO.GPX Adds reading and writing capabilities to convert between GPX (*.gpx) files and NetTopologySuite features ."
},
"api/NetTopologySuite.IO.GpxLongitude.html": {
"href": "api/NetTopologySuite.IO.GpxLongitude.html",
"title": "Struct GpxLongitude | NetTopologySuite.IO.GPX",
Expand Down
25 changes: 18 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,25 @@
"is_incremental": false,
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "release-notes.md",
"output": {
".html": {
"relative_path": "release-notes.html",
"hash": "qflqjiBBpkY0kuTr6kA4Dw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Toc",
"source_relative_path": "toc.yml",
"output": {
".html": {
"relative_path": "toc.html",
"hash": "/GUP3YalwDSnUV7ww3YWGQ=="
"hash": "fyrY9zpWIV3Br8x9K/JZSA=="
}
},
"is_incremental": false,
Expand All @@ -376,8 +388,7 @@
"incremental_info": [
{
"status": {
"can_incremental": false,
"details": "Cannot build incrementally because last build info is missing.",
"can_incremental": true,
"incrementalPhase": "build"
},
"processors": {
Expand All @@ -386,12 +397,12 @@
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ConceptualDocumentProcessor": {
"can_incremental": false,
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build"
},
"ManagedReferenceDocumentProcessor": {
"can_incremental": false,
"ConceptualDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build"
}
}
Expand Down
125 changes: 125 additions & 0 deletions release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>NetTopologySuite.IO.GPX Release Notes | NetTopologySuite.IO.GPX </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="NetTopologySuite.IO.GPX Release Notes | NetTopologySuite.IO.GPX ">
<meta name="generator" content="docfx 2.37.2.0">

<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="styles/docfx.vendor.css">
<link rel="stylesheet" href="styles/docfx.css">
<link rel="stylesheet" href="styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="toc.html">

<meta property="docfx:rel" content="">

</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>

<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>

<a class="navbar-brand" href="index.html">
<img id="logo" class="svg" src="logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>

<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">

<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="article row grid">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="nettopologysuiteiogpx-release-notes">NetTopologySuite.IO.GPX Release Notes</h1>

<h2 id="to-be-released"><em>To be released</em></h2>
<ul>
<li>Nothing yet</li>
</ul>
<h2 id="011"><a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/milestone/3">0.1.1</a></h2>
<ul>
<li>Fix a copy-paste error in <code>GpxTrack</code> (<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/11">#11</a>)</li>
</ul>
<h2 id="010">0.1.0</h2>
<ul>
<li>Initial release.</li>
</ul>
</article>
</div>

<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/doc/release-notes.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>

<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>

<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>

<script type="text/javascript" src="styles/docfx.vendor.js"></script>
<script type="text/javascript" src="styles/docfx.js"></script>
<script type="text/javascript" src="styles/main.js"></script>
</body>
</html>
6 changes: 6 additions & 0 deletions toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<li>
<a href="index.html" name="" title="Home">Home</a>
</li>
<li>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX" name="" title="Source Code">Source Code</a>
</li>
<li>
<a href="release-notes.html" name="" title="Release Notes">Release Notes</a>
</li>
<li>
<a href="api/NetTopologySuite.IO.html" name="api/toc.html" title="API Documentation">API Documentation</a>
</li>
Expand Down

0 comments on commit b1af789

Please sign in to comment.