Re: [INTERFACES] postgres for spatial data

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: David Gross <David(dot)Gross(at)lri(dot)fr>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] postgres for spatial data
Date: 1998-07-10 17:49:35
Message-ID: Pine.LNX.3.96.980710184008.6715B-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, 10 Jul 1998, David Gross wrote:

> Hello,
>
> I want to use postgres as a spatial database manager.
> I'm looking for a graphical interface that can display the
> geometric types like polygon,...

The reason I started working on the JDBC driver was so that I could use
postgres for Spatial work with another project of mine. (I've been working
partly with GIS for the last four years).

Anyhow, on the java front, the other project is an astronomical toolkit
that uses postgres as a storage medium, and employs several GIS techniques
for chart generation.

Any how, I'm hoping to have the initial release of it to be out around the
same time as postgresql 6.4 is out.

> I'm also looking for SQL extension in order to make
> spatial queries (for example, a function that tells if a point
> belongs to the interior of a polygon)

I haven't got that far on the spatial queries yet (most of the work I've
done so far uses just points).

Also, the available functions are all two dimensional, and I will need
to handle spherical geometry in queries at some point.

--
Peter T Mount peter(at)retep(dot)org(dot)uk or petermount(at)earthling(dot)net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-07-10 17:51:56 Re: [INTERFACES] OutOfMemoryException ??
Previous Message Felix Morley Finch 1998-07-10 16:29:55 Re: [INTERFACES] JDBC compilation error