[gdal-dev] how to get attribute values from shape layer which is in geoserver using gdal.

2016-02-03 Thread y hema
hi all, I have shape file loaded on geoserver. now using gdal i want the attribute values of the shape layer.how can this be done. thanks, hema ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] projection error

2015-09-08 Thread y hema
hi , poDataset = (GDALDataset *) GDALOpen( pszFilename, GA_ReadOnly ); if( poDataset != NULL ) { numBands = poDataset->GetRasterCount(); width = poDataset->GetRasterXSize(); height = poDataset->GetRasterYSize(); GDALRasterBand *poBand; poBands = new