Skip to content

Commit 7cae7e0

Browse files
committed
3.0.0 release
1 parent 49efbbe commit 7cae7e0

File tree

154 files changed

+14392
-1560
lines changed

Some content is hidden

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

154 files changed

+14392
-1560
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-
## 2.0.1 (TBD)
7+
## [3.0.0](https://github.com/ngageoint/ogc-api-features-json-ios/releases/tag/3.0.0) (03-02-2021)
88

9-
* sf-geojson-ios 2.0.1
9+
* sf-geojson-ios 3.0.0
1010
* iOS platform and deployment target 12.0
1111

1212
## [2.0.0](https://github.com/ngageoint/ogc-api-features-json-ios/releases/tag/2.0.0) (08-14-2020)

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', '~> 2.0.1'
5+
pod 'sf-geojson-ios', '~> 3.0.0'
66

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

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ Open ogc-api-features-json-ios.xcworkspace in Xcode or build from command line:
5252

5353
Run tests from Xcode or from command line:
5454

55-
xcodebuild test -workspace 'ogc-api-features-json-ios.xcworkspace' -scheme ogc-api-features-json-ios -destination 'platform=iOS Simulator,name=iPhone 8'
55+
xcodebuild test -workspace 'ogc-api-features-json-ios.xcworkspace' -scheme ogc-api-features-json-ios -destination 'platform=iOS Simulator,name=iPhone 12'
5656

5757
### Include Library ###
5858

5959
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', '~> 2.0.0'
63+
pod 'ogc-api-features-json-ios', '~> 3.0.0'
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 => '2.0.0'
68+
pod 'ogc-api-features-json-ios', :git => 'https://github.com/ngageoint/ogc-api-features-json-ios.git', :tag => '3.0.0'
6969

7070
Include as local project:
7171

docs/docs/api/Classes.html

+233-52
Large diffs are not rendered by default.

docs/docs/api/Classes/OAFCollection.html

