Skip to content

Commit 6859a27

Browse files
committed
4.1.0 release
1 parent 8bb92bb commit 6859a27

File tree

173 files changed

+41981
-3737
lines changed

Some content is hidden

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

173 files changed

+41981
-3737
lines changed

CHANGELOG.md

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

55
---
66

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

9-
* TBD
9+
* sf-ios 4.1.0
10+
* Static creation shortcut methods
1011

1112
## [4.0.2](https://github.com/ngageoint/simple-features-geojson-ios/releases/tag/4.0.2) (02-10-2022)
1213

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-geojson-ios' do
5-
pod 'sf-ios', '~> 4.0.1'
5+
pod 'sf-ios', '~> 4.1.0'
66

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

README.md

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

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

77-
pod 'sf-geojson-ios', '~> 4.0.2'
77+
pod 'sf-geojson-ios', '~> 4.1.0'
7878

7979
Pull from GitHub:
8080

8181
pod 'sf-geojson-ios', :git => 'https://github.com/ngageoint/simple-features-geojson-ios.git', :branch => 'master'
82-
pod 'sf-geojson-ios', :git => 'https://github.com/ngageoint/simple-features-geojson-ios.git', :tag => '4.0.2'
82+
pod 'sf-geojson-ios', :git => 'https://github.com/ngageoint/simple-features-geojson-ios.git', :tag => '4.1.0'
8383

8484
Include as local project:
8585

docs/docs/api/Classes.html

