Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: LAT / LONG GIS values in a table

Re: LAT / LONG GIS values in a table

From: Harry Boswell <hboswel1_at_bellsouth.net>
Date: Fri, 02 Feb 2001 17:21:08 GMT
Message-ID: <95eq9o$8of$1@nnrp1.deja.com>

In article <G81uKp.8oD_at_news.boeing.com>,   "Stephen Spence" <Stephen.Spence_at_Australia.Boeing.com> wrote:
> All,
>
> What would be the best way to store lat/long (without using the
 spacial
> cart.) in a table.
>
> e.g. store degrees/min/sec as a decimal and convert when wanting to be
> displayed ?
> Anybody got an example / ideas of this ?
>

Hi Stephen,

A simplistic way is to store the three values (degrees, minutes, seconds) in separate columns. You can then concatenate them for simple reporting, or use simple algorithms to convert to decimal degrees and then concatenate. It's not elegant, but it's plenty functional.

Harry

--
There's no sig here


Sent via Deja.com
http://www.deja.com/
Received on Fri Feb 02 2001 - 11:21:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US