I'm not sure if this is relevant but keep in mind also that PostGIS is using GEOS, the C++ port of JTS, for its geometry operations which will be faster than the Java JTS routines called by GeoTools.
Also, for repeated tests against a single Geometry you could check out the JTS PreparedGeometry class which can sometimes make repeated operations a lot faster... http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/prep/PreparedGeometry.html 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
