Releases: ngageoint/simple-features-wkb-java
Releases · ngageoint/simple-features-wkb-java
2.0.1
Version 2.0.1: http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.0.1|jar
2.0.1 (04-01-2019)
- simple-features-java version 2.0.1
- Eclipse project cleanup
2.0.0
Version 2.0.0: http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.0.0|jar
2.0.0 (05-17-2018)
- Simple Features refactor, geopackage-wkb-java refactored to be simple-features-wkb-java
- "Wkb" prefix dropped from the Geometry Reader and Writer classes
- Common simple features code moved to new dependency, simple-features-java. Requires package name changes.
- Geometry Codes WKB utility class
1.0.6
Version 1.0.6: http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.6|jar
1.0.6 (05-02-2018)
- MultiCurve and MultiSurface read support
- MultiCurve and MultiSurface write support as Extended Geometry Collections
- Geometry Collection utility methods for collection type checks and conversions
- Handle reading 2.5D geometry type codes
1.0.5
Version 1.0.5: http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.5|jar
1.0.5 (02-13-2018)
- Additional Curve Polygon support
- Geometry utilities: pointInPolygon, pointOnPolygonEdge, closedPolygon, pointOnLine, and pointOnPath
- Shamos-Hoey simple polygon detection
1.0.4
Version 1.0.4: http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.4|jar
1.0.4 (11-20-2017)
- Douglas Peucker algorithm for geometry simplification
- maven-gpg-plugin version 1.6
1.0.3
Version 1.0.3: http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.3|jar
1.0.3 (06-12-2017)
- Shortcut default constructors for Geometry objects without z or m values
- Geometry utilities including centroid, minimize for antimeridian support, and normalize
- Geometry copy methods and constructors
1.0.2
Version 1.0.2: http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.2|jar
1.0.2 (04-18-2016)
- Geometry to JSON Compatible object utility