Question

Convert SQL Server Geography to ESRI Using C# API

  • 19 June 2019
  • 1 reply
  • 13 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?

1 reply

Userlevel 4

Have a look inside the FME Desktop installation, under

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

Also, look in:

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

Reply