github NetTopologySuite/NetTopologySuite v2.4.0

latest release: v2.5.0
2 years ago

Release of
Milestone: 2.4

  • Updated JTS compatibility to 1.18.2.
    NOTES:
    • NetTopologySuite now contains a GeometryFixer class. To fix an invalid geometry call
      var geom = NetTopologySuite.Geometries.Utilities.GeometryFixer.Fix(invalidGeom);
    • Due to a small negligence NetTopologySuite.dll claims it is in sync with some JTS v18.2-SNAPSHOT.
      This is not true, it is in sync with JTS v1.18.2.
  • Reuse the objects to improve the performance of parsing WKTs (#548)
  • Add CoordinateList(int capacity) constructor overload (#552)
  • First and Last property to CoordinateSequence (#555)
  • Optimize CoordinateSequence.Copy for known types (#516)
  • Fix: GML3Writer writes in wrong namespace

NOTE:
Due to a small negligence NetTopologySuite.dll claims it is in sync with some JTS v18.2-SNAPSHOT.
This is not true, it is in sync with JTS v1.18.2.

Don't miss a new NetTopologySuite release

NewReleases is sending notifications on new releases.