DbSpatialServices.Disjoint Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Verilen iki değerin uzamsal olarak kopuk olup olmadığını belirler.
Aşırı Yüklemeler
| Disjoint(DbGeography, DbGeography) |
Verilen DbGeography iki değerin uzamsal olarak kopuk olup olmadığını belirler. |
| Disjoint(DbGeometry, DbGeometry) |
Verilen DbGeometry iki değerin uzamsal olarak kopuk olup olmadığını belirler. |
Disjoint(DbGeography, DbGeography)
Verilen DbGeography iki değerin uzamsal olarak kopuk olup olmadığını belirler.
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
Parametreler
- geographyValue
- DbGeography
Kopukluk için karşılaştırılan ilk coğrafya değeri.
- otherGeography
- DbGeography
Kopukluk için karşılaştırılması gereken ikinci coğrafya değeri.
Döndürülenler
true ile kopuksa geographyValueotherGeography; değilse false.
Özel durumlar
geographyValue
otherGeography
geographyValue
otherGeography
Şunlara uygulanır
Disjoint(DbGeometry, DbGeometry)
Verilen DbGeometry iki değerin uzamsal olarak kopuk olup olmadığını belirler.
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
Parametreler
- geometryValue
- DbGeometry
Kopukluk için karşılaştırılan ilk geometri değeri.
- otherGeometry
- DbGeometry
Kopukluk için karşılaştırılması gereken ikinci geometri değeri.
Döndürülenler
true ile kopuksa geometryValueotherGeometry; değilse false.
Özel durumlar
geometryValue
otherGeometry
geometryValue
otherGeometry