Skip to content

Commit 848a23b

Browse files
committed
2.0.3 release
1 parent 7234471 commit 848a23b

File tree

125 files changed

+4675
-1184
lines changed

Some content is hidden

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

125 files changed

+4675
-1184
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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-java/releases/tag/2.0.3) (07-13-2020)
88

99
* Geometry Filter interface and Point Finite Filter implementation
10+
* Manual and automatic z and m has value updates
11+
* Byte Reader/Writer Input/Output stream backing
12+
* Text token reader
1013

1114
## [2.0.2](https://github.com/ngageoint/simple-features-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
@@ -26,14 +26,14 @@ View the latest [Javadoc](http://ngageoint.github.io/simple-features-java/docs/a
2626

2727
### Installation ###
2828

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

3131
```xml
3232

3333
<dependency>
3434
<groupId>mil.nga</groupId>
3535
<artifactId>sf</artifactId>
36-
<version>2.0.2</version>
36+
<version>2.0.3</version>
3737
</dependency>
3838

3939
```

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

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

docs/docs/api/allclasses-frame.html

Lines changed: 7 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 Mon Jul 08 08:34:35 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 05:02:28 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-08">
7+
<title>All Classes (Simple Features 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>
@@ -26,10 +26,12 @@ <h1 class="bar">All&nbsp;Classes</h1>
2626
<li><a href="mil/nga/sf/util/sweep/EventQueue.html" title="class in mil.nga.sf.util.sweep" target="classFrame">EventQueue</a></li>
2727
<li><a href="mil/nga/sf/util/sweep/EventType.html" title="enum in mil.nga.sf.util.sweep" target="classFrame">EventType</a></li>
2828
<li><a href="mil/nga/sf/extended/ExtendedGeometryCollection.html" title="class in mil.nga.sf.extended" target="classFrame">ExtendedGeometryCollection</a></li>
29+
<li><a href="mil/nga/sf/util/filter/FiniteFilterType.html" title="enum in mil.nga.sf.util.filter" target="classFrame">FiniteFilterType</a></li>
2930
<li><a href="mil/nga/sf/Geometry.html" title="class in mil.nga.sf" target="classFrame">Geometry</a></li>
3031
<li><a href="mil/nga/sf/GeometryCollection.html" title="class in mil.nga.sf" target="classFrame">GeometryCollection</a></li>
3132
<li><a href="mil/nga/sf/GeometryEnvelope.html" title="class in mil.nga.sf" target="classFrame">GeometryEnvelope</a></li>
3233
<li><a href="mil/nga/sf/util/GeometryEnvelopeBuilder.html" title="class in mil.nga.sf.util" target="classFrame">GeometryEnvelopeBuilder</a></li>
34+
<li><a href="mil/nga/sf/util/filter/GeometryFilter.html" title="interface in mil.nga.sf.util.filter" target="classFrame"><span class="interfaceName">GeometryFilter</span></a></li>
3335
<li><a href="mil/nga/sf/util/GeometryPrinter.html" title="class in mil.nga.sf.util" target="classFrame">GeometryPrinter</a></li>
3436
<li><a href="mil/nga/sf/GeometryType.html" title="enum in mil.nga.sf" target="classFrame">GeometryType</a></li>
3537
<li><a href="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util" target="classFrame">GeometryUtils</a></li>
@@ -42,13 +44,15 @@ <h1 class="bar">All&nbsp;Classes</h1>
4244
<li><a href="mil/nga/sf/MultiPolygon.html" title="class in mil.nga.sf" target="classFrame">MultiPolygon</a></li>
4345
<li><a href="mil/nga/sf/MultiSurface.html" title="class in mil.nga.sf" target="classFrame">MultiSurface</a></li>
4446
<li><a href="mil/nga/sf/Point.html" title="class in mil.nga.sf" target="classFrame">Point</a></li>
47+
<li><a href="mil/nga/sf/util/filter/PointFiniteFilter.html" title="class in mil.nga.sf.util.filter" target="classFrame">PointFiniteFilter</a></li>
4548
<li><a href="mil/nga/sf/Polygon.html" title="class in mil.nga.sf" target="classFrame">Polygon</a></li>
4649
<li><a href="mil/nga/sf/PolyhedralSurface.html" title="class in mil.nga.sf" target="classFrame">PolyhedralSurface</a></li>
4750
<li><a href="mil/nga/sf/util/sweep/Segment.html" title="class in mil.nga.sf.util.sweep" target="classFrame">Segment</a></li>
4851
<li><a href="mil/nga/sf/util/SFException.html" title="class in mil.nga.sf.util" target="classFrame">SFException</a></li>
4952
<li><a href="mil/nga/sf/util/sweep/ShamosHoey.html" title="class in mil.nga.sf.util.sweep" target="classFrame">ShamosHoey</a></li>
5053
<li><a href="mil/nga/sf/Surface.html" title="class in mil.nga.sf" target="classFrame">Surface</a></li>
5154
<li><a href="mil/nga/sf/util/sweep/SweepLine.html" title="class in mil.nga.sf.util.sweep" target="classFrame">SweepLine</a></li>
55+
<li><a href="mil/nga/sf/util/TextReader.html" title="class in mil.nga.sf.util" target="classFrame">TextReader</a></li>
5256
<li><a href="mil/nga/sf/TIN.html" title="class in mil.nga.sf" target="classFrame">TIN</a></li>
5357
<li><a href="mil/nga/sf/Triangle.html" title="class in mil.nga.sf" target="classFrame">Triangle</a></li>
5458
</ul>

docs/docs/api/allclasses-noframe.html

Lines changed: 7 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 Mon Jul 08 08:34:35 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 05:02:28 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-08">
7+
<title>All Classes (Simple Features 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>
@@ -26,10 +26,12 @@ <h1 class="bar">All&nbsp;Classes</h1>
2626
<li><a href="mil/nga/sf/util/sweep/EventQueue.html" title="class in mil.nga.sf.util.sweep">EventQueue</a></li>
2727
<li><a href="mil/nga/sf/util/sweep/EventType.html" title="enum in mil.nga.sf.util.sweep">EventType</a></li>
2828
<li><a href="mil/nga/sf/extended/ExtendedGeometryCollection.html" title="class in mil.nga.sf.extended">ExtendedGeometryCollection</a></li>
29+
<li><a href="mil/nga/sf/util/filter/FiniteFilterType.html" title="enum in mil.nga.sf.util.filter">FiniteFilterType</a></li>
2930
<li><a href="mil/nga/sf/Geometry.html" title="class in mil.nga.sf">Geometry</a></li>
3031
<li><a href="mil/nga/sf/GeometryCollection.html" title="class in mil.nga.sf">GeometryCollection</a></li>
3132
<li><a href="mil/nga/sf/GeometryEnvelope.html" title="class in mil.nga.sf">GeometryEnvelope</a></li>
3233
<li><a href="mil/nga/sf/util/GeometryEnvelopeBuilder.html" title="class in mil.nga.sf.util">GeometryEnvelopeBuilder</a></li>
34+
<li><a href="mil/nga/sf/util/filter/GeometryFilter.html" title="interface in mil.nga.sf.util.filter"><span class="interfaceName">GeometryFilter</span></a></li>
3335
<li><a href="mil/nga/sf/util/GeometryPrinter.html" title="class in mil.nga.sf.util">GeometryPrinter</a></li>
3436
<li><a href="mil/nga/sf/GeometryType.html" title="enum in mil.nga.sf">GeometryType</a></li>
3537
<li><a href="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></li>
@@ -42,13 +44,15 @@ <h1 class="bar">All&nbsp;Classes</h1>
4244
<li><a href="mil/nga/sf/MultiPolygon.html" title="class in mil.nga.sf">MultiPolygon</a></li>
4345
<li><a href="mil/nga/sf/MultiSurface.html" title="class in mil.nga.sf">MultiSurface</a></li>
4446
<li><a href="mil/nga/sf/Point.html" title="class in mil.nga.sf">Point</a></li>
47+
<li><a href="mil/nga/sf/util/filter/PointFiniteFilter.html" title="class in mil.nga.sf.util.filter">PointFiniteFilter</a></li>
4548
<li><a href="mil/nga/sf/Polygon.html" title="class in mil.nga.sf">Polygon</a></li>
4649
<li><a href="mil/nga/sf/PolyhedralSurface.html" title="class in mil.nga.sf">PolyhedralSurface</a></li>
4750
<li><a href="mil/nga/sf/util/sweep/Segment.html" title="class in mil.nga.sf.util.sweep">Segment</a></li>
4851
<li><a href="mil/nga/sf/util/SFException.html" title="class in mil.nga.sf.util">SFException</a></li>
4952
<li><a href="mil/nga/sf/util/sweep/ShamosHoey.html" title="class in mil.nga.sf.util.sweep">ShamosHoey</a></li>
5053
<li><a href="mil/nga/sf/Surface.html" title="class in mil.nga.sf">Surface</a></li>
5154
<li><a href="mil/nga/sf/util/sweep/SweepLine.html" title="class in mil.nga.sf.util.sweep">SweepLine</a></li>
55+
<li><a href="mil/nga/sf/util/TextReader.html" title="class in mil.nga.sf.util">TextReader</a></li>
5256
<li><a href="mil/nga/sf/TIN.html" title="class in mil.nga.sf">TIN</a></li>
5357
<li><a href="mil/nga/sf/Triangle.html" title="class in mil.nga.sf">Triangle</a></li>
5458
</ul>

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 Mon Jul 08 08:34:35 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 05:02:27 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (Simple Features 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-08">
7+
<title>Constant Field Values (Simple Features 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 2.0.2 API)";
16+
parent.document.title="Constant Field Values (Simple Features 2.0.3 API)";
1717
}
1818
}
1919
catch(err) {
@@ -150,6 +150,6 @@ <h2 title="mil.nga">mil.nga.*</h2>
150150
<!-- -->
151151
</a></div>
152152
<!-- ======== END OF BOTTOM NAVBAR ======= -->
153-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
153+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
154154
</body>
155155
</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 Mon Jul 08 08:34:35 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 05:02:28 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (Simple Features 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-08">
7+
<title>Deprecated List (Simple Features 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 2.0.2 API)";
16+
parent.document.title="Deprecated List (Simple Features 2.0.3 API)";
1717
}
1818
}
1919
catch(err) {
@@ -121,6 +121,6 @@ <h2 title="Contents">Contents</h2>
121121
<!-- -->
122122
</a></div>
123123
<!-- ======== END OF BOTTOM NAVBAR ======= -->
124-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
124+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
125125
</body>
126126
</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 Mon Jul 08 08:34:35 MDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 05:02:28 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (Simple Features 2.0.2 API)</title>
8-
<meta name="date" content="2019-07-08">
7+
<title>API Help (Simple Features 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 2.0.2 API)";
16+
parent.document.title="API Help (Simple Features 2.0.3 API)";
1717
}
1818
}
1919
catch(err) {
@@ -226,6 +226,6 @@ <h2>Constant Field Values</h2>
226226
<!-- -->
227227
</a></div>
228228
<!-- ======== END OF BOTTOM NAVBAR ======= -->
229-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
229+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
230230
</body>
231231
</html>

0 commit comments

Comments
 (0)