MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
161 stars 36 forks source link

Expose OGR_G_CreateGeometryFromEsriJson and OGR_G_CreateGeometryFromJson #152

Closed OWiger closed 2 months ago

OWiger commented 2 months ago

I'm working with ESRI ArcGIS Maps SDK, and as far as I can see, the only geometry format I can extract is esri json.

Would it be possible to expose Geometry.CreateGeometryFromEsriJson() and Geometry.CreateGeometryFromJson() functions?

The function signatures are present in gdal.dll as OGR_G_CreateGeometryFromEsriJson and OGR_G_CreateGeometryFromJson

MaxRev-Dev commented 2 months ago

@OWiger This library doesn't change or affect the SWIG interface in any way. Please, open a corresponding issue in GDAL repository. Feel free to link this issue from an upcoming one. The packages will be updated after GDAL release.

OWiger commented 2 months ago

@OWiger This library doesn't change or affect the SWIG interface in any way. Please, open a corresponding issue in GDAL repository. Feel free to link this issue from an upcoming one. The packages will be updated after GDAL release.

Ok, thanks!