Re: [INTERFACES] postgres for spatial data - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: [INTERFACES] postgres for spatial data
Date
Msg-id Pine.LNX.3.96.980710184008.6715B-100000@maidast.retep.org.uk
Whole thread Raw
In response to postgres for spatial data  (David Gross <David.Gross@lri.fr>)
List 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@retep.org.uk or petermount@earthling.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@maidstone.gov.uk


pgsql-interfaces by date:

Previous
From: Byron Nikolaidis
Date:
Subject: Re: [INTERFACES] ODBC Problem
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] OutOfMemoryException ??