Questions tagged [sdo-geometry]

SDO_GEOMETRY is a vector data type in Oracle Spatial

49 questions
1
vote
0 answers

ODP.NET invoked member is not supported in a dynamic assembly

I am using ODP.NET to get access to a geometry column in an Oracle database. My code (derived from Oracle's sample) often (but not always) crashes on the last line where the geometry column value is converted to the SdoGeometry type. Any…
JsP
  • 321
  • 2
  • 9
0
votes
0 answers

Error message when trying to apply SDO_UTIL.TO_GEOJSON operation

I have a shape column of type SDO_GEOMETRY and I was trying to figure out a way to extract the shape data from an Oracle database so I could import it into ArcGIS. I found this post, Extracting data from Oracle Spatial and preserving spatial data,…
0
votes
0 answers

SDO Geometry Cut Out Overlap

I am looking to find a way using SDO Geometry to overlay two polygons, Polygon A and Polygon B. I consider Polygon A to be my bottom layer. Wherever Polygon B overlaps Polygon A, I want to cut that geography out of Polygon A. Basically, the…
disflux
  • 141
  • 7