Skip to content

Commit 2b784a7

Browse files
committed
4.0.0 release
1 parent d7606dc commit 2b784a7

File tree

114 files changed

+14791
-1464
lines changed

Some content is hidden

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

114 files changed

+14791
-1464
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-
## 3.0.1 (TBD)
7+
## [4.0.0](https://github.com/ngageoint/simple-features-wkb-ios/releases/tag/4.0.0) (03-01-2021)
88

9-
* sf-ios 3.0.1
9+
* sf-ios 4.0.0
1010
* iOS platform and deployment target 12.0
1111
* Geometry reader/writer instance methods
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', '~> 3.0.1'
5+
pod 'sf-ios', '~> 4.0.0'
66

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ Open sf-wkb-ios.xcworkspace in Xcode or build from command line:
5353

5454
Run tests from Xcode or from command line:
5555

56-
xcodebuild test -workspace 'sf-wkb-ios.xcworkspace' -scheme sf-wkb-ios -destination 'platform=iOS Simulator,name=iPhone 8'
56+
xcodebuild test -workspace 'sf-wkb-ios.xcworkspace' -scheme sf-wkb-ios -destination 'platform=iOS Simulator,name=iPhone 12'
5757

5858
### Include Library ###
5959

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

7171
Include as local project:
7272

docs/docs/api/Classes.html

Lines changed: 174 additions & 46 deletions
Large diffs are not rendered by default.

docs/docs/api/Classes/SFByteReader.html

Lines changed: 160 additions & 13 deletions
Large diffs are not rendered by default.

docs/docs/api/Classes/SFByteWriter.html

Lines changed: 150 additions & 20 deletions
Large diffs are not rendered by default.

