I was just about to find this method. Thanks Larry!
From: Larry Becker
Sent: Wednesday, December 31, 2008 12:04 AM
To: OpenJump develop and use
Subject: Re: [JPP-Devel] geometry intersection
Isn't it just:
// read a geometry from a WKT string (using the default geometry fa
Isn't it just:
// read a geometry from a WKT string (using the default geometry factory)
Geometry g1 = new WKTReader().read("LINESTRING (0 0, 10 10, 20 20)");
System.out.println("Geometry 1: " + g1);
// create a geometry by specifying the coordinates directly
Coordinate[] coord
Hi JTS experts,
What's the way to get the geometry of the intersection area of two geometries?
I don't find anything in the Geometry class.
Help is appreciated!
Bing
--
___
J