oracle / dotnet-db-samples

.NET code samples for Oracle database developers #OracleDotNet
http://otn.oracle.com/dotnet
MIT License
413 stars 191 forks source link

Add support for spatial data / NetTopologySuite to Oracle.EntityFrameworkCore #327

Open gscpw opened 11 months ago

gscpw commented 11 months ago

Hello. Could you please add support for NetTopologySuite to Oracle.EntityFrameworkCore, so we can work with Oracle spatial types within Entity Framework Core?

Parts of this have been discussed in #89 and #190

alexkeh commented 11 months ago

Thanks for filing the feature request. We're going to evaluate which new features to implement in the coming year for EF Core once we release ODP.NET EF Core 8 support.

If this feature (or any other feature request) is of interest, developers should give a thumbs up emoji to the feature request. The Oracle .NET team will take into account which features have the most community interest.

Applesauce314 commented 8 months ago

I just upvoted this, but the NetTopologySuite documentation doesn't seem to mention anything about 3d solids which is the area I care about. Unless I am wrong about this, could easily have missed something, then read my upvote as wanting support for spatial types, not specifically NetTopologySuite.

Applesauce314 commented 8 months ago

followed up with https://github.com/NetTopologySuite/NetTopologySuite/discussions/730 and confirmed it does not handle 3d solids. my use case is: given a set of 3d solid geometries, which geometry is a specific 3d point located in. if this feature can be done in a way that supports that, I'm interested, otherwise I'm not interested.