Geometric Datatypes

Started by Bob Pawleyover 19 years ago3 messagesgeneral
Jump to latest
#1Bob Pawley
rjpawley@shaw.ca

What is an example of how geometric datatypes are being used?

Bob Pawley

#2Michael Fuhr
mike@fuhr.org
In reply to: Bob Pawley (#1)
Re: Geometric Datatypes

On Sat, Nov 04, 2006 at 05:01:12PM -0800, Bob Pawley wrote:

What is an example of how geometric datatypes are being used?

They could be used for simple GIS applications (e.g., storing
latitude/longitude as points), although PostGIS would be more
suitable for non-trivial needs. Are you asking about PostgreSQL's
native geometry types specifically or are you also interested in
how PostGIS is being used? If the latter then see their case
studies:

http://postgis.refractions.net/documentation/casestudies/

--
Michael Fuhr

#3Bob Pawley
rjpawley@shaw.ca
In reply to: Bob Pawley (#1)
Re: Geometric Datatypes

I am looking at PostgreSql native geometry.

I am wondering if it can be used in conjunction with a basic drawing
package.

If so, is there a recommended drawing package to use? Are there any examples
of this type of use?

Bob

----- Original Message -----
From: "Michael Fuhr" <mike@fuhr.org>
To: "Bob Pawley" <rjpawley@shaw.ca>
Cc: "Postgresql" <pgsql-general@postgresql.org>
Sent: Saturday, November 04, 2006 5:25 PM
Subject: Re: [GENERAL] Geometric Datatypes

Show quoted text

On Sat, Nov 04, 2006 at 05:01:12PM -0800, Bob Pawley wrote:

What is an example of how geometric datatypes are being used?

They could be used for simple GIS applications (e.g., storing
latitude/longitude as points), although PostGIS would be more
suitable for non-trivial needs. Are you asking about PostgreSQL's
native geometry types specifically or are you also interested in
how PostGIS is being used? If the latter then see their case
studies:

http://postgis.refractions.net/documentation/casestudies/

--
Michael Fuhr

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly