Skip to content

Commit 068e803

Browse files
committed
4.1.0 release
1 parent 2367ee4 commit 068e803

File tree

120 files changed

+34187
-3356
lines changed

Some content is hidden

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

120 files changed

+34187
-3356
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 4.0.2 (TBD)
7+
## [4.1.0](https://github.com/ngageoint/simple-features-wkb-ios/releases/tag/4.1.0) (09-07-2022)
88

9-
* TBD
9+
* sf-ios 4.1.0
1010

1111
## [4.0.1](https://github.com/ngageoint/simple-features-wkb-ios/releases/tag/4.0.1) (02-10-2022)
1212

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '12.0'
33

44
target 'sf-wkb-ios' do
5-
pod 'sf-ios', '~> 4.0.1'
5+
pod 'sf-ios', '~> 4.1.0'
66

77
target 'sf-wkb-iosTests' do
88
inherit! :search_paths

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.0.1'
64+
pod 'sf-wkb-ios', '~> 4.1.0'
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.0.1'
69+
pod 'sf-wkb-ios', :git => 'https://github.com/ngageoint/simple-features-wkb-ios.git', :tag => '4.1.0'
7070

7171
Include as local project:
7272

docs/docs/api/Classes.html

Lines changed: 132 additions & 50 deletions
Large diffs are not rendered by default.

docs/docs/api/Classes/SFByteReader.html

Lines changed: 59 additions & 14 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.0.1 Docs</a> (90% documented)</p>
20+
<p><a href="../index.html">sf-wkb-ios 4.1.0 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">
@@ -90,6 +90,9 @@
9090
<li class="nav-group-task">
9191
<a href="../Classes/SFGeometryCollection.html">SFGeometryCollection</a>
9292
</li>
93+
<li class="nav-group-task">
94+
<a href="../Classes.html#/c:objc(cs)SFGeometryConstants">SFGeometryConstants</a>
95+
</li>
9396
<li class="nav-group-task">
9497
<a href="../Classes/SFGeometryEnvelope.html">SFGeometryEnvelope</a>
9598
</li>
@@ -185,6 +188,18 @@
185188
<li class="nav-group-task">
186189
<a href="../Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER">DEFAULT_WRITE_BYTE_ORDER</a>
187190
</li>
191+
<li class="nav-group-task">
192+
<a href="../Constants.html#/c:@SF_BEARING_EAST">SF_BEARING_EAST</a>
193+
</li>
194+
<li class="nav-group-task">
195+
<a href="../Constants.html#/c:@SF_BEARING_NORTH">SF_BEARING_NORTH</a>
196+
</li>
197+
<li class="nav-group-task">
198+
<a href="../Constants.html#/c:@SF_BEARING_SOUTH">SF_BEARING_SOUTH</a>
199+
</li>
200+
<li class="nav-group-task">
201+
<a href="../Constants.html#/c:@SF_BEARING_WEST">SF_BEARING_WEST</a>
202+
</li>
188203
<li class="nav-group-task">
189204
<a href="../Constants.html#/c:@SF_CIRCULARSTRING_NAME">SF_CIRCULARSTRING_NAME</a>
190205
</li>
@@ -197,6 +212,18 @@
197212
<li class="nav-group-task">
198213
<a href="../Constants.html#/c:@SF_CURVE_NAME">SF_CURVE_NAME</a>
199214
</li>
215+
<li class="nav-group-task">
216+
<a href="../Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON">SF_DEFAULT_EQUAL_EPSILON</a>
217+
</li>
218+
<li class="nav-group-task">
219+
<a href="../Constants.html#/c:@SF_DEFAULT_LINE_EPSILON">SF_DEFAULT_LINE_EPSILON</a>
220+
</li>
221+
<li class="nav-group-task">
222+
<a href="../Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT">SF_DEGREES_TO_METERS_MIN_LAT</a>
223+
</li>
224+
<li class="nav-group-task">
225+
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
226+
</li>
200227
<li class="nav-group-task">
201228
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
202229
</li>
@@ -233,6 +260,9 @@
233260
<li class="nav-group-task">
234261
<a href="../Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME">SF_POLYHEDRALSURFACE_NAME</a>
235262
</li>
263+
<li class="nav-group-task">
264+
<a href="../Constants.html#/c:@SF_RADIANS_TO_DEGREES">SF_RADIANS_TO_DEGREES</a>
265+
</li>
236266
<li class="nav-group-task">
237267
<a href="../Constants.html#/c:@SF_SURFACE_NAME">SF_SURFACE_NAME</a>
238268
</li>
@@ -242,6 +272,21 @@
242272
<li class="nav-group-task">
243273
<a href="../Constants.html#/c:@SF_TRIANGLE_NAME">SF_TRIANGLE_NAME</a>
244274
</li>
275+
<li class="nav-group-task">
276+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH">SF_WEB_MERCATOR_HALF_WORLD_WIDTH</a>
277+
</li>
278+
<li class="nav-group-task">
279+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE">SF_WEB_MERCATOR_MAX_LAT_RANGE</a>
280+
</li>
281+
<li class="nav-group-task">
282+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE">SF_WEB_MERCATOR_MIN_LAT_RANGE</a>
283+
</li>
284+
<li class="nav-group-task">
285+
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT">SF_WGS84_HALF_WORLD_LAT_HEIGHT</a>
286+
</li>
287+
<li class="nav-group-task">
288+
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH">SF_WGS84_HALF_WORLD_LON_WIDTH</a>
289+
</li>
245290
</ul>
246291
</li>
247292
<li class="nav-group-name">
@@ -287,7 +332,7 @@ <h1>SFByteReader</h1>
287332
<p>Read through byte data</p>
288333

