Tagged Questions
3
votes
0answers
103 views
ArcGIS and SqlServer.Types: Does feature.Shape.SpatialReference.FactoryCode == srid?
I created a test implementation of the ESRI Geometry to WKT recipe provided by @SagebrushGIS. It seems to work great, but I'm wondering if the SRID value expected by Microsoft.SqlServer.Types ...
12
votes
6answers
3k views
Convert between ESRI Geometry and WKT
It seems like there is no means of converting an ArcObjects geometry to the Well-Known Text representation (and vice versa) in ArcGIS ArcObjects API. The only thing I was able to find is conversion to ...