Skip to content

Commit c164beb

Browse files
committed
4.1.0 release
1 parent 77824e7 commit c164beb

File tree

170 files changed

+42349
-3882
lines changed

Some content is hidden

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

170 files changed

+42349
-3882
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.2 (TBD)
7+
## [4.1.0](https://github.com/ngageoint/ogc-api-features-json-ios/releases/tag/4.1.0) (09-07-2022)
88

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

1111
## [4.0.1](https://github.com/ngageoint/ogc-api-features-json-ios/releases/tag/4.0.1) (02-10-2022)
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.2'
5+
pod 'sf-geojson-ios', '~> 4.1.0'
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.1'
63+
pod 'ogc-api-features-json-ios', '~> 4.1.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 => '4.0.1'
68+
pod 'ogc-api-features-json-ios', :git => 'https://github.com/ngageoint/ogc-api-features-json-ios.git', :tag => '4.1.0'
6969

7070
Include as local project:
7171

docs/docs/api/Classes.html

+153-71
Large diffs are not rendered by default.

docs/docs/api/Classes/OAFCollection.html

+61-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 4.0.1 Docs</a> (89% documented)</p>
20+
<p><a href="../index.html">ogc-api-features-json-ios 4.1.0 Docs</a> (92% 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">
@@ -165,6 +165,9 @@
165165
<li class="nav-group-task">
166166
<a href="../Classes/SFGeometryCollection.html">SFGeometryCollection</a>
167167
</li>
168+
<li class="nav-group-task">
169+
<a href="../Classes.html#/c:objc(cs)SFGeometryConstants">SFGeometryConstants</a>
170+
</li>
168171
<li class="nav-group-task">
169172
<a href="../Classes/SFGeometryEnvelope.html">SFGeometryEnvelope</a>
170173
</li>
@@ -362,6 +365,18 @@
362365
<li class="nav-group-task">
363366
<a href="../Constants.html#/c:@SFG_TYPE_FEATURE_COLLECTION">SFG_TYPE_FEATURE_COLLECTION</a>
364367
</li>
368+
<li class="nav-group-task">
369+
<a href="../Constants.html#/c:@SF_BEARING_EAST">SF_BEARING_EAST</a>
370+
</li>
371+
<li class="nav-group-task">
372+
<a href="../Constants.html#/c:@SF_BEARING_NORTH">SF_BEARING_NORTH</a>
373+
</li>
374+
<li class="nav-group-task">
375+
<a href="../Constants.html#/c:@SF_BEARING_SOUTH">SF_BEARING_SOUTH</a>
376+
</li>
377+
<li class="nav-group-task">
378+
<a href="../Constants.html#/c:@SF_BEARING_WEST">SF_BEARING_WEST</a>
379+
</li>
365380
<li class="nav-group-task">
366381
<a href="../Constants.html#/c:@SF_CIRCULARSTRING_NAME">SF_CIRCULARSTRING_NAME</a>
367382
</li>
@@ -374,6 +389,18 @@
374389
<li class="nav-group-task">
375390
<a href="../Constants.html#/c:@SF_CURVE_NAME">SF_CURVE_NAME</a>
376391
</li>
392+
<li class="nav-group-task">
393+
<a href="../Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON">SF_DEFAULT_EQUAL_EPSILON</a>
394+
</li>
395+
<li class="nav-group-task">
396+
<a href="../Constants.html#/c:@SF_DEFAULT_LINE_EPSILON">SF_DEFAULT_LINE_EPSILON</a>
397+
</li>
398+
<li class="nav-group-task">
399+
<a href="../Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT">SF_DEGREES_TO_METERS_MIN_LAT</a>
400+
</li>
401+
<li class="nav-group-task">
402+
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
403+
</li>
377404
<li class="nav-group-task">
378405
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
379406
</li>
@@ -410,6 +437,9 @@
410437
<li class="nav-group-task">
411438
<a href="../Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME">SF_POLYHEDRALSURFACE_NAME</a>
412439
</li>
440+
<li class="nav-group-task">
441+
<a href="../Constants.html#/c:@SF_RADIANS_TO_DEGREES">SF_RADIANS_TO_DEGREES</a>
442+
</li>
413443
<li class="nav-group-task">
414444
<a href="../Constants.html#/c:@SF_SURFACE_NAME">SF_SURFACE_NAME</a>
415445
</li>
@@ -419,6 +449,21 @@
419449
<li class="nav-group-task">
420450
<a href="../Constants.html#/c:@SF_TRIANGLE_NAME">SF_TRIANGLE_NAME</a>
421451
</li>
452+
<li class="nav-group-task">
453+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH">SF_WEB_MERCATOR_HALF_WORLD_WIDTH</a>
454+
</li>
455+
<li class="nav-group-task">
456+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE">SF_WEB_MERCATOR_MAX_LAT_RANGE</a>
457+
</li>
458+
<li class="nav-group-task">
459+
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE">SF_WEB_MERCATOR_MIN_LAT_RANGE</a>
460+
</li>
461+
<li class="nav-group-task">
462+
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT">SF_WGS84_HALF_WORLD_LAT_HEIGHT</a>
463+
</li>
464+
<li class="nav-group-task">
465+
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH">SF_WGS84_HALF_WORLD_LON_WIDTH</a>
466+
</li>
422467
</ul>
423468
</li>
424469
<li class="nav-group-name">
@@ -467,7 +512,7 @@ <h1>OAFCollection</h1>
467512
<p>Collection</p>
468513

469514
<div class="slightly-smaller">
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>
515+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L36-L116">Show on GitHub</a>
471516
</div>
472517
</section>
473518
<section class="section task-group-section">
@@ -503,7 +548,7 @@ <h4>Declaration</h4>
503548
</div>
504549
</div>
505550
<div class="slightly-smaller">
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>
551+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L41">Show on GitHub</a>
507552
</div>
508553
</section>
509554
</div>
@@ -538,7 +583,7 @@ <h4>Declaration</h4>
538583
</div>
539584
</div>
540585
<div class="slightly-smaller">
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>
586+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L46">Show on GitHub</a>
542587
</div>
543588
</section>
544589
</div>
@@ -573,7 +618,7 @@ <h4>Declaration</h4>
573618
</div>
574619
</div>
575620
<div class="slightly-smaller">
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>
621+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L51">Show on GitHub</a>
577622
</div>
578623
</section>
579624
</div>
@@ -608,7 +653,7 @@ <h4>Declaration</h4>
608653
</div>
609654
</div>
610655
<div class="slightly-smaller">
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>
656+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L56">Show on GitHub</a>
612657
</div>
613658
</section>
614659
</div>
@@ -643,7 +688,7 @@ <h4>Declaration</h4>
643688
</div>
644689
</div>
645690
<div class="slightly-smaller">
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>
691+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L61">Show on GitHub</a>
647692
</div>
648693
</section>
649694
</div>
@@ -679,7 +724,7 @@ <h4>Declaration</h4>
679724
</div>
680725
</div>
681726
<div class="slightly-smaller">
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>
727+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L67">Show on GitHub</a>
683728
</div>
684729
</section>
685730
</div>
@@ -715,7 +760,7 @@ <h4>Declaration</h4>
715760
</div>
716761
</div>
717762
<div class="slightly-smaller">
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>
763+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L73">Show on GitHub</a>
719764
</div>
720765
</section>
721766
</div>
@@ -754,7 +799,7 @@ <h4>Return Value</h4>
754799
<p>new collection</p>
755800
</div>
756801
<div class="slightly-smaller">
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>
802+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L80">Show on GitHub</a>
758803
</div>
759804
</section>
760805
</div>
@@ -812,7 +857,7 @@ <h4>Return Value</h4>
812857
<p>new collection</p>
813858
</div>
814859
<div class="slightly-smaller">
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>
860+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L89">Show on GitHub</a>
816861
</div>
817862
</section>
818863
</div>
@@ -870,7 +915,7 @@ <h4>Return Value</h4>
870915
<p>new collection</p>
871916
</div>
872917
<div class="slightly-smaller">
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>
918+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L98">Show on GitHub</a>
874919
</div>
875920
</section>
876921
</div>
@@ -924,7 +969,7 @@ <h4>Parameters</h4>
924969
</table>
925970
</div>
926971
<div class="slightly-smaller">
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>
972+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L106">Show on GitHub</a>
928973
</div>
929974
</section>
930975
</div>
@@ -978,7 +1023,7 @@ <h4>Parameters</h4>
9781023
</table>
9791024
</div>
9801025
<div class="slightly-smaller">
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>
1026+
<a href="https://github.com/ngageoint/ogc-api-features-json-ios/tree/4.1.0/ogc-api-features-json-ios/OAFCollection.h#L114">Show on GitHub</a>
9821027
</div>
9831028
</section>
9841029
</div>
@@ -988,8 +1033,8 @@ <h4>Parameters</h4>
9881033
</section>
9891034
</section>
9901035
<section id="footer">
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>
992-
<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>
1036+
<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>
1037+
<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>
9931038
</section>
9941039
</article>
9951040
</div>

0 commit comments

Comments
 (0)