Create GeoJSON Document from Selection of SDO_Geometry objects.
This article shows how to create a GeoJSON Document from Selection of SDO_Geometry objects.
Spatial Solutions Architect and Database Expert
This article shows how to create a GeoJSON Document from Selection of SDO_Geometry objects.
Andy Versal is a reader of this website. He recently modified my SDO2GEOJSON function. Andy supplied me with the fixes which now appear in the original article describing that function. In return he has provided me with a copy of his function that converts GeoJSON to Sdo_Geometry. Thanks to Andy Versal for this function.
Recently, like many before me, I had need to create a function that converted a single SDO_GEOMETRY object to GeoJSON. The function I created is below. Note that this function: Does not support attributes (it could do via passing in a refCursor or table of record); Nor does nor does it address how to createRead More