Esri / file-geodatabase-api

FileGeodatabaseAPI_1.4 (1.4.0.183) The File Geodatabase C++ API for Windows, MacOS and Linux
Apache License 2.0
154 stars 60 forks source link

Does the API support reading multipatch? #56

Open MichelFMorgan opened 2 weeks ago

MichelFMorgan commented 2 weeks ago

Looking for an example to follow to read a a multipatch feature class inside a gdb. No texture. Just plain set of multi-part polygons with coordinates. So basically, I would like to read it as a multi-part polygons, hoping to capture the coordinates of the vertices. Thanks for any suggestions