Skip to content

Commit 09049e0

Browse files
committed
1.0.1 release
1 parent 6d7f520 commit 09049e0

21 files changed

Lines changed: 2077 additions & 155 deletions

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/geopackage-wkt-java/releases/tag/1.0.1) (03-03-2021)
88

99
* simple-features-java version 2.0.4
1010
* Geometry reader/writer instance methods

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ String text = GeometryWriter.writeGeometry(geometry);
4040

4141
### Installation ###
4242

43-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkt|1.0.0|jar) (JAR, POM, Source, Javadoc)
43+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkt|1.0.1|jar) (JAR, POM, Source, Javadoc)
4444

4545
```xml
4646

4747
<dependency>
4848
<groupId>mil.nga.sf</groupId>
4949
<artifactId>sf-wkt</artifactId>
50-
<version>1.0.0</version>
50+
<version>1.0.1</version>
5151
</dependency>
5252

5353
```
5454

5555
### Build ###
5656

57-
[![Build & Test](https://github.com/ngageoint/simple-features-wkt-java/workflows/Build%20&%20Test/badge.svg)](https://github.com/ngageoint/simple-features-wkt-java/actions?query=workflow%3A%22Build+%26+Test%22)
57+
[![Build & Test](https://github.com/ngageoint/simple-features-wkt-java/workflows/Build%20&%20Test/badge.svg)](https://github.com/ngageoint/simple-features-wkt-java/actions/workflows/build-test.yml)
5858

5959
Build this repository using Eclipse and/or Maven:
6060

docs/docs/api/allclasses-frame.html

Lines changed: 3 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 (1.8.0_231) on Mon Jul 13 06:40:51 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 08:27:56 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features Well-Known Text 1.0.0 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>All Classes (Simple Features Well-Known Text 1.0.1 API)</title>
8+
<meta name="date" content="2021-03-03">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/docs/api/allclasses-noframe.html

Lines changed: 3 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 (1.8.0_231) on Mon Jul 13 06:40:51 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 08:27:56 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features Well-Known Text 1.0.0 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>All Classes (Simple Features Well-Known Text 1.0.1 API)</title>
8+
<meta name="date" content="2021-03-03">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/docs/api/constant-values.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:40:51 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 08:27:55 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (Simple Features Well-Known Text 1.0.0 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>Constant Field Values (Simple Features Well-Known Text 1.0.1 API)</title>
8+
<meta name="date" content="2021-03-03">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Constant Field Values (Simple Features Well-Known Text 1.0.0 API)";
16+
parent.document.title="Constant Field Values (Simple Features Well-Known Text 1.0.1 API)";
1717
}
1818
}
1919
catch(err) {
@@ -119,6 +119,6 @@ <h2 title="Contents">Contents</h2>
119119
<!-- -->
120120
</a></div>
121121
<!-- ======== END OF BOTTOM NAVBAR ======= -->
122-
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
122+
<p class="legalCopy"><small>Copyright &#169; 2021 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
123123
</body>
124124
</html>

docs/docs/api/deprecated-list.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:40:51 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 08:27:56 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (Simple Features Well-Known Text 1.0.0 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>Deprecated List (Simple Features Well-Known Text 1.0.1 API)</title>
8+
<meta name="date" content="2021-03-03">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Deprecated List (Simple Features Well-Known Text 1.0.0 API)";
16+
parent.document.title="Deprecated List (Simple Features Well-Known Text 1.0.1 API)";
1717
}
1818
}
1919
catch(err) {
@@ -119,6 +119,6 @@ <h2 title="Contents">Contents</h2>
119119
<!-- -->
120120
</a></div>
121121
<!-- ======== END OF BOTTOM NAVBAR ======= -->
122-
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
122+
<p class="legalCopy"><small>Copyright &#169; 2021 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
123123
</body>
124124
</html>

docs/docs/api/help-doc.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:40:51 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 08:27:56 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (Simple Features Well-Known Text 1.0.0 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>API Help (Simple Features Well-Known Text 1.0.1 API)</title>
8+
<meta name="date" content="2021-03-03">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="API Help (Simple Features Well-Known Text 1.0.0 API)";
16+
parent.document.title="API Help (Simple Features Well-Known Text 1.0.1 API)";
1717
}
1818
}
1919
catch(err) {
@@ -220,6 +220,6 @@ <h2>Constant Field Values</h2>
220220
<!-- -->
221221
</a></div>
222222
<!-- ======== END OF BOTTOM NAVBAR ======= -->
223-
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
223+
<p class="legalCopy"><small>Copyright &#169; 2021 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
224224
</body>
225225
</html>

0 commit comments

Comments
 (0)