Replies: 1 comment 1 reply
-
ODP.NET will add NetTopologySuite support by the end of this year. Does NTS meet your Oracle Spatial app requirements? |
Beta Was this translation helpful? Give feedback.
1 reply
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 everyone,
I am currently developing spatial services on top of an Oracle Spatial database (tables with SDO_GEOMETRY columns), using .NET and Entity Framework Core as my ORM layer.
One of the challenges I am facing is that EF Core does not provide built-in support for Oracle Spatial functions such as SDO_ANYINTERACT, SDO_INTERSECTION, etc.
This forces me to use raw SQL queries (FromSqlRaw) for spatial operations, which raises concerns about performance and maintainability in scenarios with high request volume.
My design goals are:
My questions for the community are:
Any insights, best practices, or examples would be greatly appreciated.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions