[gdal-dev] Data Binding dgal Layer in .NET
Tamas Szekeres
szekerest at gmail.com
Wed Oct 1 16:52:56 EDT 2008
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 the Features of the Layers should also
implement something like ICustomTypeDescriptor to support the run time
data binding.
Best regards,
Tamas
2008/10/1 Ackerman, Cameron T HEC <Cameron.Ackerman at usace.army.mil>:
>
> 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
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
More information about the gdal-dev
mailing list