Skip to content

Releases: ngageoint/simple-features-ios

4.1.4

08 Apr 12:02
Compare
Choose a tag to compare

4.1.4 (04-08-2024)

  • Geometry Utils for Haversine distance, geodesic midpoints, geodesic paths, and geodesic envelopes
  • Envelope left mid, bottom mid, right mid, and top mid methods
  • Envelope min/max x/y/z/m double value methods
  • Point x/y/z/m double value methods

Full Changelog: 4.1.3...4.1.4

4.1.3

08 Nov 14:15
Compare
Choose a tag to compare

4.1.3 (11-08-2023)

  • Module definition

Full Changelog: 4.1.2...4.1.3

4.1.2

25 Jan 21:38
Compare
Choose a tag to compare

4.1.2 (01-25-2023)

  • Shamos-Hoey simple polygon detection bug fix

Full Changelog: 4.1.1...4.1.2

4.1.1

09 Jan 21:59
Compare
Choose a tag to compare

4.1.1 (01-09-2023)

  • Imports cleanup and simplification

Full Changelog: 4.1.0...4.1.1

4.1.0

06 Sep 14:48
Compare
Choose a tag to compare

4.1.0 (09-06-2022)

  • Static creation shortcut methods
  • Copy initializers
  • Geometry utility intersections, distance, bearings, conversions, envelopes, crop, equal, contains, and bound
  • GeometryEnvelope modified to Secure Coding
  • GeometryEnvelope value setters, directionals, mids, centroid, empty, contains, and build geometry

Full Changelog: 4.0.1...4.1.0

4.0.1

10 Feb 12:42
Compare
Choose a tag to compare

4.0.1 (02-10-2022)

  • Geometry Envelope range and point check utilities
  • Geometry expand envelope method
  • Centroid geometry utility for geometries in degrees
  • Build geometries from envelope utility

Full Changelog: 4.0.0...4.0.1

4.0.0

01 Mar 17:09
Compare
Choose a tag to compare

4.0.0 (03-01-2021)

  • Geometry Coding modified to Secure Coding
  • iOS platform and deployment target 12.0

3.0.0

13 Aug 19:02
Compare
Choose a tag to compare

3.0.0 (08-13-2020)

  • Geometry Filter interface and Point Finite Filter implementation
  • Manual and automatic z and m has value updates
  • Byte Reader/Writer interface updates
  • Method renames to drop "get" prefix
  • Text token reader

2.0.3

14 Oct 13:38
Compare
Choose a tag to compare

2.0.3 (10-14-2019)

  • Geometry Types fromName method returns SF_NONE for non matching names

2.0.2

03 Apr 20:56
Compare
Choose a tag to compare

2.0.2 (04-03-2019)

  • Geometry Type parent and child hierarchy utility methods
  • Encode and decode geometry utility methods
  • Geometry Envelope intersects, contains, and overlap while allowing empty
  • 2D Centroid documentation clarification