Re: [gdal-dev] Data Binding dgal Layer in .NET

2008-10-01 Thread Tamas Szekeres
Hi, With regards to the GDAL C# API currently none of those interfaces (like IList, IBindinglist, IBindingListView etc.) have been implemented by the classes. Another problem is that the objects don't reflect the underlying schema for example by exposing the fields as object properties, therefore

RE: [gdal-dev] Data Binding dgal Layer in .NET

2008-10-01 Thread Evans, Frank
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ackerman, Cameron T HEC Sent: Tuesday, September 30, 2008 7:09 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Data Binding dgal Layer in .NET Hi All: I'm a noob and trying to bind information from a Layer in

[gdal-dev] Data Binding dgal Layer in .NET

2008-09-30 Thread Ackerman, Cameron T HEC
Hi All: I'm a noob and trying to bind information from a Layer in GDAL to a Datagridview in .NET. Does anyone have experience or a sample to get me started? I'm trying to get around NOT creating a copy of the data into a specialized class object but use it in it's native form. Many thanks, cam