Lines changed: 143 additions & 61 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-geojson-ios 4.0.2 Docs</a> (87% documented)</p>
20+
<p><a href="../index.html">sf-geojson-ios 4.1.0 Docs</a> (91% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-geojson-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">
@@ -135,6 +135,9 @@
135135
<li class="nav-group-task">
136136
<a href="../Classes/SFGeometryCollection.html">SFGeometryCollection</a>
137137
</li>
138+
<li class="nav-group-task">
139+
<a href="../Classes.html#/c:objc(cs)SFGeometryConstants">SFGeometryConstants</a>
140+
</li>
138141
<li class="nav-group-task">
139142
<a href="../Classes/SFGeometryEnvelope.html">SFGeometryEnvelope</a>
140143
</li>
@@ -248,6 +251,18 @@
248251
<li class="nav-group-task">
249252
<a href="../Constants.html#/c:@SFG_TYPE_FEATURE_COLLECTION">SFG_TYPE_FEATURE_COLLECTION</a>
250253
</li>
254+
<li class="nav-group-task">
255+
<a href="../Constants.html#/c:@SF_BEARING_EAST">SF_BEARING_EAST</a>
256+
</li>
257+
<li class="nav-group-task">
258+
<a href="../Constants.html#/c:@SF_BEARING_NORTH">SF_BEARING_NORTH</a>
259+
</li>
260+
<li class="nav-group-task">
261+
<a href="../Constants.html#/c:@SF_BEARING_SOUTH">SF_BEARING_SOUTH</a>
262+
</li>
263+
<li class="nav-group-task">
264+
<a href="../Constants.html#/c:@SF_BEARING_WEST">SF_BEARING_WEST</a>
265+
</li>
251266
<li class="nav-group-task">
252267
<a href="../Constants.html#/c:@SF_CIRCULARSTRING_NAME">SF_CIRCULARSTRING_NAME</a>
253268
</li>
@@ -260,6 +275,18 @@
260275
<li class="nav-group-task">
261276
<a href="../Constants.html#/c:@SF_CURVE_NAME">SF_CURVE_NAME</a>
262277
</li>
278+
<li class="nav-group-task">
279+
<a href="../Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON">SF_DEFAULT_EQUAL_EPSILON</a>
280+
</li>
281+
<li class="nav-group-task">
282+
<a href="../Constants.html#/c:@SF_DEFAULT_LINE_EPSILON">SF_DEFAULT_LINE_EPSILON</a>
283+
</li>
284+
<li class="nav-group-task">
285+
<a href="../Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT">SF_DEGREES_TO_METERS_MIN_LAT</a>
286+
</li>
287+
<li class="nav-group-task">
288+
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
289+
</li>
263290
<li class="nav-group-task">
264291
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
265292
</li>
@@ -296,6 +323,9 @@
296323
<li class="nav-group-task">
297324
<a href="../Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME">SF_POLYHEDRALSURFACE_NAME</a>
298325
</li>
326+
<li class="nav-group-task">
327+
<a href="../Constants.html#/c:@SF_RADIANS_TO_DEGREES">SF_RADIANS_TO_DEGREES</a>
328+
</li>
299329
<li class="nav-group-task">
300330
<a href="../Constants.html#/c:@SF_SURFACE_NAME">SF_SURFACE_NAME</a>
301331
</li>
@@ -305,6 +335,21 @@
305335
<li class="nav-group-task">
306336
<a href="../Constants.html#/c:@SF_TRIANGLE_NAME">SF_TRIANGLE_NAME</a>
307337
</li>
338+
<li class="nav-group-task">
339+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH">SF_WEB_MERCATOR_HALF_WORLD_WIDTH</a>
340+
</li>
341+
<li class="nav-group-task">
342+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE">SF_WEB_MERCATOR_MAX_LAT_RANGE</a>
343+
</li>
344+
<li class="nav-group-task">
345+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE">SF_WEB_MERCATOR_MIN_LAT_RANGE</a>
346+
</li>
347+
<li class="nav-group-task">
348+
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT">SF_WGS84_HALF_WORLD_LAT_HEIGHT</a>
349+
</li>
350+
<li class="nav-group-task">
351+
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH">SF_WGS84_HALF_WORLD_LON_WIDTH</a>
352+
</li>
308353
</ul>
309354
</li>
310355
<li class="nav-group-name">
@@ -353,7 +398,7 @@ <h1>SFByteReader</h1>
353398
<p>Read through byte data</p>
354399

355400
<div class="slightly-smaller">
356-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
401+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
357402
</div>
358403
</section>
359404
<section class="section task-group-section">
@@ -389,7 +434,7 @@ <h4>Declaration</h4>
389434
</div>
390435
</div>
391436
<div class="slightly-smaller">
392-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
437+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
393438
</div>
394439
</section>
395440
</div>
@@ -424,7 +469,7 @@ <h4>Declaration</h4>
424469
</div>
425470
</div>
426471
<div class="slightly-smaller">
427-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
472+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
428473
</div>
429474
</section>
430475
</div>
@@ -459,7 +504,7 @@ <h4>Declaration</h4>
459504
</div>
460505
</div>
461506
<div class="slightly-smaller">
462-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
507+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
463508
</div>
464509
</section>
465510
</div>
@@ -517,7 +562,7 @@ <h4>Return Value</h4>
517562
<p>new byte reader</p>
518563
</div>
519564
<div class="slightly-smaller">
520-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
565+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
521566
</div>
522567
</section>
523568
</div>
@@ -588,7 +633,7 @@ <h4>Return Value</h4>
588633
<p>new byte reader</p>
589634
</div>
590635
<div class="slightly-smaller">
591-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
636+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
592637
</div>
593638
</section>
594639
</div>
@@ -646,7 +691,7 @@ <h4>Return Value</h4>
646691
<p>string value</p>
647692
</div>
648693
<div class="slightly-smaller">
649-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
694+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
650695
</div>
651696
</section>
652697
</div>
@@ -685,7 +730,7 @@ <h4>Return Value</h4>
685730
<p>byte</p>
686731
</div>
687732
<div class="slightly-smaller">
688-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
733+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
689734
</div>
690735
</section>
691736
</div>
@@ -743,7 +788,7 @@ <h4>Return Value</h4>
743788
<p>data value</p>
744789
</div>
745790
<div class="slightly-smaller">
746-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
791+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
747792
</div>
748793
</section>
749794
</div>
@@ -782,7 +827,7 @@ <h4>Return Value</h4>
782827
<p>integer</p>
783828
</div>
784829
<div class="slightly-smaller">
785-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
830+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
786831
</div>
787832
</section>
788833
</div>
@@ -821,7 +866,7 @@ <h4>Return Value</h4>
821866
<p>double</p>
822867
</div>
823868
<div class="slightly-smaller">
824-
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.0.2/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
869+
<a href="https://github.com/ngageoint/simple-features-geojson-ios/tree/4.1.0/Pods/sf-ios/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
825870
</div>
826871
</section>
827872
</div>
@@ -831,8 +876,8 @@ <h4>Return Value</h4>
831876
</section>
832877
</section>
833878
<section id="footer">
834-
<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>
835-
<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>
879+
<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>
880+
<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>
836881
</section>
837882
</article>
838883
</div>

0 commit comments

Comments
 (0)