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