From: Jody G. <jod...@gm...> - 2024-10-18 20:51:09
|
Hello ... not sure what your name is as "apachemaven0" appears unlikely 🙂 GeoTools use the JTS Topology Suite <https://locationtech.github.io/jts/> project for geometry. Including the Geometry data model (MultiLineString <https://locationtech.github.io/jts/javadoc/org/locationtech/jts/geom/MultiLineString.html>) and buffer <https://locationtech.github.io/jts/javadoc/org/locationtech/jts/geom/Geometry.html#buffer-double-> operation. GeoTools extends the geometry model to allow for some curves also. - - Jody Garnett On Oct 18, 2024 at 5:11:59 PM, maven apache <apa...@gm...> wrote: > Hi: > > I have a "MultiLineString" layer which I want to do a buffer and dissolve > operation. > > Does geotools support this out of box? If not, any alternative? > > Thanks. > _______________________________________________ > GeoTools-GT2-Users mailing list > Geo...@li... > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > |