Does Sql Server support repl开发者_StackOverflow中文版ication to SQL Server CE? In the documentation, SQL server CE seems to be not supporting the st_geometry type.SQL Server Compact 3.5 Service Pack
I know about Fourier Transforms, but I don\'t know how to apply it here, and I think that is over the top. I gave my ideas 开发者_StackOverflow社区of the responses, but I really don\'t know what I\'m
I have two dimensional discrete spatial data. I would like to make an approximation of thespatial boundaries of this data so that I can produce a plot with another dataset on top of it.
I need to create a simple app which can display geometries from Oracle Spatial in C#. These geometries are exported from AutoCAD Map 3D 2010 to Oracle Spatial.
I am struggling finding an efficient way to find a distance between a Point that intersects a polygon and the border of that polygon. I was able to use the STDistance comparing the point to every poin
I have an application that receives a number of datums that characterize 3 dimensional spatial and temporal processes.It then filters these datums and creates actions which are then sent to processes
Say I have a LINESTRING defined as LINESTRING(-122.360 47.656, -122.343 47.656, -122.310 47.690, -122.310 47.670, -122.300 47.6开发者_StackOverflow中文版30)
开发者_StackOverflowI found that some result of MBRContains(g1,g2) and other functions seems not right to me.
I have written a stored procedure that, yesterday, typically completed in under a second. Today, it takes about 18 seconds. I ran into the problem yesterday as well, and it seemed to be s开发者_开发百
I\'m working on a spatial stacking problem... at the moment I\'m trying to solve in 2D but will eventually have to make this work in 3D.