Skip to content

Commit

Permalink
4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Sep 6, 2022
1 parent a3f4019 commit 94ef682
Show file tree
Hide file tree
Showing 105 changed files with 33,484 additions and 3,009 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 4.1.0 (TBD)
## [4.1.0](https://github.com/ngageoint/simple-features-ios/releases/tag/4.1.0) (09-06-2022)

* TBD
* Static creation shortcut methods
* Copy initializers
* Geometry utility intersections, distance, bearings, conversions, envelopes, crop, equal, contains, and bound
* GeometryEnvelope modified to Secure Coding
* GeometryEnvelope value setters, directionals, mids, centroid, empty, contains, and build geometry

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ Include this repository by specifying it in a Podfile using a supported option.

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

pod 'sf-ios', '~> 4.0.1'
pod 'sf-ios', '~> 4.1.0'

Pull from GitHub:

pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :branch => 'master'
pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '4.0.1'
pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '4.1.0'

Include as local project:

Expand Down
174 changes: 128 additions & 46 deletions docs/docs/api/Classes.html

Large diffs are not rendered by default.

73 changes: 59 additions & 14 deletions docs/docs/api/Classes/SFByteReader.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="SFByteReader Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">sf-ios 4.0.1 Docs</a> (88% documented)</p>
<p><a href="../index.html">sf-ios 4.1.0 Docs</a> (92% documented)</p>
<p class="header-right"><a href="https://github.com/ngageoint/simple-features-ios"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -90,6 +90,9 @@
<li class="nav-group-task">
<a href="../Classes/SFGeometryCollection.html">SFGeometryCollection</a>
</li>
<li class="nav-group-task">
<a href="../Classes.html#/c:objc(cs)SFGeometryConstants">SFGeometryConstants</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SFGeometryEnvelope.html">SFGeometryEnvelope</a>
</li>
Expand Down Expand Up @@ -173,6 +176,18 @@
<li class="nav-group-task">
<a href="../Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER">DEFAULT_WRITE_BYTE_ORDER</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_BEARING_EAST">SF_BEARING_EAST</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_BEARING_NORTH">SF_BEARING_NORTH</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_BEARING_SOUTH">SF_BEARING_SOUTH</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_BEARING_WEST">SF_BEARING_WEST</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_CIRCULARSTRING_NAME">SF_CIRCULARSTRING_NAME</a>
</li>
Expand All @@ -185,6 +200,18 @@
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_CURVE_NAME">SF_CURVE_NAME</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON">SF_DEFAULT_EQUAL_EPSILON</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_DEFAULT_LINE_EPSILON">SF_DEFAULT_LINE_EPSILON</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT">SF_DEGREES_TO_METERS_MIN_LAT</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_DEGREES_TO_RADIANS">SF_DEGREES_TO_RADIANS</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME">SF_GEOMETRYCOLLECTION_NAME</a>
</li>
Expand Down Expand Up @@ -221,6 +248,9 @@
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME">SF_POLYHEDRALSURFACE_NAME</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_RADIANS_TO_DEGREES">SF_RADIANS_TO_DEGREES</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_SURFACE_NAME">SF_SURFACE_NAME</a>
</li>
Expand All @@ -230,6 +260,21 @@
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_TRIANGLE_NAME">SF_TRIANGLE_NAME</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH">SF_WEB_MERCATOR_HALF_WORLD_WIDTH</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE">SF_WEB_MERCATOR_MAX_LAT_RANGE</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE">SF_WEB_MERCATOR_MIN_LAT_RANGE</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT">SF_WGS84_HALF_WORLD_LAT_HEIGHT</a>
</li>
<li class="nav-group-task">
<a href="../Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH">SF_WGS84_HALF_WORLD_LON_WIDTH</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -275,7 +320,7 @@ <h1>SFByteReader</h1>
<p>Read through byte data</p>

<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L19-L94">Show on GitHub</a>
</div>
</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -311,7 +356,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L24">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -346,7 +391,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -381,7 +426,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L34">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -439,7 +484,7 @@ <h4>Return Value</h4>
<p>new byte reader</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L43">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -510,7 +555,7 @@ <h4>Return Value</h4>
<p>new byte reader</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L53">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -568,7 +613,7 @@ <h4>Return Value</h4>
<p>string value</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L62">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -607,7 +652,7 @@ <h4>Return Value</h4>
<p>byte</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L69">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -665,7 +710,7 @@ <h4>Return Value</h4>
<p>data value</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L78">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -704,7 +749,7 @@ <h4>Return Value</h4>
<p>integer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L85">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -743,7 +788,7 @@ <h4>Return Value</h4>
<p>double</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.0.1/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
<a href="https://github.com/ngageoint/simple-features-ios/tree/4.1.0/sf-ios/util/SFByteReader.h#L92">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -753,8 +798,8 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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-06)</p>
<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>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit 94ef682

Please sign in to comment.