由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 新手问个spatial data的问题(sql 2008)
相关主题
请教:空间数据库排序有谁在IBM sales工作?想买数据库
搜索最近距离内的用户?请教关于IBM Business Glossary
搜索效率问题请教紧急求助关于B+ tree 的问题
from where can i get the acamedic info on DatabasOracle Deadlock
PL/SQL constraint 求教?抛砖引玉: 谈谈SQL Server locking and blocking
谁能介绍一下spatial database?happy new year.
question on large tables (>=800 million records, 10 G bytes of data)weird performance issue. need help
how to check the definition of a stored procedure in TOAD数据库到底有什么难的?
相关话题的讨论汇总
话题: block话题: competior话题: latitude话题: spatial话题: sql
进入Database版参与讨论
1 (共1页)
m*****v
发帖数: 644
1
项目要找客户点的10miles以内competior的个数。
我有了客户点的Latitude和longtitude,大概1000多个。还有很多有latitude和
longitude的点,里面有这个block内的competitors的数。我应该怎么算呢?一点思路
都没有。谢谢各位大侠。
g***l
发帖数: 18555
2
什么competior,什么意思,是他们有很多点,点要组成POLYGON之后才有BLOCK吧,不
知道你的问题是什么
m*****v
发帖数: 644
3
不好意思,里面没说清楚,因为我确实不懂。昨晚研究了一下,客户的数据是点。
competitor的是一个block中的个数,还有每个block中心点的point。我需要算每个客
户点和每个block中心点的距离,挑出小于10mile的block,把这些block中的competior
的个数加起来。
我不知道这个在sql里面怎么实现。还是不会做。。请问有什么语句可以用吗?

【在 g***l 的大作中提到】
: 什么competior,什么意思,是他们有很多点,点要组成POLYGON之后才有BLOCK吧,不
: 知道你的问题是什么

j*****n
发帖数: 1781
4
dude, this is a math problem, you will need use formula here.
http://www.movable-type.co.uk/scripts/latlong.html
B*****g
发帖数: 34098
5
周五吃饭去不去,我给你占了个座

【在 j*****n 的大作中提到】
: dude, this is a math problem, you will need use formula here.
: http://www.movable-type.co.uk/scripts/latlong.html

i****a
发帖数: 36252
6
some good examples here
http://msdn.microsoft.com/en-us/magazine/dd434647.aspx
you can using something like this:
http://technet.microsoft.com/en-us/library/bb933991.aspx

【在 m*****v 的大作中提到】
: 项目要找客户点的10miles以内competior的个数。
: 我有了客户点的Latitude和longtitude,大概1000多个。还有很多有latitude和
: longitude的点,里面有这个block内的competitors的数。我应该怎么算呢?一点思路
: 都没有。谢谢各位大侠。

j*****n
发帖数: 1781
7
learned, thanks.

【在 i****a 的大作中提到】
: some good examples here
: http://msdn.microsoft.com/en-us/magazine/dd434647.aspx
: you can using something like this:
: http://technet.microsoft.com/en-us/library/bb933991.aspx

m*****v
发帖数: 644
8
谢谢,非常有用~

【在 i****a 的大作中提到】
: some good examples here
: http://msdn.microsoft.com/en-us/magazine/dd434647.aspx
: you can using something like this:
: http://technet.microsoft.com/en-us/library/bb933991.aspx

1 (共1页)
进入Database版参与讨论
相关主题
数据库到底有什么难的?PL/SQL constraint 求教?
急!各位请进:process blocked by another process谁能介绍一下spatial database?
问个数据库问题question on large tables (>=800 million records, 10 G bytes of data)
大俠 问个关于asp连SQL server的问题how to check the definition of a stored procedure in TOAD
请教:空间数据库排序有谁在IBM sales工作?想买数据库
搜索最近距离内的用户?请教关于IBM Business Glossary
搜索效率问题请教紧急求助关于B+ tree 的问题
from where can i get the acamedic info on DatabasOracle Deadlock
相关话题的讨论汇总
话题: block话题: competior话题: latitude话题: spatial话题: sql