Skip to content

Commit cb12c5d

Browse files
committed
1.1.3 release
1 parent 9bd6d32 commit cb12c5d

File tree

213 files changed

+1639
-894
lines changed

Some content is hidden

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

213 files changed

+1639
-894
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.1.3 (TBD)
7+
## [1.1.3](https://github.com/ngageoint/coordinate-reference-systems-java/releases/tag/1.1.3) (03-17-2022)
88

99
* CRS Reader ignore non whitespace space characters such as 'NO-BREAK SPACE'
1010
* CRS Reader error handling while reading separator when no tokens remain

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ String projTextFromWKT = ProjParser.paramsText(wkt);
132132

133133
### Installation ###
134134

135-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|crs|1.1.2|jar) (JAR, POM, Source, Javadoc)
135+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|crs|1.1.3|jar) (JAR, POM, Source, Javadoc)
136136

137137
```xml
138138

139139
<dependency>
140140
<groupId>mil.nga</groupId>
141141
<artifactId>crs</artifactId>
142-
<version>1.1.2</version>
142+
<version>1.1.3</version>
143143
</dependency>
144144

145145
```

docs/docs/api/allclasses-index.html

Lines changed: 75 additions & 62 deletions
Large diffs are not rendered by default.

docs/docs/api/allclasses.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
6-
<title>All Classes (Coordinate Reference Systems 1.1.1 API)</title>
5+
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
6+
<title>All Classes (Coordinate Reference Systems 1.1.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2022-02-03">
8+
<meta name="dc.created" content="2022-03-17">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -38,6 +38,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
3838
<li><a href="mil/nga/crs/CRS.html" title="class in mil.nga.crs">CRS</a></li>
3939
<li><a href="mil/nga/crs/CRSException.html" title="class in mil.nga.crs">CRSException</a></li>
4040
<li><a href="mil/nga/crs/wkt/CRSKeyword.html" title="enum in mil.nga.crs.wkt">CRSKeyword</a></li>
41+
<li><a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></li>
4142
<li><a href="mil/nga/crs/wkt/CRSReader.html" title="class in mil.nga.crs.wkt">CRSReader</a></li>
4243
<li><a href="mil/nga/crs/CRSType.html" title="enum in mil.nga.crs">CRSType</a></li>
4344
<li><a href="mil/nga/crs/wkt/CRSWriter.html" title="class in mil.nga.crs.wkt">CRSWriter</a></li>

docs/docs/api/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
6-
<title>All Packages (Coordinate Reference Systems 1.1.1 API)</title>
5+
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
6+
<title>All Packages (Coordinate Reference Systems 1.1.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2022-02-03">
8+
<meta name="dc.created" content="2022-03-17">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="All Packages (Coordinate Reference Systems 1.1.1 API)";
24+
parent.document.title="All Packages (Coordinate Reference Systems 1.1.3 API)";
2525
}
2626
}
2727
catch(err) {

docs/docs/api/constant-values.html

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
6-
<title>Constant Field Values (Coordinate Reference Systems 1.1.1 API)</title>
5+
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
6+
<title>Constant Field Values (Coordinate Reference Systems 1.1.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2022-02-03">
8+
<meta name="dc.created" content="2022-03-17">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Constant Field Values (Coordinate Reference Systems 1.1.1 API)";
24+
parent.document.title="Constant Field Values (Coordinate Reference Systems 1.1.3 API)";
2525
}
2626
}
2727
catch(err) {
@@ -600,6 +600,25 @@ <h2 title="mil.nga">mil.nga.*</h2>
600600
<ul class="blockList">
601601
<li class="blockList">
602602
<table class="constantsSummary">
603+
<caption><span>mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></span><span class="tabEnd">&nbsp;</span></caption>
604+
<tr>
605+
<th class="colFirst" scope="col">Modifier and Type</th>
606+
<th class="colSecond" scope="col">Constant Field</th>
607+
<th class="colLast" scope="col">Value</th>
608+
</tr>
609+
<tbody>
610+
<tr class="altColor">
611+
<td class="colFirst"><a id="mil.nga.crs.wkt.CRSPretty.COMMAND_PROMPT">
612+
<!-- -->
613+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
614+
<th class="colSecond" scope="row"><code><a href="mil/nga/crs/wkt/CRSPretty.html#COMMAND_PROMPT">COMMAND_PROMPT</a></code></th>
615+
<td class="colLast"><code>"wkt&gt; "</code></td>
616+
</tr>
617+
</tbody>
618+
</table>
619+
</li>
620+
<li class="blockList">
621+
<table class="constantsSummary">
603622
<caption><span>mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/WKTConstants.html" title="class in mil.nga.crs.wkt">WKTConstants</a></span><span class="tabEnd">&nbsp;</span></caption>
604623
<tr>
605624
<th class="colFirst" scope="col">Modifier and Type</th>

docs/docs/api/deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
6-
<title>Deprecated List (Coordinate Reference Systems 1.1.1 API)</title>
5+
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
6+
<title>Deprecated List (Coordinate Reference Systems 1.1.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2022-02-03">
8+
<meta name="dc.created" content="2022-03-17">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Deprecated List (Coordinate Reference Systems 1.1.1 API)";
24+
parent.document.title="Deprecated List (Coordinate Reference Systems 1.1.3 API)";
2525
}
2626
}
2727
catch(err) {

docs/docs/api/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
6-
<title>API Help (Coordinate Reference Systems 1.1.1 API)</title>
5+
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
6+
<title>API Help (Coordinate Reference Systems 1.1.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2022-02-03">
8+
<meta name="dc.created" content="2022-03-17">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="API Help (Coordinate Reference Systems 1.1.1 API)";
24+
parent.document.title="API Help (Coordinate Reference Systems 1.1.3 API)";
2525
}
2626
}
2727
catch(err) {

docs/docs/api/index-all.html

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
6-
<title>Index (Coordinate Reference Systems 1.1.1 API)</title>
5+
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
6+
<title>Index (Coordinate Reference Systems 1.1.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2022-02-03">
8+
<meta name="dc.created" content="2022-03-17">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Index (Coordinate Reference Systems 1.1.1 API)";
24+
parent.document.title="Index (Coordinate Reference Systems 1.1.3 API)";
2525
}
2626
}
2727
catch(err) {
@@ -682,6 +682,10 @@ <h2 class="title">C</h2>
682682
<dd>
683683
<div class="block">columnPositive</div>
684684
</dd>
685+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#COMMAND_PROMPT">COMMAND_PROMPT</a></span> - Static variable in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
686+
<dd>
687+
<div class="block">Command prompt</div>
688+
</dd>
685689
<dt><a href="mil/nga/crs/CommonCRS.html" title="class in mil.nga.crs"><span class="typeNameLink">CommonCRS</span></a> - Class in <a href="mil/nga/crs/package-summary.html">mil.nga.crs</a></dt>
686690
<dd>
687691
<div class="block">Common coordinate reference system and coordinate operations object</div>
@@ -904,6 +908,19 @@ <h2 class="title">C</h2>
904908
<dd>
905909
<div class="block">Coordinate Reference System Keyword</div>
906910
</dd>
911+
<dt><a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt"><span class="typeNameLink">CRSPretty</span></a> - Class in <a href="mil/nga/crs/wkt/package-summary.html">mil.nga.crs.wkt</a></dt>
912+
<dd>
913+
<div class="block">Parse OGC Coordinate Reference System Well-Known Text (1|2) and pretty print
914+
Coordinate Reference System Well-Known Text 2 and PROJ params
915+
916+
To run from command line:
917+
918+
java -jar name.jar +usage_arguments
919+
920+
java -classpath name.jar mil.nga.crs.wkt.CRSPretty +usage_arguments</div>
921+
</dd>
922+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#%3Cinit%3E()">CRSPretty()</a></span> - Constructor for class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
923+
<dd>&nbsp;</dd>
907924
<dt><a href="mil/nga/crs/wkt/CRSReader.html" title="class in mil.nga.crs.wkt"><span class="typeNameLink">CRSReader</span></a> - Class in <a href="mil/nga/crs/wkt/package-summary.html">mil.nga.crs.wkt</a></dt>
908925
<dd>
909926
<div class="block">Well-Known Text reader</div>
@@ -3340,6 +3357,14 @@ <h2 class="title">I</h2>
33403357
<dd>
33413358
<div class="block">Is the Coordinate System Type an ordinal or temporal date time type</div>
33423359
</dd>
3360+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#isQuoteCharacter(char)">isQuoteCharacter(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
3361+
<dd>
3362+
<div class="block">Check if the character is a quote character</div>
3363+
</dd>
3364+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/TextReader.html#isQuoteCharacter(char)">isQuoteCharacter(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/TextReader.html" title="class in mil.nga.crs.wkt">TextReader</a></dt>
3365+
<dd>
3366+
<div class="block">Check if the character is a quote character</div>
3367+
</dd>
33433368
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/WKTUtils.html#isRightDelimiter(java.lang.String)">isRightDelimiter(String)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/WKTUtils.html" title="class in mil.nga.crs.wkt">WKTUtils</a></dt>
33443369
<dd>
33453370
<div class="block">Is the text a right delimiter</div>
@@ -3364,6 +3389,15 @@ <h2 class="title">I</h2>
33643389
<dd>
33653390
<div class="block">Is the time zone UTC</div>
33663391
</dd>
3392+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/TextReader.html#isTokenCharacter(char)">isTokenCharacter(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/TextReader.html" title="class in mil.nga.crs.wkt">TextReader</a></dt>
3393+
<dd>
3394+
<div class="block">Check if the character is a contiguous block token character: ( [a-z] |
3395+
[A-Z] | [0-9] | - | .</div>
3396+
</dd>
3397+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/TextReader.html#isWhitespace(char)">isWhitespace(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/TextReader.html" title="class in mil.nga.crs.wkt">TextReader</a></dt>
3398+
<dd>
3399+
<div class="block">Check if the character is whitespace or a space character</div>
3400+
</dd>
33673401
<dt><span class="memberNameLink"><a href="mil/nga/crs/util/proj/ProjParams.html#isWktext()">isWktext()</a></span> - Method in class mil.nga.crs.util.proj.<a href="mil/nga/crs/util/proj/ProjParams.html" title="class in mil.nga.crs.util.proj">ProjParams</a></dt>
33683402
<dd>
33693403
<div class="block">Is the wktext parameter enabled</div>
@@ -3541,6 +3575,10 @@ <h2 class="title">M</h2>
35413575
<dd>
35423576
<div class="block">Madrid</div>
35433577
</dd>
3578+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#main(java.lang.String%5B%5D)">main(String[])</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
3579+
<dd>
3580+
<div class="block">Main method to generate tiles in a GeoPackage</div>
3581+
</dd>
35443582
<dt><span class="memberNameLink"><a href="mil/nga/crs/operation/OperationType.html#MAP_PROJECTION">MAP_PROJECTION</a></span> - mil.nga.crs.operation.<a href="mil/nga/crs/operation/OperationType.html" title="enum in mil.nga.crs.operation">OperationType</a></dt>
35453583
<dd>
35463584
<div class="block">Map Projection</div>
@@ -4272,6 +4310,10 @@ <h2 class="title">P</h2>
42724310
<dd>
42734311
<div class="block">Parse the text into a Date Time</div>
42744312
</dd>
4313+
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#parseAndPrint(java.lang.String)">parseAndPrint(String)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
4314+
<dd>
4315+
<div class="block">Project coordinates</div>
4316+
</dd>
42754317
<dt><span class="memberNameLink"><a href="mil/nga/crs/common/Units.html#PARTS_PER_MILLION">PARTS_PER_MILLION</a></span> - mil.nga.crs.common.<a href="mil/nga/crs/common/Units.html" title="enum in mil.nga.crs.common">Units</a></dt>
42764318
<dd>
42774319
<div class="block">Parts per million unit</div>

docs/docs/api/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
6-
<title>Overview (Coordinate Reference Systems 1.1.1 API)</title>
5+
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
6+
<title>Overview (Coordinate Reference Systems 1.1.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2022-02-03">
8+
<meta name="dc.created" content="2022-03-17">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Overview (Coordinate Reference Systems 1.1.1 API)";
24+
parent.document.title="Overview (Coordinate Reference Systems 1.1.3 API)";
2525
}
2626
}
2727
catch(err) {
@@ -93,7 +93,7 @@
9393
</nav>
9494
</header>
9595
<div class="header">
96-
<h1 class="title">Coordinate Reference Systems 1.1.1 API</h1>
96+
<h1 class="title">Coordinate Reference Systems 1.1.3 API</h1>
9797
</div>
9898
<main role="main">
9999
<div class="contentContainer">

0 commit comments

Comments
 (0)