Skip to content

Commit bbb999f

Browse files
committed
4.1.4 release
1 parent 2fa10a5 commit bbb999f

File tree

112 files changed

+5070
-2086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+5070
-2086
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

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

99
* sf-ios 4.1.4
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ Include this repository by specifying it in a Podfile using a supported option.
6161

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

64-
pod 'sf-wkb-ios', '~> 4.1.3'
64+
pod 'sf-wkb-ios', '~> 4.1.4'
6565

6666
Pull from GitHub:
6767

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

7171
Include as local project:
7272

docs/docs/api/Classes.html

Lines changed: 51 additions & 48 deletions
Large diffs are not rendered by default.

docs/docs/api/Classes/SFByteReader.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="SFByteReader Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">sf-wkb-ios 4.1.3 Docs</a> (93% documented)</p>
20+
<p><a href="../index.html">sf-wkb-ios 4.1.4 Docs</a> (93% documented)</p>
2121
<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>
2222
<div class="header-right">
2323
<form role="search" action="../search.json">
@@ -224,6 +224,9 @@
224224
<li class="nav-group-task">
225225
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
226226
</li>
227+
<li class="nav-group-task">
228+
<a href="../Constants.html#/c:@SF_EARTH_RADIUS">SF_EARTH_RADIUS</a>
229+
</li>
227230
<li class="nav-group-task">
228231
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
229232
</li>
@@ -332,7 +335,7 @@ <h1>SFByteReader</h1>
332335
<p>Read through byte data</p>
333336

334337
<div class="slightly-smaller">
335-
<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>
338+
<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>
336339
</div>
337340
</section>
338341
<section class="section task-group-section">
@@ -368,7 +371,7 @@ <h4>Declaration</h4>
368371
</div>
369372
</div>
370373
<div class="slightly-smaller">
371-
<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>
374+
<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>
372375
</div>
373376
</section>
374377
</div>
@@ -403,7 +406,7 @@ <h4>Declaration</h4>
403406
</div>
404407
</div>
405408
<div class="slightly-smaller">
406-
<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>
409+
<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>
407410
</div>
408411
</section>
409412
</div>
@@ -438,7 +441,7 @@ <h4>Declaration</h4>
438441
</div>
439442
</div>
440443
<div class="slightly-smaller">
441-
<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>
444+
<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>
442445
</div>
443446
</section>
444447
</div>
@@ -496,7 +499,7 @@ <h4>Return Value</h4>
496499
<p>new byte reader</p>
497500
</div>
498501
<div class="slightly-smaller">
499-
<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>
502+
<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>
500503
</div>
501504
</section>
502505
</div>
@@ -567,7 +570,7 @@ <h4>Return Value</h4>
567570
<p>new byte reader</p>
568571
</div>
569572
<div class="slightly-smaller">
570-
<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>
573+
<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>
571574
</div>
572575
</section>
573576
</div>
@@ -625,7 +628,7 @@ <h4>Return Value</h4>
625628
<p>string value</p>
626629
</div>
627630
<div class="slightly-smaller">
628-
<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>
631+
<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>
629632
</div>
630633
</section>
631634
</div>
@@ -664,7 +667,7 @@ <h4>Return Value</h4>
664667
<p>byte</p>
665668
</div>
666669
<div class="slightly-smaller">
667-
<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>
670+
<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>
668671
</div>
669672
</section>
670673
</div>
@@ -722,7 +725,7 @@ <h4>Return Value</h4>
722725
<p>data value</p>
723726
</div>
724727
<div class="slightly-smaller">
725-
<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>
728+
<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>
726729
</div>
727730
</section>
728731
</div>
@@ -761,7 +764,7 @@ <h4>Return Value</h4>
761764
<p>integer</p>
762765
</div>
763766
<div class="slightly-smaller">
764-
<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>
767+
<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>
765768
</div>
766769
</section>
767770
</div>
@@ -800,7 +803,7 @@ <h4>Return Value</h4>
800803
<p>double</p>
801804
</div>
802805
<div class="slightly-smaller">
803-
<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>
806+
<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>
804807
</div>
805808
</section>
806809
</div>
@@ -810,7 +813,7 @@ <h4>Return Value</h4>
810813
</section>
811814
</section>
812815
<section id="footer">
813-
<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>
816+
<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>
814817
<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>
815818
</section>
816819
</article>