docs/docs/api/Classes/SFCentroidCurve.html

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="SFCentroidCurve Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">sf-wkb-ios 3.0.0 Docs</a> (86% documented)</p>
20+
<p><a href="../index.html">sf-wkb-ios 4.0.0 Docs</a> (90% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkb-ios"><img src="../img/gh.png"/>View on GitHub</a></p>
2222
<p class="header-right">
2323
<form role="search" action="../search.json">
@@ -78,6 +78,9 @@
7878
<li class="nav-group-task">
7979
<a href="../Classes/SFExtendedGeometryCollection.html">SFExtendedGeometryCollection</a>
8080
</li>
81+
<li class="nav-group-task">
82+
<a href="../Classes.html#/c:objc(cs)SFFiniteFilterTypes">SFFiniteFilterTypes</a>
83+
</li>
8184
<li class="nav-group-task">
8285
<a href="../Classes/SFGeometry.html">SFGeometry</a>
8386
</li>
@@ -126,6 +129,9 @@
126129
<li class="nav-group-task">
127130
<a href="../Classes/SFPoint.html">SFPoint</a>
128131
</li>
132+
<li class="nav-group-task">
133+
<a href="../Classes/SFPointFiniteFilter.html">SFPointFiniteFilter</a>
134+
</li>
129135
<li class="nav-group-task">
130136
<a href="../Classes/SFPolygon.html">SFPolygon</a>
131137
</li>
@@ -147,6 +153,9 @@
147153
<li class="nav-group-task">
148154
<a href="../Classes/SFTIN.html">SFTIN</a>
149155
</li>
156+
<li class="nav-group-task">
157+
<a href="../Classes/SFTextReader.html">SFTextReader</a>
158+
</li>
150159
<li class="nav-group-task">
151160
<a href="../Classes/SFTriangle.html">SFTriangle</a>
152161
</li>
@@ -167,6 +176,12 @@
167176
<li class="nav-group-name">
168177
<a href="../Constants.html">Constants</a>
169178
<ul class="nav-group-tasks">
179+
<li class="nav-group-task">
180+
<a href="../Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER">DEFAULT_READ_BYTE_ORDER</a>
181+
</li>
182+
<li class="nav-group-task">
183+
<a href="../Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER">DEFAULT_WRITE_BYTE_ORDER</a>
184+
</li>
170185
<li class="nav-group-task">
171186
<a href="../Constants.html#/c:@SF_CIRCULARSTRING_NAME">SF_CIRCULARSTRING_NAME</a>
172187
</li>
@@ -232,6 +247,9 @@
232247
<li class="nav-group-task">
233248
<a href="../Enums/SFEventType.html">SFEventType</a>
234249
</li>
250+
<li class="nav-group-task">
251+
<a href="../Enums/SFFiniteFilterType.html">SFFiniteFilterType</a>
252+
</li>
235253
<li class="nav-group-task">
236254
<a href="../Enums/SFGeometryType.html">SFGeometryType</a>
237255
</li>
@@ -269,7 +287,7 @@ <h1>SFCentroidCurve</h1>
269287
<p>@author osbornb</p>
270288

271289
<div class="slightly-smaller">
272-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L18-L52">Show on GitHub</a>
290+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L18-L52">Show on GitHub</a>
273291
</div>
274292
</section>
275293
<section class="section task-group-section">
@@ -309,7 +327,7 @@ <h4>Return Value</h4>
309327
<p>new instance</p>
310328
</div>
311329
<div class="slightly-smaller">
312-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L25">Show on GitHub</a>
330+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L25">Show on GitHub</a>
313331
</div>
314332
</section>
315333
</div>
@@ -367,7 +385,7 @@ <h4>Return Value</h4>
367385
<p>new instance</p>
368386
</div>
369387
<div class="slightly-smaller">
370-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L34">Show on GitHub</a>
388+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L34">Show on GitHub</a>
371389
</div>
372390
</section>
373391
</div>
@@ -422,7 +440,7 @@ <h4>Parameters</h4>
422440
</table>
423441
</div>
424442
<div class="slightly-smaller">
425-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L43">Show on GitHub</a>
443+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L43">Show on GitHub</a>
426444
</div>
427445
</section>
428446
</div>
@@ -461,7 +479,7 @@ <h4>Return Value</h4>
461479
<p>centroid point</p>
462480
</div>
463481
<div class="slightly-smaller">
464-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L50">Show on GitHub</a>
482+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidCurve.h#L50">Show on GitHub</a>
465483
</div>
466484
</section>
467485
</div>
@@ -471,8 +489,8 @@ <h4>Return Value</h4>
471489
</section>
472490
</section>
473491
<section id="footer">
474-
<p>&copy; 2020 <a class="link" href="https://www.nga.mil" target="_blank" rel="external">NGA</a>. All rights reserved. (Last updated: 2020-08-12)</p>
475-
<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>
492+
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external">NGA</a>. All rights reserved. (Last updated: 2021-03-01)</p>
493+
<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>
476494
</section>
477495
</article>
478496
</div>

docs/docs/api/Classes/SFCentroidPoint.html

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="SFCentroidPoint Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">sf-wkb-ios 3.0.0 Docs</a> (86% documented)</p>
20+
<p><a href="../index.html">sf-wkb-ios 4.0.0 Docs</a> (90% documented)</p>
2121
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-wkb-ios"><img src="../img/gh.png"/>View on GitHub</a></p>
2222
<p class="header-right">
2323
<form role="search" action="../search.json">
@@ -78,6 +78,9 @@
7878
<li class="nav-group-task">
7979
<a href="../Classes/SFExtendedGeometryCollection.html">SFExtendedGeometryCollection</a>
8080
</li>
81+
<li class="nav-group-task">
82+
<a href="../Classes.html#/c:objc(cs)SFFiniteFilterTypes">SFFiniteFilterTypes</a>
83+
</li>
8184
<li class="nav-group-task">
8285
<a href="../Classes/SFGeometry.html">SFGeometry</a>
8386
</li>
@@ -126,6 +129,9 @@
126129
<li class="nav-group-task">
127130
<a href="../Classes/SFPoint.html">SFPoint</a>
128131
</li>
132+
<li class="nav-group-task">
133+
<a href="../Classes/SFPointFiniteFilter.html">SFPointFiniteFilter</a>
134+
</li>
129135
<li class="nav-group-task">
130136
<a href="../Classes/SFPolygon.html">SFPolygon</a>
131137
</li>
@@ -147,6 +153,9 @@
147153
<li class="nav-group-task">
148154
<a href="../Classes/SFTIN.html">SFTIN</a>
149155
</li>
156+
<li class="nav-group-task">
157+
<a href="../Classes/SFTextReader.html">SFTextReader</a>
158+
</li>
150159
<li class="nav-group-task">
151160
<a href="../Classes/SFTriangle.html">SFTriangle</a>
152161
</li>
@@ -167,6 +176,12 @@
167176
<li class="nav-group-name">
168177
<a href="../Constants.html">Constants</a>
169178
<ul class="nav-group-tasks">
179+
<li class="nav-group-task">
180+
<a href="../Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER">DEFAULT_READ_BYTE_ORDER</a>
181+
</li>
182+
<li class="nav-group-task">
183+
<a href="../Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER">DEFAULT_WRITE_BYTE_ORDER</a>
184+
</li>
170185
<li class="nav-group-task">
171186
<a href="../Constants.html#/c:@SF_CIRCULARSTRING_NAME">SF_CIRCULARSTRING_NAME</a>
172187
</li>
@@ -232,6 +247,9 @@
232247
<li class="nav-group-task">
233248
<a href="../Enums/SFEventType.html">SFEventType</a>
234249
</li>
250+
<li class="nav-group-task">
251+
<a href="../Enums/SFFiniteFilterType.html">SFFiniteFilterType</a>
252+
</li>
235253
<li class="nav-group-task">
236254
<a href="../Enums/SFGeometryType.html">SFGeometryType</a>
237255
</li>
@@ -269,7 +287,7 @@ <h1>SFCentroidPoint</h1>
269287
<p>@author osbornb</p>
270288

271289
<div class="slightly-smaller">
272-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L18-L51">Show on GitHub</a>
290+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L18-L51">Show on GitHub</a>
273291
</div>
274292
</section>
275293
<section class="section task-group-section">
@@ -309,7 +327,7 @@ <h4>Return Value</h4>
309327
<p>new instance</p>
310328
</div>
311329
<div class="slightly-smaller">
312-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L25">Show on GitHub</a>
330+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L25">Show on GitHub</a>
313331
</div>
314332
</section>
315333
</div>
@@ -367,7 +385,7 @@ <h4>Return Value</h4>
367385
<p>new instance</p>
368386
</div>
369387
<div class="slightly-smaller">
370-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L34">Show on GitHub</a>
388+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L34">Show on GitHub</a>
371389
</div>
372390
</section>
373391
</div>
@@ -421,7 +439,7 @@ <h4>Parameters</h4>
421439
</table>
422440
</div>
423441
<div class="slightly-smaller">
424-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L42">Show on GitHub</a>
442+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L42">Show on GitHub</a>
425443
</div>
426444
</section>
427445
</div>
@@ -460,7 +478,7 @@ <h4>Return Value</h4>
460478
<p>centroid point</p>
461479
</div>
462480
<div class="slightly-smaller">
463-
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/3.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L49">Show on GitHub</a>
481+
<a href="https://github.com/ngageoint/simple-features-wkb-ios/tree/4.0.0/Pods/sf-ios/sf-ios/util/centroid/SFCentroidPoint.h#L49">Show on GitHub</a>
464482
</div>
465483
</section>
466484
</div>
@@ -470,8 +488,8 @@ <h4>Return Value</h4>
470488
</section>
471489
</section>
472490
<section id="footer">
473-
<p>&copy; 2020 <a class="link" href="https://www.nga.mil" target="_blank" rel="external">NGA</a>. All rights reserved. (Last updated: 2020-08-12)</p>
474-
<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>
491+
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="external">NGA</a>. All rights reserved. (Last updated: 2021-03-01)</p>
492+
<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>
475493
</section>
476494
</article>
477495
</div>

0 commit comments

Comments
 (0)