GEOS
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Version 3.10.0

The 3.10 release of GEOS is now available to download.

  • This release includes the following new features in the C API (and of course underlying changes to the C++ code to support these features):

    • CAPI additions for testing whether geometries are within a distance of each other, GEOSDistanceWithin and GEOSPreparedDistanceWithin
    • CAPI addition for adding extra vertices to a geometry, GEOSDensify
    • CAPI additions for high-performance construction/reading of coordinate sequences from/to memory buffers, GEOSCoordSeq_copyFromArrays, GEOSCoordSeq_copyFromBuffer, GEOSCoordSeq_copyToArrays, and GEOSCoordSeq_copyToBuffer
    • CAPI addition for new validity enforement algorithm, GEOSMakeValidWithParams
    • CAPI addition for ISO WKB output, GEOSWKBWriter_getFlavor and GEOSWKBWriter_setFlavor
    • CAPI addition to create a constrained delaunay of polygonal input, GEOSConstrainedDelaunayTriangulation
Read full post gdoc_arrow_right_alt