C# GDAL/OGR API Documentation – Comprehensive Guide

ccoordinate systemgdalogrshapefile

I want to assign projection to shapefile in my web C# application, for this i am using Gdal/OGR/OSR C# bindings and add osr_csharp.dll and ogr_csharp.dll references. But i am facing some difficulty while writing the code for assigning projection to shapefile. I want to know is there any API documentation for this which can help me to understand the classes/methods of these libraries.
OR if anybody have some piece of code for assigning projection to shapefile , then it will be great help for me.

Best Answer

This directory in the GDAL project tree has some C# examples, specifically this one that might suit your needs.