Skip to content

Commit 8565dc1

Browse files
committed
4.0.1 release
1 parent 2f6142c commit 8565dc1

File tree

158 files changed

+4647
-1949
lines changed

Some content is hidden

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

158 files changed

+4647
-1949
lines changed

CHANGELOG.md

+2-2
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.1 (TBD)
7+
## [4.0.1](https://github.com/ngageoint/ogc-api-features-json-ios/releases/tag/4.0.1) (02-10-2022)
88

9-
* TBD
9+
* sf-geojson-ios 4.0.2
1010

1111
## [4.0.0](https://github.com/ngageoint/ogc-api-features-json-ios/releases/tag/4.0.0) (11-01-2021)
1212

Podfile

+1-1
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 'ogc-api-features-json-ios' do
5-
pod 'sf-geojson-ios', '~> 4.0.1'
5+
pod 'sf-geojson-ios', '~> 4.0.2'
66

77
target 'ogc-api-features-json-iosTests' do
88
inherit! :search_paths

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ Include this repository by specifying it in a Podfile using a supported option.
6060

6161
Pull from [CocoaPods](https://cocoapods.org/pods/ogc-api-features-json-ios):
6262

63-
pod 'ogc-api-features-json-ios', '~> 4.0.0'
63+
pod 'ogc-api-features-json-ios', '~> 4.0.1'
6464

6565
Pull from GitHub:
6666

6767
pod 'ogc-api-features-json-ios', :git => 'https://github.com/ngageoint/ogc-api-features-json-ios.git', :branch => 'master'
68-
pod 'ogc-api-features-json-ios', :git => 'https://github.com/ngageoint/ogc-api-features-json-ios.git', :tag => '4.0.0'
68+
pod 'ogc-api-features-json-ios', :git => 'https://github.com/ngageoint/ogc-api-features-json-ios.git', :tag => '4.0.1'
6969

7070
Include as local project:
7171

docs/docs/api/Classes.html

+109-78
Large diffs are not rendered by default.

docs/docs/api/Classes/OAFCollection.html

+18-15
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="OAFCollection Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ogc-api-features-json-ios 4.0.0 Docs</a> (89% documented)</p>
20+
<p><a href="../index.html">ogc-api-features-json-ios 4.0.1 Docs</a> (89% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/ogc-api-features-json-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">
@@ -96,6 +96,9 @@
9696
<li class="nav-group-task">
9797
<a href="../Classes/SFCurvePolygon.html">SFCurvePolygon</a>
9898
</li>
99+
<li class="nav-group-task">
100+
<a href="../Classes/SFDegreesCentroid.html">SFDegreesCentroid</a>
101+
</li>
99102
<li class="nav-group-task">
100103
<a href="../Classes/SFEvent.html">SFEvent</a>
101104
</li>
@@ -464,7 +467,7 @@ <h1>OAFCollection</h1>
464467
<p>Collection</p>
465468

466469
<div class="slightly-smaller">
467-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L36-L116">Show on GitHub</a>
470+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L36-L116">Show on GitHub</a>
468471
</div>
469472
</section>
470473
<section class="section task-group-section">
@@ -500,7 +503,7 @@ <h4>Declaration</h4>
500503
</div>
501504
</div>
502505
<div class="slightly-smaller">
503-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L41">Show on GitHub</a>
506+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L41">Show on GitHub</a>
504507
</div>
505508
</section>
506509
</div>
@@ -535,7 +538,7 @@ <h4>Declaration</h4>
535538
</div>
536539
</div>
537540
<div class="slightly-smaller">
538-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L46">Show on GitHub</a>
541+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L46">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/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L51">Show on GitHub</a>
576+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L51">Show on GitHub</a>
574577
</div>
575578
</section>
576579
</div>
@@ -605,7 +608,7 @@ <h4>Declaration</h4>
605608
</div>
606609
</div>
607610
<div class="slightly-smaller">
608-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L56">Show on GitHub</a>
611+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L56">Show on GitHub</a>
609612
</div>
610613
</section>
611614
</div>
@@ -640,7 +643,7 @@ <h4>Declaration</h4>
640643
</div>
641644
</div>
642645
<div class="slightly-smaller">
643-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L61">Show on GitHub</a>
646+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L61">Show on GitHub</a>
644647
</div>
645648
</section>
646649
</div>
@@ -676,7 +679,7 @@ <h4>Declaration</h4>
676679
</div>
677680
</div>
678681
<div class="slightly-smaller">
679-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L67">Show on GitHub</a>
682+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L67">Show on GitHub</a>
680683
</div>
681684
</section>
682685
</div>
@@ -712,7 +715,7 @@ <h4>Declaration</h4>
712715
</div>
713716
</div>
714717
<div class="slightly-smaller">
715-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L73">Show on GitHub</a>
718+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L73">Show on GitHub</a>
716719
</div>
717720
</section>
718721
</div>
@@ -751,7 +754,7 @@ <h4>Return Value</h4>
751754
<p>new collection</p>
752755
</div>
753756
<div class="slightly-smaller">
754-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L80">Show on GitHub</a>
757+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L80">Show on GitHub</a>
755758
</div>
756759
</section>
757760
</div>
@@ -809,7 +812,7 @@ <h4>Return Value</h4>
809812
<p>new collection</p>
810813
</div>
811814
<div class="slightly-smaller">
812-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L89">Show on GitHub</a>
815+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L89">Show on GitHub</a>
813816
</div>
814817
</section>
815818
</div>
@@ -867,7 +870,7 @@ <h4>Return Value</h4>
867870
<p>new collection</p>
868871
</div>
869872
<div class="slightly-smaller">
870-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L98">Show on GitHub</a>
873+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L98">Show on GitHub</a>
871874
</div>
872875
</section>
873876
</div>
@@ -921,7 +924,7 @@ <h4>Parameters</h4>
921924
</table>
922925
</div>
923926
<div class="slightly-smaller">
924-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L106">Show on GitHub</a>
927+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L106">Show on GitHub</a>
925928
</div>
926929
</section>
927930
</div>
@@ -975,7 +978,7 @@ <h4>Parameters</h4>
975978
</table>
976979
</div>
977980
<div class="slightly-smaller">
978-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollection.h#L114">Show on GitHub</a>
981+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollection.h#L114">Show on GitHub</a>
979982
</div>
980983
</section>
981984
</div>
@@ -985,7 +988,7 @@ <h4>Parameters</h4>
985988
</section>
986989
</section>
987990
<section id="footer">
988-
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2021-11-01)</p>
991+
<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>
989992
<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>
990993
</section>
991994
</article>

docs/docs/api/Classes/OAFCollections.html

+12-9
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="OAFCollections Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ogc-api-features-json-ios 4.0.0 Docs</a> (89% documented)</p>
20+
<p><a href="../index.html">ogc-api-features-json-ios 4.0.1 Docs</a> (89% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/ogc-api-features-json-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">
@@ -96,6 +96,9 @@
9696
<li class="nav-group-task">
9797
<a href="../Classes/SFCurvePolygon.html">SFCurvePolygon</a>
9898
</li>
99+
<li class="nav-group-task">
100+
<a href="../Classes/SFDegreesCentroid.html">SFDegreesCentroid</a>
101+
</li>
99102
<li class="nav-group-task">
100103
<a href="../Classes/SFEvent.html">SFEvent</a>
101104
</li>
@@ -464,7 +467,7 @@ <h1>OAFCollections</h1>
464467
<p>Undocumented</p>
465468

466469
<div class="slightly-smaller">
467-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollections.h#L18-L62">Show on GitHub</a>
470+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollections.h#L18-L62">Show on GitHub</a>
468471
</div>
469472
</section>
470473
<section class="section task-group-section">
@@ -500,7 +503,7 @@ <h4>Declaration</h4>
500503
</div>
501504
</div>
502505
<div class="slightly-smaller">
503-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollections.h#L23">Show on GitHub</a>
506+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollections.h#L23">Show on GitHub</a>
504507
</div>
505508
</section>
506509
</div>
@@ -535,7 +538,7 @@ <h4>Declaration</h4>
535538
</div>
536539
</div>
537540
<div class="slightly-smaller">
538-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollections.h#L28">Show on GitHub</a>
541+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollections.h#L28">Show on GitHub</a>
539542
</div>
540543
</section>
541544
</div>
@@ -574,7 +577,7 @@ <h4>Return Value</h4>
574577
<p>new collections</p>
575578
</div>
576579
<div class="slightly-smaller">
577-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollections.h#L35">Show on GitHub</a>
580+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollections.h#L35">Show on GitHub</a>
578581
</div>
579582
</section>
580583
</div>
@@ -632,7 +635,7 @@ <h4>Return Value</h4>
632635
<p>new collections</p>
633636
</div>
634637
<div class="slightly-smaller">
635-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollections.h#L44">Show on GitHub</a>
638+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollections.h#L44">Show on GitHub</a>
636639
</div>
637640
</section>
638641
</div>
@@ -686,7 +689,7 @@ <h4>Parameters</h4>
686689
</table>
687690
</div>
688691
<div class="slightly-smaller">
689-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollections.h#L52">Show on GitHub</a>
692+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollections.h#L52">Show on GitHub</a>
690693
</div>
691694
</section>
692695
</div>
@@ -740,7 +743,7 @@ <h4>Parameters</h4>
740743
</table>
741744
</div>
742745
<div class="slightly-smaller">
743-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.0/ogc-api-features-json-ios/OAFCollections.h#L60">Show on GitHub</a>
746+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.0.1/ogc-api-features-json-ios/OAFCollections.h#L60">Show on GitHub</a>
744747
</div>
745748
</section>
746749
</div>
@@ -750,7 +753,7 @@ <h4>Parameters</h4>
750753
</section>
751754
</section>
752755
<section id="footer">
753-
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2021-11-01)</p>
756+
<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>
754757
<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>
755758
</section>
756759
</article>

0 commit comments

Comments
 (0)