DbSpatialServices.Intersects Yöntem

Tanım

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 geographyValueotherGeography; 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 geometryValueotherGeometry; değilse false.

Özel durumlar

geometryValue otherGeometry

geometryValue otherGeometry

Şunlara uygulanır