Selon ahmet temiz :
> hello
>
> Using the gdal.jar,
> I am confused about getting other field values after obtaining FID.
>
> I got ly2.GetFeature(fid)) but when I used
> ly2.GetNextFeature().GetFieldAsString("koy"),
> I got exception.
Which exception ? Please be precise when you report issues.
hello
Using the gdal.jar,
I am confused about getting other field values after obtaining FID.
I got ly2.GetFeature(fid)) but when I used
ly2.GetNextFeature().GetFieldAsString("koy"),
I got exception.
What is the way to get other field values after getting fid value of a
particular record ?
rega