RE: [gdal-dev] concerning VSIInstallSubFileHandler

2009-02-09 Thread Dan Greve
ox.com > To: greve...@hotmail.com > CC: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] concerning VSIInstallSubFileHandler > > Dan Greve wrote: > > Greetings, > > > > I am currently accessing datasets which are embedded inside a single > > file. Each datas

Re: [gdal-dev] concerning VSIInstallSubFileHandler

2009-02-09 Thread Frank Warmerdam
Dan Greve wrote: Greetings, I am currently accessing datasets which are embedded inside a single file. Each dataset is a given file offset and length inside of the larger file. I saw in the latest doxy-docs here that there is a VSIInstallSubFileH

[gdal-dev] concerning VSIInstallSubFileHandler

2009-02-09 Thread Dan Greve
Greetings, I am currently accessing datasets which are embedded inside a single file. Each dataset is a given file offset and length inside of the larger file. I saw in the latest doxy-docs here that there is a VSIInstallSubFileHandler for doing just that, and look forward to testing it out