Skip to content

Commit

Permalink
3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 1, 2021
1 parent e444dda commit 9dd6490
Show file tree
Hide file tree
Showing 57 changed files with 2,833 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 3.0.0 (TBD)
## [3.0.0](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/3.0.0) (11-01-2021)

* GeoJSON backed Geometries and Features
* Additional Position element value support when not converting to base simple features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Map<String, Object> contentMap = FeatureConverter.toMap(geometry);

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|2.0.5|jar) (JAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.0.0|jar) (JAR, POM, Source, Javadoc)

```xml

<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-geojson</artifactId>
<version>2.0.5</version>
<version>3.0.0</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manifest-Version: 1.0
Build-Jdk-Spec: 1.8
Created-By: Maven Javadoc Plugin 3.2.0
Created-By: Maven Javadoc Plugin 3.3.1

8 changes: 4 additions & 4 deletions docs/docs/api/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
<!-- Generated by javadoc (1.8.0_291) on Mon Nov 01 08:32:10 MDT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Simple Features GeoJSON 2.0.5 API)</title>
<meta name="date" content="2021-03-03">
<title>All Classes (Simple Features GeoJSON 3.0.0 API)</title>
<meta name="date" content="2021-11-01">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -21,14 +21,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="mil/nga/sf/geojson/GeoJsonObject.html" title="class in mil.nga.sf.geojson" target="classFrame">GeoJsonObject</a></li>
<li><a href="mil/nga/sf/geojson/Geometry.html" title="class in mil.nga.sf.geojson" target="classFrame">Geometry</a></li>
<li><a href="mil/nga/sf/geojson/GeometryCollection.html" title="class in mil.nga.sf.geojson" target="classFrame">GeometryCollection</a></li>
<li><a href="mil/nga/sf/geojson/GeometryType.html" title="enum in mil.nga.sf.geojson" target="classFrame">GeometryType</a></li>
<li><a href="mil/nga/sf/geojson/LineString.html" title="class in mil.nga.sf.geojson" target="classFrame">LineString</a></li>
<li><a href="mil/nga/sf/geojson/MultiLineString.html" title="class in mil.nga.sf.geojson" target="classFrame">MultiLineString</a></li>
<li><a href="mil/nga/sf/geojson/MultiPoint.html" title="class in mil.nga.sf.geojson" target="classFrame">MultiPoint</a></li>
<li><a href="mil/nga/sf/geojson/MultiPolygon.html" title="class in mil.nga.sf.geojson" target="classFrame">MultiPolygon</a></li>
<li><a href="mil/nga/sf/geojson/Point.html" title="class in mil.nga.sf.geojson" target="classFrame">Point</a></li>
<li><a href="mil/nga/sf/geojson/Polygon.html" title="class in mil.nga.sf.geojson" target="classFrame">Polygon</a></li>
<li><a href="mil/nga/sf/geojson/Position.html" title="class in mil.nga.sf.geojson" target="classFrame">Position</a></li>
<li><a href="mil/nga/sf/geojson/SimpleFeature.html" title="class in mil.nga.sf.geojson" target="classFrame">SimpleFeature</a></li>
</ul>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
<!-- Generated by javadoc (1.8.0_291) on Mon Nov 01 08:32:10 MDT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Simple Features GeoJSON 2.0.5 API)</title>
<meta name="date" content="2021-03-03">
<title>All Classes (Simple Features GeoJSON 3.0.0 API)</title>
<meta name="date" content="2021-11-01">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -21,14 +21,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="mil/nga/sf/geojson/GeoJsonObject.html" title="class in mil.nga.sf.geojson">GeoJsonObject</a></li>
<li><a href="mil/nga/sf/geojson/Geometry.html" title="class in mil.nga.sf.geojson">Geometry</a></li>
<li><a href="mil/nga/sf/geojson/GeometryCollection.html" title="class in mil.nga.sf.geojson">GeometryCollection</a></li>
<li><a href="mil/nga/sf/geojson/GeometryType.html" title="enum in mil.nga.sf.geojson">GeometryType</a></li>
<li><a href="mil/nga/sf/geojson/LineString.html" title="class in mil.nga.sf.geojson">LineString</a></li>
<li><a href="mil/nga/sf/geojson/MultiLineString.html" title="class in mil.nga.sf.geojson">MultiLineString</a></li>
<li><a href="mil/nga/sf/geojson/MultiPoint.html" title="class in mil.nga.sf.geojson">MultiPoint</a></li>
<li><a href="mil/nga/sf/geojson/MultiPolygon.html" title="class in mil.nga.sf.geojson">MultiPolygon</a></li>
<li><a href="mil/nga/sf/geojson/Point.html" title="class in mil.nga.sf.geojson">Point</a></li>
<li><a href="mil/nga/sf/geojson/Polygon.html" title="class in mil.nga.sf.geojson">Polygon</a></li>
<li><a href="mil/nga/sf/geojson/Position.html" title="class in mil.nga.sf.geojson">Position</a></li>
<li><a href="mil/nga/sf/geojson/SimpleFeature.html" title="class in mil.nga.sf.geojson">SimpleFeature</a></li>
</ul>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
<!-- Generated by javadoc (1.8.0_291) on Mon Nov 01 08:32:09 MDT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (Simple Features GeoJSON 2.0.5 API)</title>
<meta name="date" content="2021-03-03">
<title>Constant Field Values (Simple Features GeoJSON 3.0.0 API)</title>
<meta name="date" content="2021-11-01">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (Simple Features GeoJSON 2.0.5 API)";
parent.document.title="Constant Field Values (Simple Features GeoJSON 3.0.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
<!-- Generated by javadoc (1.8.0_291) on Mon Nov 01 08:32:10 MDT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Simple Features GeoJSON 2.0.5 API)</title>
<meta name="date" content="2021-03-03">
<title>Deprecated List (Simple Features GeoJSON 3.0.0 API)</title>
<meta name="date" content="2021-11-01">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (Simple Features GeoJSON 2.0.5 API)";
parent.document.title="Deprecated List (Simple Features GeoJSON 3.0.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
<!-- Generated by javadoc (1.8.0_291) on Mon Nov 01 08:32:10 MDT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (Simple Features GeoJSON 2.0.5 API)</title>
<meta name="date" content="2021-03-03">
<title>API Help (Simple Features GeoJSON 3.0.0 API)</title>
<meta name="date" content="2021-11-01">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (Simple Features GeoJSON 2.0.5 API)";
parent.document.title="API Help (Simple Features GeoJSON 3.0.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 9dd6490

Please sign in to comment.