DbSpatialServices.Disjoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個指定的值是否在空間上不相交。
多載
Disjoint(DbGeography, DbGeography) |
判斷兩個指定的 DbGeography 值是否在空間上不相交。 |
Disjoint(DbGeometry, DbGeometry) |
判斷兩個指定的 DbGeometry 值是否在空間上不相交。 |
Disjoint(DbGeography, DbGeography)
判斷兩個指定的 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
要比較不相交的第一個地理位置值。
- otherGeography
- DbGeography
要比較不相交的第二個地理位置值。
傳回
如果 geographyValue
與 otherGeography
沒有交集則為 true
,否則為 false
。
例外狀況
geographyValue
otherGeography
geographyValue
otherGeography
適用於
Disjoint(DbGeometry, DbGeometry)
判斷兩個指定的 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
要比較不相交的第一個幾何值。
- otherGeometry
- DbGeometry
要比較不相交的第二個幾何值。
傳回
如果 geometryValue
與 otherGeometry
沒有交集則為 true
,否則為 false
。
例外狀況
geometryValue
otherGeometry
geometryValue
otherGeometry