[gdal-dev] export to geometrycollection.

Even Rouault even.rouault at spatialys.com
Sun Jun 13 11:53:16 PDT 2021


Ahmet,

use the OGRGeometryFactory::forceTo(geom, wkbGeometrycollection) method:

https://gdal.org/api/ogrgeometry_cpp.html#classOGRGeometryFactory_1a26120382ccfec8ac4b5f932dd3a67c5f

Even

Le 13/06/2021 à 20:45, Ahmet Temiz a écrit :
> Hi,
> I exported the geometry to geojson as:
>
> OGRMultiPolygon * poOGRMultiPolygon= (OGRMultiPolygon * ) unionCascaded;
>     //
>  char * pszJSon= poOGRMultiPolygon->exportToJson();
>
> this generates:
>  "type": "MultiPolygon", "coordinates": ....
>
> But.  I need geometrycollection.
> How can I do that?
>
> regards
>
> -- 
> Ahmet Temiz
> Jeoloji Müh.
> Afet ve Acil Durum Yönetimi Başkanlığı
> Deprem  Dairesi Başkanlığı
>
>
> ________________________
>
> Ahmet Temiz
> Geological Eng.
>
> Disaster and Emergency Management
> of Presidency
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev

-- 
http://www.spatialys.com
My software is free, but my time generally not.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20210613/2708633a/attachment.html>


More information about the gdal-dev mailing list