Re: PostgreSQL 9.3.4/PostGIS 2.1.1 function

From: "Burgess, Freddie" <FBurgess(at)Radiantblue(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>, "pgus-general(at)postgresql(dot)org" <pgus-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.3.4/PostGIS 2.1.1 function
Date: 2014-12-04 19:30:35
Message-ID: 3BBE635F64E28D4C899377A61DAA9FE0451CB520@NBSVR-MAIL01.radiantblue.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgus-general

Given a polygon geometry with no SRID, the vertices actually in radians, but since the SRID is zero, it looks like Cartesian coordinates, I want the lat long in degrees and not rads.

thanks
________________________________________
From: Josh Berkus [josh(at)agliodbs(dot)com]
Sent: Thursday, December 04, 2014 2:12 PM
To: Burgess, Freddie; pgus-general(at)postgresql(dot)org
Subject: Re: [pgus-general] PostgreSQL 9.3.4/PostGIS 2.1.1 function

On 12/04/2014 11:10 AM, Burgess, Freddie wrote:
> Can you send me the code/template, if you have a custom function that
> meets this requirement.

"All the points in a polygon"? How would that work exactly? Do you
mean "all the vertices"? Or something else?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgus-general by date

  From Date Subject
Next Message Jonathan S. Katz 2014-12-04 23:06:53 Re: PostgreSQL 9.3.4/PostGIS 2.1.1 function
Previous Message Josh Berkus 2014-12-04 19:12:15 Re: PostgreSQL 9.3.4/PostGIS 2.1.1 function