+42-16
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 2.0.0 Docs</a> (90% documented)</p>
20+
<p><a href="../index.html">ogc-api-features-json-ios 3.0.0 Docs</a> (90% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/ogc-api-features-json-ios"><img src="../img/gh.png"/>View on GitHub</a></p>
2222
<p class="header-right">
2323
<form role="search" action="../search.json">
@@ -108,6 +108,9 @@
108108
<li class="nav-group-task">
109109
<a href="../Classes/SFExtendedGeometryCollection.html">SFExtendedGeometryCollection</a>
110110
</li>
111+
<li class="nav-group-task">
112+
<a href="../Classes.html#/c:objc(cs)SFFiniteFilterTypes">SFFiniteFilterTypes</a>
113+
</li>
111114
<li class="nav-group-task">
112115
<a href="../Classes/SFGFeature.html">SFGFeature</a>
113116
</li>
@@ -201,6 +204,9 @@
201204
<li class="nav-group-task">
202205
<a href="../Classes/SFPoint.html">SFPoint</a>
203206
</li>
207+
<li class="nav-group-task">
208+
<a href="../Classes/SFPointFiniteFilter.html">SFPointFiniteFilter</a>
209+
</li>
204210
<li class="nav-group-task">
205211
<a href="../Classes/SFPolygon.html">SFPolygon</a>
206212
</li>
@@ -222,6 +228,9 @@
222228
<li class="nav-group-task">
223229
<a href="../Classes/SFTIN.html">SFTIN</a>
224230
</li>
231+
<li class="nav-group-task">
232+
<a href="../Classes/SFTextReader.html">SFTextReader</a>
233+
</li>
225234
<li class="nav-group-task">
226235
<a href="../Classes/SFTriangle.html">SFTriangle</a>
227236
</li>
@@ -230,6 +239,12 @@
230239
<li class="nav-group-name">
231240
<a href="../Constants.html">Constants</a>
232241
<ul class="nav-group-tasks">
242+
<li class="nav-group-task">
243+
<a href="../Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER">DEFAULT_READ_BYTE_ORDER</a>
244+
</li>
245+
<li class="nav-group-task">
246+
<a href="../Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER">DEFAULT_WRITE_BYTE_ORDER</a>
247+
</li>
233248
<li class="nav-group-task">
234249
<a href="../Constants.html#/c:@OAF_BBOX">OAF_BBOX</a>
235250
</li>
@@ -430,11 +445,22 @@
430445
<li class="nav-group-task">
431446
<a href="../Enums/SFEventType.html">SFEventType</a>
432447
</li>
448+
<li class="nav-group-task">
449+
<a href="../Enums/SFFiniteFilterType.html">SFFiniteFilterType</a>
450+
</li>
433451
<li class="nav-group-task">
434452
<a href="../Enums/SFGeometryType.html">SFGeometryType</a>
435453
</li>
436454
</ul>
437455
</li>
456+
<li class="nav-group-name">
457+
<a href="../Protocols.html">Protocols</a>
458+
<ul class="nav-group-tasks">
459+
<li class="nav-group-task">
460+
<a href="../Protocols/SFGeometryFilter.html">SFGeometryFilter</a>
461+
</li>
462+
</ul>
463+
</li>
438464
</ul>
439465
</nav>
440466
<article class="main-content">
@@ -456,7 +482,7 @@ <h1>OAFCollection</h1>
456482
<p>Collection</p>
457483

458484
<div class="slightly-smaller">
459-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L36-L116">Show on GitHub</a>
485+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L36-L116">Show on GitHub</a>
460486
</div>
461487
</section>
462488
<section class="section task-group-section">
@@ -492,7 +518,7 @@ <h4>Declaration</h4>
492518
</div>
493519
</div>
494520
<div class="slightly-smaller">
495-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L41">Show on GitHub</a>
521+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L41">Show on GitHub</a>
496522
</div>
497523
</section>
498524
</div>
@@ -527,7 +553,7 @@ <h4>Declaration</h4>
527553
</div>
528554
</div>
529555
<div class="slightly-smaller">
530-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L46">Show on GitHub</a>
556+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L46">Show on GitHub</a>
531557
</div>
532558
</section>
533559
</div>
@@ -562,7 +588,7 @@ <h4>Declaration</h4>
562588
</div>
563589
</div>
564590
<div class="slightly-smaller">
565-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L51">Show on GitHub</a>
591+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L51">Show on GitHub</a>
566592
</div>
567593
</section>
568594
</div>
@@ -597,7 +623,7 @@ <h4>Declaration</h4>
597623
</div>
598624
</div>
599625
<div class="slightly-smaller">
600-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L56">Show on GitHub</a>
626+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L56">Show on GitHub</a>
601627
</div>
602628
</section>
603629
</div>
@@ -632,7 +658,7 @@ <h4>Declaration</h4>
632658
</div>
633659
</div>
634660
<div class="slightly-smaller">
635-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L61">Show on GitHub</a>
661+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L61">Show on GitHub</a>
636662
</div>
637663
</section>
638664
</div>
@@ -668,7 +694,7 @@ <h4>Declaration</h4>
668694
</div>
669695
</div>
670696
<div class="slightly-smaller">
671-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L67">Show on GitHub</a>
697+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L67">Show on GitHub</a>
672698
</div>
673699
</section>
674700
</div>
@@ -704,7 +730,7 @@ <h4>Declaration</h4>
704730
</div>
705731
</div>
706732
<div class="slightly-smaller">
707-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L73">Show on GitHub</a>
733+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L73">Show on GitHub</a>
708734
</div>
709735
</section>
710736
</div>
@@ -743,7 +769,7 @@ <h4>Return Value</h4>
743769
<p>new collection</p>
744770
</div>
745771
<div class="slightly-smaller">
746-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L80">Show on GitHub</a>
772+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L80">Show on GitHub</a>
747773
</div>
748774
</section>
749775
</div>
@@ -801,7 +827,7 @@ <h4>Return Value</h4>
801827
<p>new collection</p>
802828
</div>
803829
<div class="slightly-smaller">
804-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L89">Show on GitHub</a>
830+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L89">Show on GitHub</a>
805831
</div>
806832
</section>
807833
</div>
@@ -859,7 +885,7 @@ <h4>Return Value</h4>
859885
<p>new collection</p>
860886
</div>
861887
<div class="slightly-smaller">
862-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L98">Show on GitHub</a>
888+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L98">Show on GitHub</a>
863889
</div>
864890
</section>
865891
</div>
@@ -913,7 +939,7 @@ <h4>Parameters</h4>
913939
</table>
914940
</div>
915941
<div class="slightly-smaller">
916-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L106">Show on GitHub</a>
942+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L106">Show on GitHub</a>
917943
</div>
918944
</section>
919945
</div>
@@ -967,7 +993,7 @@ <h4>Parameters</h4>
967993
</table>
968994
</div>
969995
<div class="slightly-smaller">
970-
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/2.0.0/ogc-api-features-json-ios/OAFCollection.h#L114">Show on GitHub</a>
996+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/3.0.0/ogc-api-features-json-ios/OAFCollection.h#L114">Show on GitHub</a>
971997
</div>
972998
</section>
973999
</div>
@@ -977,8 +1003,8 @@ <h4>Parameters</h4>
9771003
</section>
9781004
</section>
9791005
<section id="footer">
980-
<p>&copy; 2020 <a class="link" href="https://www.nga.mil" target="_blank" rel="external">NGA</a>. All rights reserved. (Last updated: 2020-08-13)</p>
981-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
1006+
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external">NGA</a>. All rights reserved. (Last updated: 2021-03-02)</p>
1007+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
9821008
</section>
9831009
</article>
9841010
</div>

0 commit comments

Comments
 (0)