Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nettopologysuite.2.4.0.nupkg | 2021-10-04 | 629.1 kB | |
nettopologysuite.2.4.0.snupkg | 2021-10-04 | 199.2 kB | |
README.md | 2021-10-04 | 997 Bytes | |
v2.4.0 source code.tar.gz | 2021-10-04 | 22.4 MB | |
v2.4.0 source code.zip | 2021-10-04 | 23.2 MB | |
Totals: 5 Items | 46.4 MB | 0 |
Release of Milestone: 2.4
- Updated JTS compatibility to 1.18.2. NOTES:
- NetTopologySuite now contains a
GeometryFixer
class. To fix an invalid geometry callC# 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
andLast
property toCoordinateSequence
(#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.