DbSpatialServices.Intersects 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 kesişip kesişmediğini belirler.
Aşırı Yüklemeler
Intersects(DbGeography, DbGeography) |
Verilen DbGeography iki değerin uzamsal olarak kesişip kesişmediğini belirler. |
Intersects(DbGeometry, DbGeometry) |
Verilen DbGeometry iki değerin uzamsal olarak kesişip kesişmediğini belirler. |
Intersects(DbGeography, DbGeography)
Verilen DbGeography iki değerin uzamsal olarak kesişip kesişmediğini belirler.
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
Parametreler
- geographyValue
- DbGeography
Kesişim için karşılaştıracak ilk coğrafya değeri.
- otherGeography
- DbGeography
Kesişim için karşılaştıracak ikinci coğrafya değeri.
Döndürülenler
true
kesişirse geographyValue
otherGeography
; değilse false
.
Özel durumlar
geographyValue
otherGeography
geographyValue
otherGeography
Şunlara uygulanır
Intersects(DbGeometry, DbGeometry)
Verilen DbGeometry iki değerin uzamsal olarak kesişip kesişmediğini belirler.
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
Parametreler
- geometryValue
- DbGeometry
Kesişim için karşılaştıracak ilk geometri değeri.
- otherGeometry
- DbGeometry
Kesişim için karşılaştıracak ikinci geometri değeri.
Döndürülenler
true
kesişirse geometryValue
otherGeometry
; değilse false
.
Özel durumlar
geometryValue
otherGeometry
geometryValue
otherGeometry