SpatialEdmFunctions.SpatialRelate Yöntem

Tanım

Standart olmayan DbFunctionExpression ' Spatialilişkilendir ' işlevini, Edm. Geometry ve dize sonuç türleri olması gereken bağımsız değişkenlerle çağıran bir oluşturur. İfadenin sonuç türü Edm. Boolean ' dir.

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

İle Karşılaştırılacak geometri değerini belirten bir ifade geometryValue1 .

intersectionPatternMatrix
DbExpression

Ve ' i karşılaştırmak için kullanılan, boyutlu genişletilmiş Nine-Intersection modeli (DE-9ıM) kesişme deseninin metin temsilini belirten bir ifade geometryValue1 geometryValue2 .

Döndürülenler

DbFunctionExpression

geometryValue1 geometryValue2 Tarafından belirtilen uzamsal ilişkiye göre, maça ile ilişkili olup olmadığını gösteren bir Boole değeri döndüren yeni bir DbFunctionExpression intersectionPatternMatrix .

Özel durumlar

geometryValue1 geometryValue2 intersectionPatternMatrix

geometryValue1 geometryValue2 intersectionPatternMatrix

Şunlara uygulanır