次の方法で共有


DbSpatialServices.Intersects メソッド

定義

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

オーバーロード

Intersects(DbGeography, DbGeography)

2 つの指定した DbGeography 値が空間的に交差するかどうかを判断します。

Intersects(DbGeometry, DbGeometry)

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

Intersects(DbGeography, DbGeography)

2 つの指定した DbGeography 値が空間的に交差するかどうかを判断します。

public:
 abstract bool Intersects(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Intersects (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

パラメーター

geographyValue
DbGeography

交差を比較する最初の geography 値。

otherGeography
DbGeography

積集合のために比較する 2 番目の geography 値。

戻り値

geographyValueotherGeography と交差する場合は true、それ以外の場合は false です。

例外

geographyValue otherGeography

geographyValue otherGeography

適用対象

Intersects(DbGeometry, DbGeometry)

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

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

パラメーター

geometryValue
DbGeometry

交差を比較する最初の geometry 値。

otherGeometry
DbGeometry

積集合のために比較する 2 番目の geometry 値。

戻り値

geometryValueotherGeometry と交差する場合は true、それ以外の場合は false です。

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象