Skip to main content
Question

Convert SQL Server Geography to ESRI Using C# API

  • June 19, 2019
  • 1 reply
  • 52 views

I have shapes stored as GEOGRAPHY column in a SQL Server database table. I need to convert these into an ESRI .SHP file. I can do this using the UI but I need API that I can call from C#. Does C# API exist? if yes, is there any sample code?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • June 19, 2019

Have a look inside the FME Desktop installation, under

<FME_HOME>\\fmeobjects\\dotnet\\apidoc

Also, look in:

<FME_HOME>\\fmeobjects\\samples\\CSharp