Skip to content

Releases: ngageoint/simple-features-java

2.2.2

02 Apr 20:20
Compare
Choose a tag to compare

Version 2.2.2: http://search.maven.org/#artifactdetails|mil.nga|sf|2.2.2|jar

2.2.2 (04-02-2024)

  • Geometry Utils for Haversine distance, geodesic midpoints, geodesic paths, and geodesic envelopes
  • Envelope left mid, bottom mid, right mid, and top mid methods

Full Changelog: 2.2.1...2.2.2

2.2.1

19 Jan 13:27
Compare
Choose a tag to compare

Version 2.2.1: http://search.maven.org/#artifactdetails|mil.nga|sf|2.2.1|jar

2.2.1 (01-19-2023)

  • Shamos-Hoey simple polygon detection bug fix

Full Changelog: 2.2.0...2.2.1

2.2.0

21 Sep 13:48
Compare
Choose a tag to compare

Version 2.2.0: http://search.maven.org/#artifactdetails|mil.nga|sf|2.2.0|jar

2.2.0 (09-21-2022)

  • GeometryEnvelope directionals and contains methods
  • Geometry constants
  • Line two point constructor
  • Geometry utility distance, bearings, conversions, minimize, normalize, envelopes, crop, equal, contains, and bound

Full Changelog: 2.1.0...2.2.0

2.1.0

08 Jul 15:08
Compare
Choose a tag to compare

Version 2.1.0: http://search.maven.org/#artifactdetails|mil.nga|sf|2.1.0|jar

2.1.0 (07-08-2022)

  • Geometry utilities for line intersections and degree to/from meter conversions
  • GeometryEnvelope serializable and methods for mid values, is empty, and contains

Full Changelog: 2.0.6...2.1.0

2.0.6

18 Apr 10:56
Compare
Choose a tag to compare

Version 2.0.6: http://search.maven.org/#artifactdetails|mil.nga|sf|2.0.6|jar

2.0.6 (04-18-2022)

  • Text token reader handling of non whitespace space characters such as 'NO-BREAK SPACE'

Full Changelog: 2.0.5...2.0.6

2.0.5

03 Feb 17:31
Compare
Choose a tag to compare

Version 2.0.5: http://search.maven.org/#artifactdetails|mil.nga|sf|2.0.5|jar

2.0.5 (02-03-2022)

  • GeometryEnvelope range, point check, centroid, and build geometry utilities
  • Geometry expand envelope method
  • Centroid geometry utility for geometries in degrees
  • Java 11

Full Changelog: 2.0.4...2.0.5

2.0.4

03 Mar 12:34
Compare
Choose a tag to compare

Version 2.0.4: http://search.maven.org/#artifactdetails|mil.nga|sf|2.0.4|jar

2.0.4 (03-03-2021)

  • Text token reader support for '+'

2.0.3

13 Jul 11:39
Compare
Choose a tag to compare

Version 2.0.3: http://search.maven.org/#artifactdetails|mil.nga|sf|2.0.3|jar

2.0.3 (07-13-2020)

  • Geometry Filter interface and Point Finite Filter implementation
  • Manual and automatic z and m has value updates
  • Byte Reader/Writer Input/Output stream backing
  • Text token reader

2.0.2

08 Jul 15:30
Compare
Choose a tag to compare

Version 2.0.2: http://search.maven.org/#artifactdetails|mil.nga|sf|2.0.2|jar

2.0.2 (07-08-2019)

  • Geometry Type find by name method

2.0.1

01 Apr 18:54
Compare
Choose a tag to compare

Version 2.0.1: http://search.maven.org/#artifactdetails|mil.nga|sf|2.0.1|jar

2.0.1 (04-01-2019)

  • Geometry Type parent and child hierarchy utility methods
  • Serializable geometries
  • Serialize and deserialize geometry utility methods
  • Geometry Envelope intersects, contains, and overlap while allowing empty
  • 2D Centroid documentation clarification
  • Eclipse project cleanup