次の方法で共有


DbSpatialServices.Touches(DbGeometry, DbGeometry) メソッド

定義

2 つの指定した DbGeometry 値が空間的に接触するかどうかを判断します。

public:
 abstract bool Touches(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Touches (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Touches : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Touches (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

パラメーター

geometryValue
DbGeometry

最初の geometry 値。

otherGeometry
DbGeometry

2 番目の geometry 値。

戻り値

geometryValueotherGeometry と接している場合は true、それ以外の場合は false です。

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象