Replies: 3 comments 1 reply
-
@dlapp Can you answer some of these questions about Oracle Spatial? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Mohammad,
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing this discussion as it has moved to an Oracle discussion forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Oracle Community :)
I am working on integrating 3D spatial data (IFC, CityGML, OBJ, GLTF/GLB, etc.) into Oracle Spatial from a .NET application. I have some questions and challenges:
Polygons with arcs – Can a polygon with a circular arc (etype=2) be stored in Oracle Spatial in 3D? From what I understand, arcs are circular only in XY. We can not store 3d geometry with arcs. Is this correct?
Solids with curves – Is it possible to store a solid object with curved surfaces directly, or must they be approximated into planar polygons?
Data ingestion – What is the recommended approach to map common 3D formats (IFC, CityGML, OBJ, GLTF) into valid SDO_GEOMETRY objects via .NET?
Intermediate formats – Is there a suggested exchange/bridge format (e.g., WKT with Z, CityJSON, …) that helps in feeding these models into Oracle?
Best practices – Are there any references or examples of recommended pipelines for handling complex 3D data in Oracle Spatial with .NET?
In short: I want to confirm the support for arcs and curved solids in 3D, and understand the best practical workflow for importing external 3D formats into Oracle.
Thanks a lot for any guidance
Beta Was this translation helpful? Give feedback.
All reactions