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

定義

指定された次元拡張 Nine-Intersection モデル (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) 交差パターンのテキスト表現を含む文字列。

返品

このジオメトリ値が、指定した交差パターン マトリックスに従って に関連付けられている場合は 2a0/& 。それ以外の場合は。

例外

other matrix

適用対象