Skip to content

Commit

Permalink
4.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 8, 2024
1 parent 2fa10a5 commit bbb999f
Show file tree
Hide file tree
Showing 112 changed files with 5,070 additions and 2,086 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 4.1.4 (TBD)
## [4.1.4](https://github.com/ngageoint/simple-features-wkb-ios/releases/tag/4.1.4) (04-08-2024)

* sf-ios 4.1.4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ Include this repository by specifying it in a Podfile using a supported option.

Pull from [CocoaPods](https://cocoapods.org/pods/sf-wkb-ios):

pod 'sf-wkb-ios', '~> 4.1.3'
pod 'sf-wkb-ios', '~> 4.1.4'

Pull from GitHub:

pod 'sf-wkb-ios', :git => 'https://github.com/ngageoint/simple-features-wkb-ios.git', :branch => 'master'
pod 'sf-wkb-ios', :git => 'https://github.com/ngageoint/simple-features-wkb-ios.git', :tag => '4.1.3'
pod 'sf-wkb-ios', :git => 'https://github.com/ngageoint/simple-features-wkb-ios.git', :tag => '4.1.4'

Include as local project:

Expand Down
99 changes: 51 additions & 48 deletions docs/docs/api/Classes.html

Large diffs are not rendered by default.

29 changes: 16 additions & 13 deletions docs/docs/api/Classes/SFByteReader.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="SFByteReader Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">sf-wkb-ios 4.1.3 Docs</a> (93% documented)</p>
<p><a href="../index.html">sf-wkb-ios 4.1.4 Docs</a> (93% documented)</p>
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkb-ios"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -224,6 +224,9 @@
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_EARTH_RADIUS">SF_EARTH_RADIUS</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
</li>
Expand Down Expand Up @@ -332,7 +335,7 @@ <h1>SFByteReader</h1>
<p>Read through byte data</p>

<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
</div>
</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -368,7 +371,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -403,7 +406,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -438,7 +441,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -496,7 +499,7 @@ <h4>Return Value</h4>
<p>new byte reader</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -567,7 +570,7 @@ <h4>Return Value</h4>
<p>new byte reader</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -625,7 +628,7 @@ <h4>Return Value</h4>
<p>string value</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -664,7 +667,7 @@ <h4>Return Value</h4>
<p>byte</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -722,7 +725,7 @@ <h4>Return Value</h4>
<p>data value</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -761,7 +764,7 @@ <h4>Return Value</h4>
<p>integer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -800,7 +803,7 @@ <h4>Return Value</h4>
<p>double</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -810,7 +813,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2023-11-13)</p>
<p>&copy; 2024 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2024-04-08)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
35 changes: 19 additions & 16 deletions docs/docs/api/Classes/SFByteWriter.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="SFByteWriter Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">sf-wkb-ios 4.1.3 Docs</a> (93% documented)</p>
<p><a href="../index.html">sf-wkb-ios 4.1.4 Docs</a> (93% documented)</p>
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkb-ios"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -224,6 +224,9 @@
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_EARTH_RADIUS">SF_EARTH_RADIUS</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
</li>
Expand Down Expand Up @@ -332,7 +335,7 @@ <h1>SFByteWriter</h1>
<p>Write byte data</p>

<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L19-L106">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L19-L106">Show on GitHub</a>
</div>
</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -368,7 +371,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L24">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L24">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -403,7 +406,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L29">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -438,7 +441,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L34">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L34">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -477,7 +480,7 @@ <h4>Return Value</h4>
<p>new byte writer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L41">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L41">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -535,7 +538,7 @@ <h4>Return Value</h4>
<p>new byte writer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L50">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L50">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -570,7 +573,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L55">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L55">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -609,7 +612,7 @@ <h4>Return Value</h4>
<p>byte data</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L62">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L62">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -648,7 +651,7 @@ <h4>Return Value</h4>
<p>bytes written</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L69">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L69">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -702,7 +705,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L76">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L76">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -756,7 +759,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L83">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L83">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -810,7 +813,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L90">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L90">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -864,7 +867,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L97">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L97">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -918,7 +921,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.3/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L104">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.4/Pods/sf-ios/sf-ios/util/SFByteWriter.h#L104">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -928,7 +931,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2023-11-13)</p>
<p>&copy; 2024 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2024-04-08)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit bbb999f

Please sign in to comment.