Re: [gdal-dev] Re: delete feature without fid

2012-02-02 Thread Even Rouault
Imran, I would have pointed you to http://gdal.org/java for the Javadoc , but the website is currently down, so I give you a summary of what you'll find : - To retrive the FID of a feature, yes, you need to use Feature.GetFID() - Feature.delete() should not be called under normal circumstances. N

[gdal-dev] Re: delete feature without fid

2012-02-01 Thread Imran Rajjad
i think its f.GetFID() I`m guessing to show these changes on the file we need to call layer.SyncToDisk(); regards, Imran On Thu, Feb 2, 2012 at 11:59 AM, Imran Rajjad wrote: > hi list, > > in the gdal java bindings I need to delete a feature from layer, but it > seems the only way to delete th