calculating extent on basis of distance from a given point

Поиск
Список
Период
Сортировка
От User Map
Тема calculating extent on basis of distance from a given point
Дата
Msg-id 495118.9323.qm@web45705.mail.sp1.yahoo.com
обсуждение исходный текст
Ответы Re: calculating extent on basis of distance from a given point
Список pgsql-general
hi,
i have OSGB36 data in postgre, srid 27700. what i want to do is to calculate the extent on basis of the distance from a given point. i have geom of type geometry in the table, from which to calculate extent. i have tried the funtions Distance(geom,geom)<50, but it is too slow, as it uses no index. i have calculated the point from the polygon by function Centroid(geom), but i think its not working properly, as i am also testing it with the mapserver map and map saclebar, they are not matching exactly.
the main isuue is of the time the distance query is taking.
is there any why to do this quickly.

В списке pgsql-general по дате отправления:

Предыдущее
От: Allan Kamau
Дата:
Сообщение: Re: Password safe web application with postgre
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: help