I don't have much experience in work with Spatial Database and want to ask, how can I check for doublets in spatial DB ? Is it possible to do it with SQL? How to check polygons geometry?
Asked
Active
Viewed 334 times
0
-
Which dbms, SQL Server? Also... _[doublets](http://en.wikipedia.org/wiki/Doublet_(clothing))_? – canon Sep 12 '14 at 20:13
-
It is actually on SQL Server 2008 and an copy on Microsoft Server SQL 2012 Studio. – user3486513 Sep 12 '14 at 20:30
-
Check out [`SqlGeography.STEquals()`](http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.types.sqlgeography.stequals.aspx) – canon Sep 12 '14 at 20:57