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.Boole değeridir.

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 bir ifade.

geometryValue2
DbExpression

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

intersectionPatternMatrix
DbExpression

ve geometryValue2karşılaştırmak geometryValue1 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 intersectionPatternMatrixbelirlenen uzamsal ilişkiye göre uzamsal olarak ilişkili geometryValue2 olup olmadığını geometryValue1 belirten bir Boole değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

geometryValue1 geometryValue2 intersectionPatternMatrix

geometryValue1 geometryValue2 intersectionPatternMatrix

Şunlara uygulanır