So far I've been able to write some somewhat complex code create WKT representations of sql geometry objects, but it's somewhat hacky and was hoping that their would be a way to use the FileGDB API to easily convert ShapeBuffer objects to SqlGeometry objects.
Any help would be appeciated.
Solved! Go to Solution.
There is no way in the File Geodatabase API to convert a Shape buffer to a SQLGeometry.
Any way to get an update on this?
There is no way in the File Geodatabase API to convert a Shape buffer to a SQLGeometry.
You can use Ogr2ogr to do the conversion.