<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><P>Hi,</P>
<P> </P>
<P>I'm doing my thesis about a GIS. I use, PostGIS as my Database Extension. It works great.</P>
<P>But as far as I want to make some queries with the Spatial Data in the Database, it seems to me, that</P>
<P>using postgis for these queries, takes longer. Each time, a new connection has to be made to the Database. Therefore, I decided to use Java Topology Suite for the queries. It seemed to be very faster for doing spatial queries. (The queries I execute, are rather simple, like find the distance between two points, or, check wheter two geometries intersect )</P>
<P> </P>
<P>Can you confirm me, that, using JTS for spatial queries goes faster than using PostGIS? Can you please share your experience about this matter?</P>
<P> </P>
<P>Thank you</P>
<P> </P>
<P>Regards</P>
<P>Baris</P>
<P> </P>
<P> </P>
<P> </P>
<P> </P></div></body></html>