DbGeometry.Relate(DbGeometry, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された次元拡張 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) 交差パターンのテキスト表現を含む文字列。
返品
例外
other
matrix