次の方法で共有


DbGeometry.Relate(DbGeometry, String) メソッド

定義

この DbGeometry 値と指定した DbGeometry 引数が、指定した DE-9IM (Dimensionally Extended Nine-Intersection Model) 交差パターンに従って空間的に関連しているかどうかを判断します。

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

この geometry 値とリレーションシップを比較する必要がある geometry 値。

matrix
String

関係を定義する (DE-9IM) 交差パターンのテキスト表現を含む文字列。

戻り値

指定した交差パターン行列に従って、この geometry 値が other と関連している場合は true。それ以外の場合は false

例外

other matrix

適用対象