Re: [gdal-dev] OGR C++ API to load Esri JSON

2020-09-24 Thread Michal Schneider
Hi Even, thanks a lot, I will check it. Best regards, Michal On Thu, Sep 24, 2020 at 10:32 AM Even Rouault wrote: > On jeudi 24 septembre 2020 09:59:28 CEST Michal Schneider wrote: > > > Hi Mateusz, > > > > > > thank you for your response and for your time. > > > > > > I found it in documentat

Re: [gdal-dev] OGR C++ API to load Esri JSON

2020-09-24 Thread Even Rouault
On jeudi 24 septembre 2020 09:59:28 CEST Michal Schneider wrote: > Hi Mateusz, > > thank you for your response and for your time. > > I found it in documentation, but I can't see > OGR_G_CreateGeometryFromEsriJson definition in *ogr_api.h* (version 3.0.4, > installed using OSGeo4W). It has been

Re: [gdal-dev] OGR C++ API to load Esri JSON

2020-09-24 Thread Michal Schneider
Hi Mateusz, thank you for your response and for your time. I found it in documentation, but I can't see OGR_G_CreateGeometryFromEsriJson definition in *ogr_api.h* (version 3.0.4, installed using OSGeo4W). Something like this, but for OGR_G_CreateGeometryFromEsriJson: OGRGeometryH CPL_DLL OGR_G_

Re: [gdal-dev] OGR C++ API to load Esri JSON

2020-09-23 Thread Mateusz Loskot
On Wed, 23 Sep 2020 at 14:48, Michal Schneider wrote: > > I see OGR_G_CreateGeometryFromJson in ogr_api.h, > but can't see OGR_G_CreateGeometryFromEsriJson there... https://gdal.org/api/vector_c_api.html#_CPPv432OGR_G_CreateGeometryFromEsriJsonPKc IOW, in first 10 links from the search result se

[gdal-dev] OGR C++ API to load Esri JSON

2020-09-23 Thread Michal Schneider
Hello devs, Is there a OGR C++ API to load Esri JSON into an OGR geometry object, much like CreateGeometryFromJson? I see OGR_G_CreateGeometryFromJson in ogr_api.h, but can't see OGR_G_CreateGeometryFromEsriJson there... Thanks, Michal ___ gdal-dev ma