共用方式為


DbGeometry.Relate(DbGeometry, String) 方法

定義

依據指定的維度延伸九交模型 (DE-9IM) 交集模式,判斷這個 DbGeometry 值是否在空間上與指定的 DbGeometry 引數有關聯。

public:
 bool Relate(System::Data::Spatial::DbGeometry ^ other, System::String ^ matrix);
public bool Relate (System.Data.Spatial.DbGeometry other, string matrix);
member this.Relate : System.Data.Spatial.DbGeometry * string -> bool
Public Function Relate (other As DbGeometry, matrix As String) As Boolean

參數

other
DbGeometry

應該和這個幾何值針對關聯做比較的幾何值。

matrix
String

包含定義關聯性之 (DE-9IM) 交集模式文字表示的字串。

傳回

如果依據指定的交集模式矩陣,這個幾何值和 other 相關,則為 true,否則為 false

例外狀況

other matrix

適用於