Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

69 lines (44 loc) · 2.57 KB

Change Log

All notable changes to this project will be documented in this file. Adheres to Semantic Versioning.


2.2.3 (TBD)

  • TBD

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

2.2.1 (01-19-2023)

  • Shamos-Hoey simple polygon detection bug fix

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

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

2.0.6 (04-18-2022)

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

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

2.0.4 (03-03-2021)

  • Text token reader support for '+'

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 (07-08-2019)

  • Geometry Type find by name method

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

2.0.0 (05-17-2018)

  • Initial Release