There are some examples of JTS operations in the GeoTools user guide... http://docs.codehaus.org/display/GEOTDOC/03+JTS+Topology+Suite
There's also a concise but useful conference presentation called (ironically ?) "Secrets of the JTS Topology Suite" http://2007.foss4g.org/presentations/view.php?abstract_id=115 You can search the archives of the JTS mailing list here: http://n2.nabble.com/jts-devel-f219725.html The JTS list (http://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user) is a very friendly forum where you can post questions. Finally, if you want to get down and dirty you can learn a lot by studying the use of JTS in the GeoTools code base. For example, in the org.geotools.geometry.jts (gt-main module)... http://svn.osgeo.org/geotools/trunk/modules/library/main/src/main/java/org/geotools/geometry/jts/ Hope this helps a bit. Michael ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
