How to force the use of the SDO_RELATE spatial operator

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How to force the use of the SDO_RELATE spatial operator

Post by Shalex » Sat 25 Dec 2021 12:01

The config.SpatialOptions.ComparisonMethod setting affects the == comparison only. We will notify you when the SDO_RELATE operator is supported for .Contains().

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How to force the use of the SDO_RELATE spatial operator

Post by Shalex » Thu 27 Jan 2022 16:40

The config.SpatialOptions.PreferSpatialOperators configuration option is added (default value is False) to provide the possibility of using spatial operators instead of functions from the SDO_GEOM package.

Refer to viewtopic.php?f=1&t=53190.

Post Reply