DbSpatialServices.Disjoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの指定した値が空間的に非結合であるかどうかを判断します。
オーバーロード
Disjoint(DbGeography, DbGeography) |
2 つの指定した DbGeography 値が空間的に非結合であるかどうかを判断します。 |
Disjoint(DbGeometry, DbGeometry) |
2 つの指定した DbGeometry 値が空間的に非結合であるかどうかを判断します。 |
Disjoint(DbGeography, DbGeography)
2 つの指定した DbGeography 値が空間的に非結合であるかどうかを判断します。
public:
abstract bool Disjoint(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Disjoint (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Disjoint : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Disjoint (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
パラメーター
- geographyValue
- DbGeography
結合解除を比較する最初の geography 値。
- otherGeography
- DbGeography
結合解除のために比較する 2 番目の geography 値。
戻り値
geographyValue
が otherGeography
から離れている場合は true
。それ以外の場合は false
。
例外
geographyValue
otherGeography
geographyValue
otherGeography
適用対象
Disjoint(DbGeometry, DbGeometry)
2 つの指定した DbGeometry 値が空間的に非結合であるかどうかを判断します。
public:
abstract bool Disjoint(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Disjoint (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Disjoint : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Disjoint (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
パラメーター
- geometryValue
- DbGeometry
結合解除を比較する最初の geometry 値。
- otherGeometry
- DbGeometry
結合解除のために比較する 2 番目の geometry 値。
戻り値
geometryValue
が otherGeometry
から離れている場合は true
。それ以外の場合は false
。
例外
geometryValue
otherGeometry
geometryValue
otherGeometry
適用対象
.NET