I have a table containing geographic data and I want to group rows on the proximity of the X and Y coordin开发者_如何学JAVAates. So, given an offset, n, and a table with columns X and Y, I want to gro
I have contours (about 5000 polylines) in shapefile and I need to interpolate those with Spline. But Spline function in ArcGIS 10 can only interpolate points, and my contours are polylines. I hope开发
I have a SQL Server instance that I\'ve added a linked server to another SQL instance. The table I\'m accessing on the linked server contains spatial types. When I try to que开发者_运维技巧ry the tabl
I\'ve got a point cloud, and would like to detect occurrences o开发者_JAVA百科f certain patterns of points in my code.
I ha开发者_运维问答ve to use spatial index to search defined area on the map. I\'m having difficulties with mapping sql geometry type using c# classes and fluent nhibernate. There are some posts about
I am having a few problems understanding Lucene Spatial (partially due to a lack of documentation and good examples and partially due to stupidity I am sure!)
Greetings Overflowers, I need to query against objects with many/complex spacial conditions. In relational databases that is translated to many joins (possibly 10+).
Ok I have re-phrased the question a bit as I have made some progress... Hi, I have been searching around for the last day (badly) to try to 开发者_StackOverflow社区find some help on how to use Lucen
I\'m seeing some strange performance issues on SQL Server 2008 with a nullable geography column with a spatial index. Each null value is stored as a root node within the spatial index.
Does @geodist search use 开发者_C百科any sort of geospatial indexes (like R-trees) for performance?