SpatialEdmFunctions.SpatialRelate Yöntem

Tanım

Edm.Geometry ve dize sonuç türlerine sahip olması gereken belirtilen bağımsız değişkenlerle kurallı 'SpatialRelate' işlevini çağıran bir DbFunctionExpression oluşturur. İfadenin sonuç türü Edm.Boolean'dır.

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

Parametreler

geometryValue1
DbExpression

İlk geometri değerini belirten ifade.

geometryValue2
DbExpression

ile geometryValue1karşılaştırılması gereken geometri değerini belirten ifade.

intersectionPatternMatrix
DbExpression

ile geometryValue1karşılaştırmak geometryValue2 için kullanılan Boyutlu Genişletilmiş Nine-Intersection Modeli (DE-9IM) kesişim deseninin metin gösterimini belirten ifade.

Döndürülenler

tarafından geometryValue1belirlenen uzamsal ilişkiye göre uzamsal olarak ilişkili geometryValue2 olup olmadığını intersectionPatternMatrix belirten boole değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

geometryValue1 geometryValue2 intersectionPatternMatrix

geometryValue1 geometryValue2 intersectionPatternMatrix

Şunlara uygulanır