[gdal-dev] Problem with gdal1.8 Java bindings gdal.ReprojectImage, produces no data

2011-05-07 Thread William Kang
Hi folks, I am new to this mailing list. Thanks all for your great job on GDAL/OGR. I have a problem with the gdal.ReprojectImage from gdal1.8 Java bindings. When I perform the reprojection, the projected image is totally black. And the origin of the projected image is wrong too. There were no err

Re: [gdal-dev] RFC 35: Delete, reorder and alter field definitions of OGR layers - Call for discussion

2011-05-07 Thread Even Rouault
> > I would like to see some description of the effect of ReorderField(). I > assume iOldFieldPos and iNewFieldPos have to both be existing fields, and > that intermediate fields will be shuffled along as needed to satisfy the > request - is that right? Yes, exactly. iOldFieldPos and iNewFieldPo

Re: [gdal-dev] RFC 35: Delete, reorder and alter field definitions of OGR layers - Call for discussion

2011-05-07 Thread Frank Warmerdam
On 11-05-07 01:16 PM, Even Rouault wrote: Hi, I've written a new RFC to add the capability to delete fields, reorder fields and alter field definitions, in OGR layer definitions. http://trac.osgeo.org/gdal/wiki/rfc35_deletereorderalterfielddefn Currently, an OGR layer definition can on

[gdal-dev] RFC 35: Delete, reorder and alter field definitions of OGR layers - Call for discussion

2011-05-07 Thread Even Rouault
Hi, I've written a new RFC to add the capability to delete fields, reorder fields and alter field definitions, in OGR layer definitions. http://trac.osgeo.org/gdal/wiki/rfc35_deletereorderalterfielddefn Currently, an OGR layer definition can only be altered to add a new field definitio