289334
<div class="slightly-smaller">
290-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
335+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
291336
</div>
292337
</section>
293338
<section class="section task-group-section">
@@ -323,7 +368,7 @@ <h4>Declaration</h4>
323368
</div>
324369
</div>
325370
<div class="slightly-smaller">
326-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
371+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
327372
</div>
328373
</section>
329374
</div>
@@ -358,7 +403,7 @@ <h4>Declaration</h4>
358403
</div>
359404
</div>
360405
<div class="slightly-smaller">
361-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
406+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
362407
</div>
363408
</section>
364409
</div>
@@ -393,7 +438,7 @@ <h4>Declaration</h4>
393438
</div>
394439
</div>
395440
<div class="slightly-smaller">
396-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
441+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
397442
</div>
398443
</section>
399444
</div>
@@ -451,7 +496,7 @@ <h4>Return Value</h4>
451496
<p>new byte reader</p>
452497
</div>
453498
<div class="slightly-smaller">
454-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
499+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
455500
</div>
456501
</section>
457502
</div>
@@ -522,7 +567,7 @@ <h4>Return Value</h4>
522567
<p>new byte reader</p>
523568
</div>
524569
<div class="slightly-smaller">
525-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
570+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
526571
</div>
527572
</section>
528573
</div>
@@ -580,7 +625,7 @@ <h4>Return Value</h4>
580625
<p>string value</p>
581626
</div>
582627
<div class="slightly-smaller">
583-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
628+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
584629
</div>
585630
</section>
586631
</div>
@@ -619,7 +664,7 @@ <h4>Return Value</h4>
619664
<p>byte</p>
620665
</div>
621666
<div class="slightly-smaller">
622-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
667+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
623668
</div>
624669
</section>
625670
</div>
@@ -677,7 +722,7 @@ <h4>Return Value</h4>
677722
<p>data value</p>
678723
</div>
679724
<div class="slightly-smaller">
680-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
725+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
681726
</div>
682727
</section>
683728
</div>
@@ -716,7 +761,7 @@ <h4>Return Value</h4>
716761
<p>integer</p>
717762
</div>
718763
<div class="slightly-smaller">
719-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
764+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
720765
</div>
721766
</section>
722767
</div>
@@ -755,7 +800,7 @@ <h4>Return Value</h4>
755800
<p>double</p>
756801
</div>
757802
<div class="slightly-smaller">
758-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.1/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
803+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
759804
</div>
760805
</section>
761806
</div>
@@ -765,8 +810,8 @@ <h4>Return Value</h4>
765810
</section>
766811
</section>
767812
<section id="footer">
768-
<p>&copy; 2022 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2022-02-10)</p>
769-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
813+
<p>&copy; 2022 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2022-09-07)</p>
814+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
770815
</section>
771816
</article>
772817
</div>

0 commit comments

Comments
 (0)