DbSpatialServices.Relate(DbGeometry, DbGeometry, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 2 つの DbGeometry 値が、指定された次元拡張 Nine-Intersection モデル (DE-9IM) 交差パターンに従って空間的に関連しているかどうかを判断します。
public:
abstract bool Relate(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry, System::String ^ matrix);
public abstract bool Relate(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry, string matrix);
abstract member Relate : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry * string -> bool
Public MustOverride Function Relate (geometryValue As DbGeometry, otherGeometry As DbGeometry, matrix As String) As Boolean
パラメーター
- geometryValue
- DbGeometry
最初のジオメトリ値。
- otherGeometry
- DbGeometry
リレーションの最初のジオメトリ値と比較する必要があるジオメトリ値。
- matrix
- String
リレーションシップを定義する (DE-9IM) 交差パターンのテキスト表現を含む文字列。
返品
true この geometryValue 値が、指定した交差パターン マトリックスに従って otherGeometry に関連する場合は、それ以外の場合は false。
例外
geometryValue
otherGeometry
matrix
geometryValue
otherGeometry