Re: [GENERAL] Breaking Path/Polygon Data into Pieces

2006-02-28 Thread Volkan YAZICI
On Feb 27 03:10, Michael Fuhr wrote: > PostGIS has geometry accessors that might work. You'd need to be > using PostGIS geometry types instead of the PostgreSQL types. > > http://postgis.refractions.net/docs/ch06.html > > Are the following examples anything like what the user in tr-general > was

Re: [GENERAL] Breaking Path/Polygon Data into Pieces

2006-02-27 Thread Michael Fuhr
On Mon, Feb 27, 2006 at 08:41:52PM +0200, Volkan YAZICI wrote: > 2 weeks ago, a user in -tr-genel asked for a function to break > path/polygon type data into pieces. He also told that, it creates a > bottleneck in the network traffic when they try to receive rows with > polygon data of thousands of

[GENERAL] Breaking Path/Polygon Data into Pieces

2006-02-27 Thread Volkan YAZICI
Hi, 2 weeks ago, a user in -tr-genel asked for a function to break path/polygon type data into pieces. He also told that, it creates a bottleneck in the network traffic when they try to receive rows with polygon data of thousands of nodes, while it's enough for them to have polygons partially. AF