On Tue, Jul 19, 2016 at 11:29:41AM +0400, Carlos Verdes wrote: > Hi, > > In our project, we have to do intersections/unions between geometries like > hippopedes that could fail into a TopologyException (reading the > documentation). > We have handled this using a buffer when a TopologyException occurs, but > our problem now is that we are not able to reproduce this exception (so our > code is not fully covered). > > Could you provide WKT examples of geom that are valid but will throw a > TopologyException when intersect/union?
You could search for bug reports with "TopologyException" in the summary here: https://trac.osgeo.org/geos/query This one, for example, is reported to also fail in JTS: https://trac.osgeo.org/geos/ticket/368 --strk; () Free GIS & Flash consultant/developer /\ https://strk.kbt.io/services.html ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Jts-topo-suite-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