docs/docs/api/Classes/SFByteWriter.html

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="SFByteWriter Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">sf-wkb-ios 4.1.3 Docs</a> (93% documented)</p>
20+
<p><a href="../index.html">sf-wkb-ios 4.1.4 Docs</a> (93% documented)</p>
2121
<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>
2222
<div class="header-right">
2323
<form role="search" action="../search.json">
@@ -224,6 +224,9 @@
224224
<li class="nav-group-task">
225225
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
226226
</li>
227+
<li class="nav-group-task">
228+
<a href="../Constants.html#/c:@SF_EARTH_RADIUS">SF_EARTH_RADIUS</a>
229+
</li>
227230
<li class="nav-group-task">
228231
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
229232
</li>
@@ -332,7 +335,7 @@ <h1>SFByteWriter</h1>
332335
<p>Write byte data</p>
333336

334337
<div class="slightly-smaller">
335-
<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>
338+
<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>
336339
</div>
337340
</section>
338341
<section class="section task-group-section">
@@ -368,7 +371,7 @@ <h4>Declaration</h4>
368371
</div>
369372
</div>
370373
<div class="slightly-smaller">
371-
<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>
374+
<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>
372375
</div>
373376
</section>
374377
</div>
@@ -403,7 +406,7 @@ <h4>Declaration</h4>
403406
</div>
404407
</div>
405408
<div class="slightly-smaller">
406-
<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>
409+
<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>
407410
</div>
408411
</section>
409412
</div>
@@ -438,7 +441,7 @@ <h4>Declaration</h4>
438441
</div>
439442
</div>
440443
<div class="slightly-smaller">
441-
<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>
444+
<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>
442445
</div>
443446
</section>
444447
</div>
@@ -477,7 +480,7 @@ <h4>Return Value</h4>
477480
<p>new byte writer</p>
478481
</div>
479482
<div class="slightly-smaller">
480-
<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>
483+
<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>
481484
</div>
482485
</section>
483486
</div>
@@ -535,7 +538,7 @@ <h4>Return Value</h4>
535538
<p>new byte writer</p>
536539
</div>
537540
<div class="slightly-smaller">
538-
<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>
541+
<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>
539542
</div>
540543
</section>
541544
</div>
@@ -570,7 +573,7 @@ <h4>Declaration</h4>
570573
</div>
571574
</div>
572575
<div class="slightly-smaller">
573-
<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>
576+
<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>
574577
</div>
575578
</section>
576579
</div>
@@ -609,7 +612,7 @@ <h4>Return Value</h4>
609612
<p>byte data</p>
610613
</div>
611614
<div class="slightly-smaller">
612-
<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>
615+
<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>
613616
</div>
614617
</section>
615618
</div>
@@ -648,7 +651,7 @@ <h4>Return Value</h4>
648651
<p>bytes written</p>
649652
</div>
650653
<div class="slightly-smaller">
651-
<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>
654+
<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>
652655
</div>
653656
</section>
654657
</div>
@@ -702,7 +705,7 @@ <h4>Parameters</h4>
702705
</table>
703706
</div>
704707
<div class="slightly-smaller">
705-
<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>
708+
<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>
706709
</div>
707710
</section>
708711
</div>
@@ -756,7 +759,7 @@ <h4>Parameters</h4>
756759
</table>
757760
</div>
758761
<div class="slightly-smaller">
759-
<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>
762+
<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>
760763
</div>
761764
</section>
762765
</div>
@@ -810,7 +813,7 @@ <h4>Parameters</h4>
810813
</table>
811814
</div>
812815
<div class="slightly-smaller">
813-
<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>
816+
<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>
814817
</div>
815818
</section>
816819
</div>
@@ -864,7 +867,7 @@ <h4>Parameters</h4>
864867
</table>
865868
</div>
866869
<div class="slightly-smaller">
867-
<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>
870+
<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>
868871
</div>
869872
</section>
870873
</div>
@@ -918,7 +921,7 @@ <h4>Parameters</h4>
918921
</table>
919922
</div>
920923
<div class="slightly-smaller">
921-
<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>
924+
<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>
922925
</div>
923926
</section>
924927
</div>
@@ -928,7 +931,7 @@ <h4>Parameters</h4>
928931
</section>
929932
</section>
930933
<section id="footer">
931-
<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>
934+
<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>
932935
<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>
933936
</section>
934937
</article>

0 commit comments

Comments
 (0)