github NetTopologySuite/NetTopologySuite v2.0.0

latest releases: v2.5.0, v2.4.0, v2.3.0...
4 years ago

This major release represents several efforts to improve usability and consistency throughout NTS, brought on by some changes in JTS 1.16.0 that we felt would not be best to port as-is.

As such, this release contains many breaking changes, some of which are very significant. Because the NuGet ecosystem heavily favors using SemVer for versioning, we felt that it's time to start deviating from using the JTS compatibility version numbering scheme that we have used in the past, and call this first release 2.0.0.

Some of the breaking changes:

  1. NetTopologySuite is, again, the primary NTS package.
  2. GeoAPI has been gutted. The relevant useful parts are now inside of NTS.
  3. Many interfaces have been removed, in favor of just using their corresponding classes.
  4. Coordinate.Z is no longer stored in a field on the base class. Full Z support is added by subclasses.
  5. Ordinate / Ordinates now define 16 spatial dimensions and 16 measure dimensions.
  6. ICoordinateSequence (now just CoordinateSequence) now uses integer ordinate indexes.
  7. By default, reading WKT without "Z", "M", or "ZM" tags using WKTReader will now give a geometry that appears to support holding Z values, even if no Z values are actually present.
    • Set IsOldNtsCoordinateSyntaxAllowed to false to prevent this, but keep in mind that this will break things like "POINT (1 2 3)" that older versions of NTS supported.

GeoAPI issues addressed in 2.0.0, in the order they were closed:

  1. NetTopologySuite/GeoAPI#54: Remove obsolete interfaces, classes and members
  2. NetTopologySuite/GeoAPI#55: Future of Coordinate class
  3. NetTopologySuite/GeoAPI#59: Remove ICloneable implementations across the board
  4. NetTopologySuite/GeoAPI#64: Target just .NET Standard 2.0
  5. NetTopologySuite/GeoAPI#65: Remove reflection-based GeometryServiceProvider.Instance bootstrap
  6. NetTopologySuite/GeoAPI#68: Replace notable interfaces with abstract classes, for multiple reasons
  7. NetTopologySuite/GeoAPI#70: Remove (standalone) GeoAPI

NTS issues addressed in 2.0.0, in the order they were closed:

  1. #265: Update to JTS 1.16.0
  2. #292: Target just .NET Standard 2.0
  3. #294: Update to JTS 1.16.1
  4. #282: Exception while fetching Interior Point - NetTopologySuite.Geometries.TopologyException
  5. #291: Remove obsolete types and members
  6. #316: Mark a few more things obsolete
  7. #289: DistanceComputer.PointToSegmentString skips the last vertex of an ICoordinateSequence
  8. #308: Remove IGeometry warts
  9. #315: Tweak NuGet packages again
  10. #244: Consider replacing AssemblyInfo.cs and *.nuspec with additional things in *.csproj
  11. #309: Make IsWithinDistance an extension method
  12. #311: Fix the design of Ordinate values to be consistent and behave predictably
  13. #246: Aggregate operations
  14. #324: Support MSSQL-compatible WKT writing
  15. #156: WKTWriter doesn't create the expected result

Don't miss a new NetTopologySuite release

NewReleases is sending notifications on new releases.