View Single Post

   
  #1 (permalink)  
Old 04-17-2008, 05:09 PM
Stefan Sturm
 
Posts: n/a
Default Storing and accessing GeoData( Latitude and Longitude ) in PostgreSQL 8.3

Hello,

I have a lot of GeoData( Latitude and Longitude ) in my PostgreSQL Database.
Is store them as numeric at this time.
But now I want to access the data and want to have all Datasets around a
Geographic point. eg:
"within<http://dict.leo.org/ende?lp=ende&p=thMx..&search=within>
a <http://dict.leo.org/ende?lp=ende&p=thMx..&search=a>
radius<http://dict.leo.org/ende?lp=ende&p=thMx..&search=radius>
of <http://dict.leo.org/ende?lp=ende&p=thMx..&search=of>
5<http://dict.leo.org/ende?lp=ende&p=thMx..&search=5>
km"... <http://dict.leo.org/ende?lp=ende&p=thMx..&search=km>

Is there a simple way to do something like this?

Thanks for your Help,
Stefan Sturm

Reply With Quote