次の方法で共有


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

定義

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

public override bool Relate(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry, string matrix);
override this.Relate : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry * string -> bool
Public Overrides Function Relate (geometryValue As DbGeometry, otherGeometry As DbGeometry, matrix As String) As Boolean

パラメーター

geometryValue
DbGeometry

最初の geometry 値。

otherGeometry
DbGeometry

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

matrix
String

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

戻り値

この geometryValue 値が指定された交差パターン マトリックスに従って otherGeometry に関連する場合は true。それ以外の場合は false。

適用対象