Skip to content

Commit 6b0d266

Browse files
committed
1.0.1 release
1 parent 8de02f1 commit 6b0d266

File tree

310 files changed

+12917
-11753
lines changed

Some content is hidden

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

310 files changed

+12917
-11753
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 1.0.1 (TBD)
7+
## [1.0.1](https://github.com/ngageoint/projections-ios/releases/tag/1.0.1) (11-01-2021)
88

99
* crs-ios version 1.0.1
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Include this repository by specifying it in a Podfile using a supported option.
7878
7979
Pull from [CocoaPods](https://cocoapods.org/pods/proj-ios):
8080
81-
pod 'proj-ios', '~> 1.0.0'
81+
pod 'proj-ios', '~> 1.0.1'
8282
8383
Pull from GitHub:
8484
8585
pod 'proj-ios', :git => 'https://github.com/ngageoint/projections-ios.git', :branch => 'master'
86-
pod 'proj-ios', :git => 'https://github.com/ngageoint/projections-ios.git', :tag => '1.0.0'
86+
pod 'proj-ios', :git => 'https://github.com/ngageoint/projections-ios.git', :tag => '1.0.1'
8787
8888
Include as local project:
8989

docs/docs/api/Classes.html

Lines changed: 111 additions & 94 deletions
Large diffs are not rendered by default.

docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<a title="CRSAbridgedCoordinateTransformation Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">proj-ios 1.0.0 Docs</a> (53% documented)</p>
21-
<p class="header-right"><a href="https://github.com/ngageoint/projections-ios"><img src="../img/gh.png"/>View on GitHub</a></p>
22-
<p class="header-right">
20+
<p><a href="../index.html">proj-ios 1.0.1 Docs</a> (53% documented)</p>
21+
<p class="header-right"><a href="https://github.com/ngageoint/projections-ios"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
2323
<form role="search" action="../search.json">
2424
<input type="text" placeholder="Search documentation" data-typeahead>
2525
</form>
26-
</p>
26+
</div>
2727
</div>
2828
</header>
2929
<div class="content-wrapper">
3030
<p id="breadcrumbs">
3131
<a href="../index.html">proj-ios Reference</a>
32-
<img id="carat" src="../img/carat.png" />
32+
<img id="carat" src="../img/carat.png" alt=""/>
3333
CRSAbridgedCoordinateTransformation Class Reference
3434
</p>
3535
</div>
@@ -500,6 +500,9 @@
500500
<li class="nav-group-task">
501501
<a href="../Constants.html#/c:@CRS_PROJ_AXIS_WEST">CRS_PROJ_AXIS_WEST</a>
502502
</li>
503+
<li class="nav-group-task">
504+
<a href="../Constants.html#/c:@CRS_PROJ_AXIS_WEST_SOUTH_UP">CRS_PROJ_AXIS_WEST_SOUTH_UP</a>
505+
</li>
503506
<li class="nav-group-task">
504507
<a href="../Constants.html#/c:@CRS_PROJ_NAME_AEA">CRS_PROJ_NAME_AEA</a>
505508
</li>
@@ -632,6 +635,18 @@
632635
<li class="nav-group-task">
633636
<a href="../Constants.html#/c:@CRS_PROJ_PARAM_ZONE">CRS_PROJ_PARAM_ZONE</a>
634637
</li>
638+
<li class="nav-group-task">
639+
<a href="../Constants.html#/c:@CRS_PROJ_PSEUDO_MERCATOR">CRS_PROJ_PSEUDO_MERCATOR</a>
640+
</li>
641+
<li class="nav-group-task">
642+
<a href="../Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR">CRS_PROJ_SWISS_OBLIQUE_MERCATOR</a>
643+
</li>
644+
<li class="nav-group-task">
645+
<a href="../Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT">CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT</a>
646+
</li>
647+
<li class="nav-group-task">
648+
<a href="../Constants.html#/c:@CRS_PROJ_UNITS_DEGREE">CRS_PROJ_UNITS_DEGREE</a>
649+
</li>
635650
<li class="nav-group-task">
636651
<a href="../Constants.html#/c:@CRS_PROJ_UNITS_FOOT">CRS_PROJ_UNITS_FOOT</a>
637652
</li>
@@ -641,6 +656,9 @@
641656
<li class="nav-group-task">
642657
<a href="../Constants.html#/c:@CRS_PROJ_UNITS_US_SURVEY_FOOT">CRS_PROJ_UNITS_US_SURVEY_FOOT</a>
643658
</li>
659+
<li class="nav-group-task">
660+
<a href="../Constants.html#/c:@CRS_PROJ_UTM_ZONE">CRS_PROJ_UTM_ZONE</a>
661+
</li>
644662
<li class="nav-group-task">
645663
<a href="../Constants.html#/c:@CRS_TYPE_BOUND_NAME">CRS_TYPE_BOUND_NAME</a>
646664
</li>
@@ -1530,7 +1548,7 @@ <h1>CRSAbridgedCoordinateTransformation</h1>
15301548
<p>Abridged Coordinate Transformation</p>
15311549

15321550
<div class="slightly-smaller">
1533-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L16-L74">Show on GitHub</a>
1551+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L16-L74">Show on GitHub</a>
15341552
</div>
15351553
</section>
15361554
<section class="section task-group-section">
@@ -1566,7 +1584,7 @@ <h4>Declaration</h4>
15661584
</div>
15671585
</div>
15681586
<div class="slightly-smaller">
1569-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L21">Show on GitHub</a>
1587+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L21">Show on GitHub</a>
15701588
</div>
15711589
</section>
15721590
</div>
@@ -1601,7 +1619,7 @@ <h4>Declaration</h4>
16011619
</div>
16021620
</div>
16031621
<div class="slightly-smaller">
1604-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L26">Show on GitHub</a>
1622+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L26">Show on GitHub</a>
16051623
</div>
16061624
</section>
16071625
</div>
@@ -1636,7 +1654,7 @@ <h4>Declaration</h4>
16361654
</div>
16371655
</div>
16381656
<div class="slightly-smaller">
1639-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L31">Show on GitHub</a>
1657+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L31">Show on GitHub</a>
16401658
</div>
16411659
</section>
16421660
</div>
@@ -1671,7 +1689,7 @@ <h4>Declaration</h4>
16711689
</div>
16721690
</div>
16731691
<div class="slightly-smaller">
1674-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L36">Show on GitHub</a>
1692+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L36">Show on GitHub</a>
16751693
</div>
16761694
</section>
16771695
</div>
@@ -1706,7 +1724,7 @@ <h4>Declaration</h4>
17061724
</div>
17071725
</div>
17081726
<div class="slightly-smaller">
1709-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L41">Show on GitHub</a>
1727+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L41">Show on GitHub</a>
17101728
</div>
17111729
</section>
17121730
</div>
@@ -1741,7 +1759,7 @@ <h4>Declaration</h4>
17411759
</div>
17421760
</div>
17431761
<div class="slightly-smaller">
1744-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L46">Show on GitHub</a>
1762+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L46">Show on GitHub</a>
17451763
</div>
17461764
</section>
17471765
</div>
@@ -1780,7 +1798,7 @@ <h4>Return Value</h4>
17801798
<p>new instance</p>
17811799
</div>
17821800
<div class="slightly-smaller">
1783-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L53">Show on GitHub</a>
1801+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L53">Show on GitHub</a>
17841802
</div>
17851803
</section>
17861804
</div>
@@ -1819,7 +1837,7 @@ <h4>Return Value</h4>
18191837
<p>new instance</p>
18201838
</div>
18211839
<div class="slightly-smaller">
1822-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L60">Show on GitHub</a>
1840+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L60">Show on GitHub</a>
18231841
</div>
18241842
</section>
18251843
</div>
@@ -1890,7 +1908,7 @@ <h4>Return Value</h4>
18901908
<p>new instance</p>
18911909
</div>
18921910
<div class="slightly-smaller">
1893-
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.0/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L72">Show on GitHub</a>
1911+
<a href="https://github.com/ngageoint/projections-ios/tree/1.0.1/Pods/crs-ios/crs-ios/bound/CRSAbridgedCoordinateTransformation.h#L72">Show on GitHub</a>
18941912
</div>
18951913
</section>
18961914
</div>
@@ -1900,11 +1918,10 @@ <h4>Return Value</h4>
19001918
</section>
19011919
</section>
19021920
<section id="footer">
1903-
<p>&copy; 2021 <a class="link" href="https://www.nga.mil" target="_blank" rel="noopener" rel="external">NGA</a>. All rights reserved. (Last updated: 2021-09-16)</p>
1904-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="noopener" rel="external">jazzy ♪♫ v0.14.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="noopener" rel="external">Realm</a> project.</p>
1921+
<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>
1922+
<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>
19051923
</section>
19061924
</article>
19071925
</div>
19081926
</body>
1909-
</div>
19101927
</html>

0 commit comments

Comments
 (0)