SpatialEdmFunctions.SpatialRelate 方法

定義

建立 DbFunctionExpression 一個,呼叫典型的「SpatialRelate」函式,並指定參數,且必須有 Edm.Geometry 和字串結果型別。 表達式的結果類型為Edm.Boolean。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialRelate(System::Data::Common::CommandTrees::DbExpression ^ geometryValue1, System::Data::Common::CommandTrees::DbExpression ^ geometryValue2, System::Data::Common::CommandTrees::DbExpression ^ intersectionPatternMatrix);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialRelate(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2, System.Data.Common.CommandTrees.DbExpression intersectionPatternMatrix);
static member SpatialRelate : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialRelate (geometryValue1 As DbExpression, geometryValue2 As DbExpression, intersectionPatternMatrix As DbExpression) As DbFunctionExpression

參數

geometryValue1
DbExpression

一個指定第一個幾何值的表達式。

geometryValue2
DbExpression

一個表示式,指定應與 比較 geometryValue1的幾何值。

intersectionPatternMatrix
DbExpression

一個表示式,用來指定用於比較 geometryValue1 與 的 geometryValue2維度擴展 Nine-Intersection 模型(DE-9IM)交叉模式的文字表示。

傳回

一個新的 DbFunctionExpression,回傳一個布林值,指示 geometryValue1 是否 geometryValue2 根據由 intersectionPatternMatrix所指定的空間關係與 在空間上相關。

例外狀況

geometryValue1 geometryValue2 intersectionPatternMatrix

geometryValue1 geometryValue2 intersectionPatternMatrix

適用於