Re: [gdal-dev] Reading multipatch textures from FileGeoDataBase using GDAL

2015-05-22 Thread Even Rouault
Le vendredi 22 mai 2015 11:50:26, sameer.she...@wetransform.to a écrit : > Hello Even, > > Thank you for your suggestion, I have looked at ogr/ogrpgeogeometry.cpp > file and I would like to point out the challenges that I am facing: 1. As > far as I could understand it, the texture information has

Re: [gdal-dev] Reading multipatch textures from FileGeoDataBase using GDAL

2015-05-22 Thread sameer . sheikh
Hello Even, Thank you for your suggestion, I have looked at ogr/ogrpgeogeometry.cpp file and I would like to point out the challenges that I am facing: 1. As far as I could understand it, the texture information has not been passed to the function which creates OGR representation from multipatch

Re: [gdal-dev] Reading multipatch textures from FileGeoDataBase using GDAL

2015-05-21 Thread Even Rouault
Sameer, > I am using GDAL (Java binding) API in my application to read from file > geodatabase. I am trying to read multipatch geometry and textures of a > Building. I could read features, Geometry, relationship information etc. > from file geodatabase, but unable to read multipatch textures. Coul

[gdal-dev] Reading multipatch textures from FileGeoDataBase using GDAL

2015-05-21 Thread sameer . sheikh
Hello, I am using GDAL (Java binding) API in my application to read from file geodatabase. I am trying to read multipatch geometry and textures of a Building. I could read features, Geometry, relationship information etc. from file geodatabase, but unable to read multipatch textures. Could anybod