spatial composition operators for PG

From: "Galkowski, Jan" <jgalkows(at)akamai(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: spatial composition operators for PG
Date: 2007-11-27 23:02:49
Message-ID: 8FF09F15CB196E41B1CEA0FDADEAC683164914AA@MAVS1.kendall.corp.akamai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are there any standard spatial composition operators people use for PG's
polygon and path data types? That is, it seems there ought to be
extenders of the signatures,

polygon <- polygon %+% (point, vertex-number)

path <- path %+% (point, node-number)

where the right-hand-sided point is the new point, and the vertex-number
or node-number tell where to put it. This function might be an
update-in-place.

I saw nothing like this in the PG docs, but I figured people probably
made such things up. Any pointers? Anyone willing to share their
favorites online some place?

TIA,

- Jan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gainty 2007-11-27 23:27:24 Re: spatial composition operators for PG
Previous Message Tom Lane 2007-11-27 22:49:33 Re: [GENERAL] Empty arrays with ARRAY[]