Skip to content

Commit d479746

Browse files
committed
2.0.3 release
1 parent f78a122 commit d479746

25 files changed

Lines changed: 1121 additions & 234 deletions

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 2.0.3 (TBD)
7+
## [2.0.3](https://github.com/ngageoint/simple-features-wkb-java/releases/tag/2.0.3) (07-13-2020)
88

9-
* TBD
9+
* simple-features-java version 2.0.3
10+
* Geometry reader/writer shortcut support directly between bytes and geometries
11+
* Geometry Filter support
12+
* Geometry Code retrieval method by geometry type, has z, and has m
1013

1114
## [2.0.2](https://github.com/ngageoint/simple-features-wkb-java/releases/tag/2.0.2) (07-08-2019)
1215

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ byte[] bytes = GeometryWriter.writeGeometry(geometry);
4040

4141
### Installation ###
4242

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

4545
```xml
4646

4747
<dependency>
4848
<groupId>mil.nga.sf</groupId>
4949
<artifactId>sf-wkb</artifactId>
50-
<version>2.0.2</version>
50+
<version>2.0.3</version>
5151
</dependency>
5252

5353
```

docs/docs/api/META-INF/MANIFEST.MF

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Manifest-Version: 1.0
2-
Built-By: osbornb
3-
Created-By: Apache Maven 3.2.3
4-
Build-Jdk: 1.8.0_25
2+
Build-Jdk-Spec: 1.8
3+
Created-By: Maven Javadoc Plugin 3.2.0
54

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_25) on Tue Jul 09 13:22:24 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:03:34 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features Well-Known Binary 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-09">
7+
<title>All Classes (Simple Features Well-Known Binary 2.0.3 API)</title>
8+
<meta name="date" content="2020-07-13">
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_25) on Tue Jul 09 13:22:24 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:03:34 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features Well-Known Binary 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-09">
7+
<title>All Classes (Simple Features Well-Known Binary 2.0.3 API)</title>
8+
<meta name="date" content="2020-07-13">
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_25) on Tue Jul 09 13:22:23 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:03:34 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (Simple Features Well-Known Binary 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-09">
7+
<title>Constant Field Values (Simple Features Well-Known Binary 2.0.3 API)</title>
8+
<meta name="date" content="2020-07-13">
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 Binary 2.0.2 API)";
16+
parent.document.title="Constant Field Values (Simple Features Well-Known Binary 2.0.3 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; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
122+
<p class="legalCopy"><small>Copyright &#169; 2020 <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_25) on Tue Jul 09 13:22:24 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:03:34 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (Simple Features Well-Known Binary 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-09">
7+
<title>Deprecated List (Simple Features Well-Known Binary 2.0.3 API)</title>
8+
<meta name="date" content="2020-07-13">
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 Binary 2.0.2 API)";
16+
parent.document.title="Deprecated List (Simple Features Well-Known Binary 2.0.3 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; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
122+
<p class="legalCopy"><small>Copyright &#169; 2020 <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_25) on Tue Jul 09 13:22:24 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 06:03:34 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (Simple Features Well-Known Binary 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-09">
7+
<title>API Help (Simple Features Well-Known Binary 2.0.3 API)</title>
8+
<meta name="date" content="2020-07-13">
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 Binary 2.0.2 API)";
16+
parent.document.title="API Help (Simple Features Well-Known Binary 2.0.3 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; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
223+
<p class="legalCopy"><small>Copyright &#169; 2020 <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)